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

rpc: rm rangefeed RPC stream window special case #117545

Merged
merged 1 commit into from
Jan 10, 2024

Commits on Jan 9, 2024

  1. rpc: rm rangefeed RPC stream window special case

    The rangefeed stream window size tuning was introduced to mitigate OOM
    in rangefeeds caused by the excessive number of streams (one per Range).
    Since we now use mux rangefeeds (which multiplexes all the rangefeed
    traffic into a single stream), this setting is no longer needed, so this
    commit removes it.
    
    Release note (ops change): COCKROACH_RANGEFEED_RPC_INITIAL_WINDOW_SIZE
    env variable has been removed, and rangefeed connection now uses the
    same window size as other RPC connections.
    pav-kv committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    d91c925 View commit details
    Browse the repository at this point in the history