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

Prevent too many chunks from being added per function call (forward port to 7_6_X). #10424

Merged

Commits on Jul 28, 2015

  1. Prevent too many chunks from being added per function call.

    We have a limit of 1,024 chunks per IO vector and stop adding new
    chunks once we hit 1,000.  However, the consumeChunk* calls previously
    were able to add an unlimited number of new chunks - meaning that we
    could go past the limit in a single loop iteration.
    
    (cherry picked from commit 53e2f4d)
    bbockelm committed Jul 28, 2015
    Configuration menu
    Copy the full SHA
    64dee7c View commit details
    Browse the repository at this point in the history