You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2018/06/06 18:43:30 UTC

[GitHub] ivakegg commented on issue #516: Adding better handling of WAL close exceptions

ivakegg commented on issue #516: Adding better handling of WAL close exceptions
URL: https://github.com/apache/accumulo/pull/516#issuecomment-395172868
 
 
   The problem was that the underlying code was not always throwing a LogClosedException and instead was letting the ClosedChannelException to pass through.  This was bypassing the code that was to avoid waiting when the underlying log was closed.  Note that I added the caching of the ClosedChannelException as well in that circumstance in case I did not translate ClosedChannelException to a LogClosedException everywhere.  That part could probably be dropped if someone can validate that the translation is complete.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services