-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Boot-time Mapping Definitions #86
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
I am going to allow for mappings to be defined under the config/mappings location. Each mapping should be in its own file, and the file name should be [mappingName].json. For example, under config/mappings you will have Also, note that the mappings must exists on all nodes/servers in the cluster. |
Boot-time Mapping Definitions, closed by e5cd594. |
Change the default location to |
When a Snapshot does not exist, we should raise a `SnapshotMissingException`. Add also tests for GET/DELETE on non existing repo Closes #86. (cherry picked from commit 77ab672)
Unclaimed 23646
With this commit we raise the network timeout for all benchmarks (regardless whether they have specified client options before or not) from the previous default value of 60 seconds to 240 seconds. We have seen some bulk requests fail with a network timeout in recent benchmarks and hence we bump it so we don't skew results due to timeouts. Relates elastic#86
Allow for mappings to be defined in a config file so that they will be pre-defined to the cluster when it starts up.
The text was updated successfully, but these errors were encountered: