Closed lukas-vlcek closed 3 years ago
BTW, it should be pointed out that project names are used for filtering as is without any modifications (precisely, they are indexed as keywords which means no text analysis is run on them before they are put into index). I.e. "Dummy" and "dummy" are treated as two different projects. The original script was lowercasing the values.
/test smoke
@lukas-vlcek: This pull request references Bugzilla bug 1895581, which is valid. The bug has been updated to refer to the pull request using the external bug tracker.
/hold
@lukas-vlcek: The following tests failed, say /retest
to rerun all failed tests:
Test name | Commit | Details | Rerun command |
---|---|---|---|
ci/prow/clo-functional | 4d959457f0e5127a32c3b5e9915300347b1208c5 | link | /test clo-functional |
ci/prow/smoke | 4d959457f0e5127a32c3b5e9915300347b1208c5 | link | /test smoke |
ci/prow/elastic-operator-e2e | 4d959457f0e5127a32c3b5e9915300347b1208c5 | link | /test elastic-operator-e2e |
Full PR test history. Your PR dashboard.
/hold cancel
/retest
this is going to be dependent on https://github.com/openshift/elasticsearch-proxy/pull/68 being merged first
/approve
/retest
/test smoke
/test smoke
/test smoke
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: ewolinetz, lukas-vlcek
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/retest
Please review the full test history for this PR and help us cut down flakes.
/retest
Please review the full test history for this PR and help us cut down flakes.
/retest
Please review the full test history for this PR and help us cut down flakes.
/retest
Please review the full test history for this PR and help us cut down flakes.
/retest
Please review the full test history for this PR and help us cut down flakes.
/retest
Please review the full test history for this PR and help us cut down flakes.
@lukas-vlcek: All pull requests linked via external trackers have merged:
Bugzilla bug 1895581 has been moved to the MODIFIED state.
@lukas-vlcek: Bugzilla bug 1895581 is in an unrecognized state (ON_QA) and will not be moved to the MODIFIED state.
@lukas-vlcek: Bugzilla bug 1895581 is in an unrecognized state (ON_QA) and will not be moved to the MODIFIED state.
/cherry-pick release-4.6
/cherry-pick release-4.5
@lukas-vlcek: new pull request created: #2040
@lukas-vlcek: new pull request created: #2041
Description
Use terms query instead of painless scripting. This is much more performant and uses a lot less resources.
Relevant ES docs:
This PR assume that es-proxy provide list of projects in comma-delimited form where every item is quoted.
Watch for associated PR in https://github.com/openshift/elasticsearch-proxy before merging.
/cc @vimalk78 /assign @jcantrill
Links