keith-turner opened a new pull request, #289:
URL: https://github.com/apache/accumulo-testing/pull/289

   BulkBatchWriter was sorting only on the mutation row.  Occasionally 
continuous ingest would generate the same 64 bit id twice in the same batch and 
if its columns were not sorted properly then the write to the rfile would fail.
   
   This fixes the problem by sorting on the entire key instead of only the row.


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