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
If there are more than 1 ingest nodes in the follower, the behaviour is different. When the API was hit to ingest node 1 - the result was false through out and when we hit the API to ingest node 2 - the result was true thoughout.
How can one reproduce the bug?
Steps to reproduce the behavior:
Install leader and follower opensearch (each having one ingest, one data and one master node) and create a autofollow replication rule in follower.
Ensure that the indices are getting replicated to the follower cluster.
Check the connection status using _remote/info API
"connected" field is returning false through out even though the replication is happening.
If there are more than 1 ingest nodes in the follower, the behaviour is different. When the API was hit to ingest node 1 - the result was false through out and when we hit the API to ingest node 2 - the result was true thoughout.
What is the expected behavior?
The "connected" field in _remote/info should be consistently "true" when the connection is successful across passive and active site and when the replication is performing seemlessly. Is this API valid in these scenarios?
The text was updated successfully, but these errors were encountered:
I can look into it. But i would like to know if this actually might impact the system at a high level. Can you check and let us know if you have any info on this as in our deployment, this is observed a lot.
What is the bug?
_remote/info API is returning "connected" field as false even when the replication is happening seemlessly through proxy mode.
If there are more than 1 ingest nodes in the follower, the behaviour is different. When the API was hit to ingest node 1 - the result was false through out and when we hit the API to ingest node 2 - the result was true thoughout.
How can one reproduce the bug?
Steps to reproduce the behavior:
If there are more than 1 ingest nodes in the follower, the behaviour is different. When the API was hit to ingest node 1 - the result was false through out and when we hit the API to ingest node 2 - the result was true thoughout.
What is the expected behavior?
The "connected" field in _remote/info should be consistently "true" when the connection is successful across passive and active site and when the replication is performing seemlessly. Is this API valid in these scenarios?
The text was updated successfully, but these errors were encountered: