milleruntime commented on pull request #1803:
URL: https://github.com/apache/accumulo/pull/1803#issuecomment-761087325


   I think using the name of the tserver as the unique sub directory under the 
WAL directory would work.  As an added benefit, when the RecoveryManager sees 
that dir at the beginning of `recoveryLogs` it could also check if that tserver 
is still alive (coming from the master so this may be as simple as looking in a 
list of tservers).  It would still be possible that the tserver is alive and 
the thread died/hung or it was restarted so that sort process is gone.  But we 
could print warnings for this case and start another sort either way.


----------------------------------------------------------------
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.

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


Reply via email to