-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
bc5379c
commit f72630e
Showing
1 changed file
with
32 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters