-
Notifications
You must be signed in to change notification settings - Fork 25.2k
_count requests broken as a of commit 7bf0f1ffca589df6e626d61182689bde005ce649 #52
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
Comments
_count hangs, closed by 83a78b3 |
Fixed, my bad!. By the way, int the health API, you specify a timeout of 2, which is 2 milliseconds..., you should set it to something like |
Releasing 0.5.1 to fix this... |
Fix confirmed. And thanks for the note about the timeout |
This was referenced Dec 6, 2014
dadoonet
pushed a commit
that referenced
this issue
Jun 5, 2015
dadoonet
added a commit
that referenced
this issue
Jun 5, 2015
Related to #52 (cherry picked from commit a6435ab) (cherry picked from commit f82ee58)
dadoonet
added a commit
that referenced
this issue
Jun 5, 2015
[logging] don't use anymore `if (logger.isTraceEnabled())` or `if (logger.isDebugEnabled())` Related to #52. (cherry picked from commit 95381d4) (cherry picked from commit 6d5ce44)
dadoonet
added a commit
that referenced
this issue
Jun 5, 2015
With Java 7, we can change `Set<Instance> = new HashSet<Instance>()` to `Set<Instance> = new HashSet<>()` Related to #52. (cherry picked from commit 0c709de) (cherry picked from commit 4f474f5)
dadoonet
added a commit
that referenced
this issue
Jun 5, 2015
With Java7, you don't need multiple identical catch blocks anymore Related to #52. (cherry picked from commit 322e1e5) (cherry picked from commit 9d3b0ad)
StefanGor
pushed a commit
to StefanGor/elasticsearch
that referenced
this issue
Mar 17, 2017
Update Coordination.md
ywelsch
pushed a commit
to ywelsch/elasticsearch
that referenced
this issue
May 24, 2018
The Legislator tests are currently a little painful to run in an iterated fashion (i.e. with `-Dtests.iters=BIGNUM`) due to the quantity of log output produced. This change removes the TRACE-by-default annotations, and also reduces the number of iterations in `runRandomly()`. Verbose logging can be reinstated by running the tests with -Dtests.es.logger.level=TRACE Fixes elastic#52
henningandersen
pushed a commit
to henningandersen/elasticsearch
that referenced
this issue
Jun 4, 2020
With this commit we remove any leniency in the parameter checks of the Kibana bulk source. Previously, this parameter source has defined several defaults which can lead to usage errors and wrong assumptions about the conditions under which a benchmark is running. Relates elastic#52
cbuescher
pushed a commit
to cbuescher/elasticsearch
that referenced
this issue
Oct 2, 2023
Also simplify the x-pack build command to only build plugins and not the docs as well. Relates elastic/rally#457 Relates elastic#52
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The server now hangs with
_count
queries. A bisect shows:7bf0f1f is the first bad commit
commit 7bf0f1f
Author: kimchy [email protected]
Date: Fri Mar 5 01:39:04 2010 +0200
:040000 040000 941417e6df82b84dbd3ac28576aa589916d398ea c2c27160d53974c1c78a3b9108ce8f3ca16c665e M modules
Test script:
The text was updated successfully, but these errors were encountered: