teamconfx commented on issue #6046:
URL: https://github.com/apache/accumulo/issues/6046#issuecomment-3725576950
Looked a bit more into the issue and I'm not sure whether the shutdown hook
is actually the root cause.
But some principles I think might be valuable:
- With SYNC durability, data should be synced to WAL before flush() returns
- WAL recovery should restore this data regardless of how the tablet
server died
- The shutdown hook only affects graceful shutdown, but WAL recovery
should handle ungraceful crashes
--
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]