ivakegg commented on PR #3142: URL: https://github.com/apache/accumulo/pull/3142#issuecomment-1367898920
> > In assignment mode, this will set the last location to the currently assigned location when the tablet is unhosted. I am wondering if I should set the last location when the tablet is loaded as well or instead. The current implementation requires an orderly shutdown. I am thinking I would like this to work even on a non-orderly shutdown. > > When you mention orderly shutdown vs non-orderly, what are you defining as a non-orderly shutdown? A non-orderly shutdown is when you force all of the tservers to be killed (kill <pid>) in which case the tservers will not unload the tablets first and hence the last location would not be updated in "assign" mode. -- 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]
