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

Fixed an issue where there are sub aggregations executing on a single shard #4869

Closed
wants to merge 1 commit into from
Closed

Conversation

uboness
Copy link
Contributor

@uboness uboness commented Jan 23, 2014

...ard, the reduce call was not propagated properly down the agg hierarchy.

Closed: #4843

… shard, the reduce call was not propagated properly down the agg hierarchy.

Closed: #4843
@Override
protected Settings nodeSettings(int nodeOrdinal) {
return ImmutableSettings.builder()
.put("index.number_of_shards", 1)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we tests on several shards as well?

@jpountz
Copy link
Contributor

jpountz commented Jan 23, 2014

Looks good to me.

@uboness
Copy link
Contributor Author

uboness commented Jan 23, 2014

fixed in da95370

@uboness uboness closed this Jan 23, 2014
@uboness uboness deleted the fix/4843 branch January 23, 2014 18:41
@clintongormley clintongormley changed the title Fixed an issue where there are sug aggregations executing on a single sh... Fixed an issue where there are sub aggregations executing on a single shard Jun 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

min_doc_count=0 doesn't work with a date_histogram with a filter
3 participants