Skip to content

Commit 6b8202f

Browse files
gaobinlongrayshrey
authored andcommitted
Update supported version for fixing the bug of noop_update_total metric cannot be updated by bulk API (opensearch-project#11917)
* Update supported version for fixing the bug of noop_update_total metric cannot be updated by bulk API Signed-off-by: Gao Binlong <[email protected]> * Modify change log Signed-off-by: Gao Binlong <[email protected]> --------- Signed-off-by: Gao Binlong <[email protected]>
1 parent 9b7dab1 commit 6b8202f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
226226
- Fix remote shards balancer and remove unused variables ([#11167](https://github.com/opensearch-project/OpenSearch/pull/11167))
227227
- Fix parsing of flat object fields with dots in keys ([#11425](https://github.com/opensearch-project/OpenSearch/pull/11425))
228228
- Fix bug where replication lag grows post primary relocation ([#11238](https://github.com/opensearch-project/OpenSearch/pull/11238))
229-
- Fix noop_update_total metric in indexing stats cannot be updated by bulk API ([#11485](https://github.com/opensearch-project/OpenSearch/pull/11485))
229+
- Fix noop_update_total metric in indexing stats cannot be updated by bulk API ([#11485](https://github.com/opensearch-project/OpenSearch/pull/11485),[#11917](https://github.com/opensearch-project/OpenSearch/pull/11917))
230230
- Fix for stuck update action in a bulk with `retry_on_conflict` property ([#11152](https://github.com/opensearch-project/OpenSearch/issues/11152))
231231
- Fix template setting override for replication type ([#11417](https://github.com/opensearch-project/OpenSearch/pull/11417))
232232
- Fix Automatic addition of protocol broken in #11512 ([#11609](https://github.com/opensearch-project/OpenSearch/pull/11609))

rest-api-spec/src/main/resources/rest-api-spec/test/indices.stats/50_noop_update.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ setup:
2323
---
2424
"Test noop_update_total metric can be updated by both update API and bulk API":
2525
- skip:
26-
version: " - 2.99.99" #TODO: change to 2.11.99 after the PR is backported to 2.x branch
27-
reason: "fixed in 3.0"
26+
version: " - 2.11.99"
27+
reason: "fixed in 2.12.0"
2828

2929
- do:
3030
update:

0 commit comments

Comments
 (0)