milleruntime commented on issue #1853:
URL: https://github.com/apache/accumulo/issues/1853#issuecomment-754753059


   The check that is failing is here:
   `
   Preconditions.checkArgument(currSize >= sortedFiles.get(c - 
1).getEstimatedEntries());
   `
   Due to the previous file size exceeding the current file size.  It seems 
this is indicating that the files are not sorted.


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to