keith-turner opened a new issue, #3844:
URL: https://github.com/apache/accumulo/issues/3844

   Tablets with write ahead logs can not be split.  The write ahead logs must 
be processed before splitting.  Data in write ahead logs is stored by tablet.  
If tablet were to split and copy write ahead logs to its children, then those 
children would find no data in the writeahead log because the data is stored 
under the parents extent.
   
   This problem is unique to the elasticity branch because it does splits in 
the manager.  Before elasticity splits were done in the tablet server and 
tablets should not have write ahead logs when splitting there.


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

Reply via email to