-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Add a field 'discovered_cluster_manager' in 'GET Cluster Health' API that shows identical value with field 'discovered_master' #2437
Add a field 'discovered_cluster_manager' in 'GET Cluster Health' API that shows identical value with field 'discovered_master' #2437
Conversation
Can one of the admins verify this patch? |
❌ Gradle Check failure 12d6f676976220d00e1ca4d2684ea2a74495b321 |
Signed-off-by: Tianli Feng <[email protected]>
12d6f67
to
0148e0e
Compare
In log 3252:
It's not reproducible locally. Opened issue #2440 |
start gradle check |
Log 3266 shows the same test failure as above, now I begin to doubt if that is caused by the code change.. 😂 But it's not reproducible by the single command |
start gradle check |
…ster-health Signed-off-by: Tianli Feng <[email protected]>
In log 3422:
It's reported in issue #1561 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
start gradle check |
In log 3432:
It's reported in issue #1703 |
start gradle check |
In log 3436:
It's reported in issue #1561 |
Signed-off-by: Tianli Feng <[email protected]>
In log 3484:
|
Signed-off-by: Tianli Feng <[email protected]>
Description
discovered_cluster_manager
to the response ofGET _cluster/health
API, which has got the same value with the existingdiscovered_master
field, aims to replace the non-inclusive term "master" in the API response field.discovered_cluster_manager
anddiscovered_master
field have got the same value.Current response of
GET _cluster/health
APIProposed response of
GET _cluster/health
APITesting:
Issues Resolved
Part of #1549
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.