You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requests going through TransportUpdateAction mutate the noop_update_total which is the expected behavior but requests coming from TransportBulkAction do not. Teach bulk action to capture no-op update count in IndexingStats.
Describe the bug
IndexingStats
captures statistics related to indexing operations being performed on each shard by the data node. Sample node stats output:Requests going through
TransportUpdateAction
mutate thenoop_update_total
which is the expected behavior but requests coming fromTransportBulkAction
do not. Teach bulk action to capture no-op update count inIndexingStats
.To Reproduce
Steps to reproduce the behavior:
Checkout e4a1841 from
opensearch:main
.Expected behavior
NoOp updates in bulk call should update
noop_update_total
inIndexingStats
.Plugins
Standard.
Screenshots
See
To Reproduce
.Host/Environment (please complete the following information):
Additional context
N/A
The text was updated successfully, but these errors were encountered: