keith-turner commented on issue #5132:
URL: https://github.com/apache/accumulo/issues/5132#issuecomment-2517856600
Would be good if the tsever did a check of its lock after experiencing an
error writing to its walog. Currently the following can happen.
1. Manager revokes lease on a tservers walog when it determines a tserver
is dead.
2. If the tserver is still alive this will cause it to have a write error
when writing to its walog.
3. When the tserver has a write error it jsut creates a new walog.
Would be nice to have the tserver check its lock between steps 2 and 3
above. That could be done by calling the same code that is used for periodic
check.
--
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]