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

Commits on Nov 27, 2024

  1. fix(bulkload) Sometime ingest will hang when encountering write throt…

    …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.
    lupengfan1 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    bf11580 View commit details
    Browse the repository at this point in the history
  2. follow clang-format

    lupengfan1 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    5243ff3 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. follow clang-tidy

    lupengfan1 committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    aed4bf9 View commit details
    Browse the repository at this point in the history