Skip to content
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

Remove redundant Elasticsearch status attributes #1790

Merged
merged 3 commits into from
Sep 25, 2019

Conversation

pebrc
Copy link
Collaborator

@pebrc pebrc commented Sep 25, 2019

This removes ClusterUUID, MasterNode, ExternalService and ZenDiscovery as they are either
just duplicating information readily available via Elasticsearch or are of no relevance for the
user.

I opted for keeping minimum master nodes as an annotation to minimize the calls to the Elasticsearch
API when reconciling 6.x clusters.

Fixes #1781

This removes ClusterUUID, MasterNode, ExternalService and ZenDiscovery as they are either
just duplicating information readily available via Elasticsearch or are of no relevance for the
user.

I opted for keeping minimum master nodes as an annotation to minimize the calls to the Elasticsearch
API when reconciling 6.x clusters.
Copy link
Contributor

@charith-elastic charith-elastic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@sebgl sebgl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

// Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
// or more contributor license agreements. Licensed under the Elastic License;
// you may not use this file except in compliance with the Elastic License.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:o how come these went through?

@pebrc pebrc merged commit 8be14cb into elastic:master Sep 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Review Elasticsearch Status Subresource
3 participants