Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
1.4.0
-
None
-
None
Description
There is code in the master like the following.
if (!lock.isLocked() && !watcher.gotLock && watcher.failureException == null) { //assume tserver there }else{ //assume tserver lost lock }
In the else the master assumes it got the tserver lock and therefore the tserver lost its lock. But the else could execute when the master failed to get a lock. This may cause the master to kill tablet server when there is no reason to.
Attachments
Issue Links
- is superceded by
-
ACCUMULO-1049 Master does not need to get tserver lock
- Resolved