dlmarion commented on PR #3139:
URL: https://github.com/apache/accumulo/pull/3139#issuecomment-1362952155

   > The problem is that loc is cleared when a tserver is shutdown.
   
   I'm thinking we should not clear on shutdown. `loc` doesn't get cleared on 
abnormal shutdown and things still work fine. On startup, after waiting 
MASTER_STARTUP_TSERVER_AVAIL_MIN_COUNT or 
MASTER_STARTUP_TSERVER_AVAIL_MAX_WAIT, assign tablet to `loc` if that tserver 
is up. If it's not up, then clear `loc` and let the balancer decide.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to