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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ruojieranyishen
Copy link
Collaborator

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

1 participant