keith-turner opened a new pull request, #4137: URL: https://github.com/apache/accumulo/pull/4137
When a metadata tablet splits it writes to the root table. The code that handles split recovery was always writing to the metadata table. Therefore if a tablet server was in the middle of splitting a metadata tablet and died, then it would not recover correctly. This change modifies the split recovery code to use the appropriate table. Noticed this while working on #4136 -- 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]
