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

Flush messages to disk in batches. #1388

Merged
merged 3 commits into from Oct 23, 2017
Merged

Commits on Oct 18, 2017

  1. Flush messages to disk in batches.

    If messages should be embedded to a queue index, there will
    be no credit flow limit, so message batches can be too big
    and block the queue process.
    Limiting the batch size allows consumer to make progress while
    publishers are blocked by the paging-out process.
    
    [#151614048]
    Daniil Fedotov authored and gerhard committed Oct 18, 2017
    Copy the full SHA
    f1de592 View commit details
    Browse the repository at this point in the history
  2. Fix the flag value for queue waiting message paging continuation

    Daniil Fedotov authored and gerhard committed Oct 18, 2017
    Copy the full SHA
    c574fc5 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2017

  1. Copy the full SHA
    dc915ba View commit details
    Browse the repository at this point in the history