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

Update BucketUtils#suggestShardSideQueueSize signature #33210

Merged
merged 2 commits into from
Aug 29, 2018

Commits on Aug 28, 2018

  1. Update BucketUtils#suggestShardSideQueueSize signature

    `BucketUtils#suggestShardSideQueueSize` used to calculate the shard_size based on the number of shards. It returns now a different value only based on whether we are querying a single shard or multiple shards. This commit replaces the numberOfShards argument with a boolean that tells whether we are querying a single shard or not.
    javanna committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    eb270fb View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2018

  1. Configuration menu
    Copy the full SHA
    8df560f View commit details
    Browse the repository at this point in the history