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

fix(bulkload): Sometime ingest will hang when encountering write throttling #2157

Merged
merged 3 commits into from
Dec 13, 2024

Conversation

ruojieranyishen
Copy link
Collaborator

@ruojieranyishen ruojieranyishen commented Nov 27, 2024

Resolve issue #2156.

Due to the flag _is_bulk_load_ingestion allowing only one RPC_RRDB_RRDB_BULK_LOAD RPC call, the throttling_controller::DELAY recall of on_client_write cannot execute RPC_RRDB_RRDB_BULK_LOAD again.

…tling

Resolve apache#2156

Due to the flag _is_bulk_load_ingestion allowing only one RPC_RRDB_RRDB_BULK_LOAD
RPC call, the throttling_controller::DELAY recall of on_client_write
cannot execute RPC_RRDB_RRDB_BULK_LOAD again.
@github-actions github-actions bot added the cpp label Nov 27, 2024
@ruojieranyishen ruojieranyishen changed the title fix(bulkload) Sometime ingest will hang when encountering write throttling fix(bulkload): Sometime ingest will hang when encountering write throttling Nov 27, 2024
@acelyc111 acelyc111 requested a review from empiredan December 10, 2024 02:07
@empiredan empiredan merged commit eb88b27 into apache:master Dec 13, 2024
89 of 90 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants