Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

分片和主节点选举同时发生时,死锁问题解决 #61

Closed
terrymanu opened this issue Mar 9, 2016 · 2 comments
Closed

分片和主节点选举同时发生时,死锁问题解决 #61

terrymanu opened this issue Mar 9, 2016 · 2 comments
Labels

Comments

@terrymanu
Copy link
Member

分片和主节点选举同时发生时,可能发生死锁。

  1. 通过修正分片中条件判断改善多线程环境下分片锁死的可能性。
  2. 将分配分片步骤和清理分片标记步骤放入同一事务,保持数据完整性,并防止分片成功后分片标记未清理导致的死锁可能性。
  3. 将清理分片步骤放入同一事务,保持数据完整性。
@terrymanu terrymanu changed the title [B [Bug] 分片和主节点选举同时发生时,死锁问题解决 Mar 9, 2016
@terrymanu
Copy link
Member Author

fixed at 1.0.5

@terrymanu terrymanu changed the title [Bug] 分片和主节点选举同时发生时,死锁问题解决 分片和主节点选举同时发生时,死锁问题解决 Jul 12, 2016
@terrymanu terrymanu added the bug label Jul 12, 2016
@Ah39
Copy link

Ah39 commented Jan 10, 2019

7db6392

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants