This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 35
Brings back fixes/updates to 6.8 version #40
Merged
dbbaughe
merged 16 commits into
opendistro-for-elasticsearch:opendistro-0.10
from
dbbaughe:opendistro-0.10
Feb 20, 2020
Merged
Brings back fixes/updates to 6.8 version #40
dbbaughe
merged 16 commits into
opendistro-for-elasticsearch:opendistro-0.10
from
dbbaughe:opendistro-0.10
Feb 20, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* support scheduledJob with locks. * Use ClusterService instead of Client to check the index exists. address some minor comment. * Updated through the comment. 1. Move the LockService in the SPI package 1. Added deleteLock to test. 1. Updated naming from job_type to job_index_name 1. updated delete lock to be safe with non existing index name. * Use ClusterStateService for lockIndexExist * Update acquireLock to take JobParam and JobContext * add some documentation to LockService
…istro-for-elasticsearch#10) * Filter clusterChangedEvent when doing sweeping * Format code
…stro-for-elasticsearch#11) * Update release lock log level * Update sweeper version compare log level
…asticsearch#15) * update ScheduledJobParser to use the JobDocVersion
* Add spi subproject maven publish task
dbbaughe
requested review from
zengyan-amazon,
jinsoor-amzn,
qreshi and
skkosuri-amzn
February 17, 2020 21:10
qreshi
reviewed
Feb 17, 2020
...a/com/amazon/opendistroforelasticsearch/jobscheduler/sampleextension/SampleJobParameter.java
Show resolved
Hide resolved
qreshi
approved these changes
Feb 18, 2020
jinsoor-amzn
approved these changes
Feb 20, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue #, if available:
Description of changes:
This cherry-picks commits from later versions back into opendistro-0.10 for the support of ISM 0.10/6.8
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.