-
Notifications
You must be signed in to change notification settings - Fork 25k
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
Query DSL: Rename filteredQuery
to filtered
#85
Labels
Comments
Query DSL: Rename |
dadoonet
pushed a commit
that referenced
this issue
Jun 5, 2015
dadoonet
added a commit
that referenced
this issue
Jun 5, 2015
…name `testSimpleWorkflow()` and `testListBlobs_26()` use same `test-snap` snapshot name. So we might get this issue: ``` 2015-04-29 12:02:47,279 WARN snapshots - [node_s0] failed to create snapshot [test-repo:test-snap] InvalidSnapshotNameException[[test-repo:test-snap] Invalid snapshot name [test-snap], snapshot with such name already exists] at org.elasticsearch.repositories.blobstore.BlobStoreRepository.initializeSnapshot(BlobStoreRepository.java:228) at org.elasticsearch.repositories.azure.AzureRepository.initializeSnapshot(AzureRepository.java:148) at org.elasticsearch.snapshots.SnapshotsService.beginSnapshot(SnapshotsService.java:303) at org.elasticsearch.snapshots.SnapshotsService.access$500(SnapshotsService.java:88) at org.elasticsearch.snapshots.SnapshotsService$1$1.run(SnapshotsService.java:229) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) ``` Closes #85.
rmuir
pushed a commit
to rmuir/elasticsearch
that referenced
this issue
Nov 8, 2015
Closes elastic#85.
henningandersen
pushed a commit
to henningandersen/elasticsearch
that referenced
this issue
Jun 4, 2020
Now that Rally's Python/CI requirements are codified in the Rally repo under `.ci/`, there's no need to duplicate them in the Makefile. Use Python requirements defined in the Rally repo to configure the venv for the rally-eventdata-track as well.
cbuescher
pushed a commit
to cbuescher/elasticsearch
that referenced
this issue
Oct 2, 2023
With this commit we ensure that ML-related benchmarks can be run for all release benchmarks starting with Elasticsearch 5.4.0. Relates elastic#39 Relates elastic#85
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
filteredQuery
is badly named, as no other query is suffixed byQuery
. Rename it tofiltered
.The text was updated successfully, but these errors were encountered: