Skip to content

Conversation

@periklis
Copy link
Contributor

@periklis periklis commented Dec 17, 2020

Description

This PR addresses a false negative error log in ES nodes logs. The culprit is the elasticsearch-operator trying to update .security/_settings/index.number_of_replicas setting. Such calls are currently only allowed using the admin cert/key PR directly to elasticsearch (e.g. like in es_seed_acl). This fix is not a downgrade in operating multiple replicas of the .security index. The ES init procedure for the .security index takes care to set the replicas to 1 if the ES cluster has more than one node.

Needs backports for: release-4.6

/cc @huikang
/assign @jcantrill

Links

@openshift-ci-robot openshift-ci-robot added the bugzilla/severity-low Referenced Bugzilla bug's severity is low for the branch this PR is targeting. label Dec 17, 2020
@openshift-ci-robot
Copy link

@periklis: This pull request references Bugzilla bug 1907758, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target release (4.7.0) matches configured target release for branch (4.7.0)
  • bug is in the state ASSIGNED, which is one of the valid states (NEW, ASSIGNED, ON_DEV, POST, POST)

In response to this:

Bug 1907758: Fix update replica count for logging indices only

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@openshift-ci-robot openshift-ci-robot added the bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. label Dec 17, 2020
@openshift-ci-robot
Copy link

@periklis: This pull request references Bugzilla bug 1907758, which is valid.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target release (4.7.0) matches configured target release for branch (4.7.0)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, ON_DEV, POST, POST)

In response to this:

Bug 1907758: Fix update replica count for logging indices only

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@jcantrill
Copy link
Contributor

/approve

@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Dec 17, 2020
@jcantrill
Copy link
Contributor

@periklis i would refrain backporting to 4.5. This is a low priority issue for which we know the problem

@periklis
Copy link
Contributor Author

/retest

@periklis
Copy link
Contributor Author

periklis commented Dec 18, 2020

@periklis i would refrain backporting to 4.5. This is a low priority issue for which we know the problem

@jcantrill Good point, I set this to low priority because the present impact is only false negative error log messages in the elasticsearch log. Since users get easily distracted by this and report BZs, I would like to prevent them doing this and relief us from pointing to this BZ all the time. WDYT?

@periklis
Copy link
Contributor Author

/retest

@huikang
Copy link
Contributor

huikang commented Dec 18, 2020

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Dec 18, 2020
@openshift-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: huikang, jcantrill, periklis

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-robot
Copy link
Contributor

@periklis: The following test failed, say /retest to rerun all failed tests:

Test name Commit Details Rerun command
ci/prow/cluster-logging-operator-e2e d012194 link /test cluster-logging-operator-e2e

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

9 similar comments
@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@periklis
Copy link
Contributor Author

/retest

@openshift-merge-robot openshift-merge-robot merged commit 2433f12 into openshift:master Dec 20, 2020
@openshift-ci-robot
Copy link

@periklis: All pull requests linked via external trackers have merged:

Bugzilla bug 1907758 has been moved to the MODIFIED state.

In response to this:

Bug 1907758: Fix update replica count for logging indices only

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@periklis
Copy link
Contributor Author

/cherry-pick release-4.6

@openshift-cherrypick-robot

@periklis: new pull request created: #606

In response to this:

/cherry-pick release-4.6

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@openshift-ci-robot
Copy link

@periklis: Bugzilla bug 1907758 is in an unrecognized state (ON_QA) and will not be moved to the MODIFIED state.

In response to this:

Bug 1907758: Fix update replica count for logging indices only

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. bugzilla/severity-low Referenced Bugzilla bug's severity is low for the branch this PR is targeting. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants