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
Describe the bug
The rejected_requests column of _cat/segment_replication API is not reporting accurate metrics. The value of rejected_requests is always being 0 even though segment replication backpressure is triggered and rejecting requests
To Reproduce
Steps to reproduce the behavior:
-> Index documents into cluster continuously until Segment Replication backpressure mechanism is triggered.
-> Call the GET "_cat/segment_replication" API and check for the rejected_requests count per shard.
-> The value of rejected_requests is always being 0 and not getting updated.
Expected behavior
As Segment Replication backpressure mechanism is triggered and index requests are rejected, we should update the rejected_requests value in the _cat/segment_replication API.
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
OS: [e.g. iOS]
Version [e.g. 22]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Rishikesh1159
changed the title
[BUG] [Segment Replication] The rejected_requests are not reported correctly by _cat/segment_replication API
[BUG] [Segment Replication] Rejected_requests are not reported correctly by _cat/segment_replication API
Apr 22, 2023
Describe the bug
The rejected_requests column of _cat/segment_replication API is not reporting accurate metrics. The value of rejected_requests is always being 0 even though segment replication backpressure is triggered and rejecting requests
To Reproduce
Steps to reproduce the behavior:
-> Index documents into cluster continuously until Segment Replication backpressure mechanism is triggered.
-> Call the GET "_cat/segment_replication" API and check for the rejected_requests count per shard.
-> The value of rejected_requests is always being 0 and not getting updated.
Expected behavior
As Segment Replication backpressure mechanism is triggered and index requests are rejected, we should update the rejected_requests value in the _cat/segment_replication API.
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: