Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes sorting in bulk batch writer #289

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

keith-turner
Copy link
Contributor

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.

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.
@keith-turner
Copy link
Contributor Author

Ran continuous ingest for a bit and then verify to test these changes.

@ctubbsii ctubbsii deleted the branch apache:main December 10, 2024 20:23
@ctubbsii ctubbsii closed this Dec 10, 2024
@ctubbsii ctubbsii reopened this Dec 10, 2024
@ctubbsii ctubbsii changed the base branch from elasticity to main December 10, 2024 20:27
@ctubbsii ctubbsii merged commit ed97a2f into apache:main Dec 10, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants