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/05/02 19:36:03 UTC

[GitHub] keith-turner opened a new pull request #458: fixes #449 fix two bugs with WAL recovery

keith-turner opened a new pull request #458: fixes #449 fix two bugs with WAL recovery
URL: https://github.com/apache/accumulo/pull/458
 
 
    * Fix bug where tablet is unloaded, reloaded on tserver, and then tserver dies
    * Fix bug with out of order logs.  Recovery code assumed logs were passed in
      time order.  However, since 1.8.0 they have been passed in random order. Rewrote
      recovery code to handle out of order logs.  The fix was to read all logs in
      a sorted merged way.

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