keith-turner opened a new pull request, #288: URL: https://github.com/apache/accumulo-testing/pull/288
BulkBatchWriter was using Arrays.compare to compare Accumulo rows which is incorrect because it compares bytes as signed integers. Need to compare the bytes as unsigned integers. Updated the code to correctly compare. This bug would not cause data to go to the wrong tablet it could only cause needless creation of many files for a single tablet. -- 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]
