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
When all shards of the table become unavailable, and at the same time the meta server has performed a master switch, this situation will cause the Java client to be unable to access the meta server. The error message is "Negotiation failed".
Like
The java client cant recovery with retry policy, this situation is not expected.
What did you do?
Shutdown replica server, and shutdown the mechine of leader meta server. Will see the Negotiation failed happend.
What did you expect to see?
The java client can access table after replica server recovery with retry policy.
What version of Pegasus are you using?
2.4.0 release version
The text was updated successfully, but these errors were encountered:
Bug Report
When all shards of the table become unavailable, and at the same time the meta server has performed a master switch, this situation will cause the Java client to be unable to access the meta server. The error message is "Negotiation failed".
Like
The java client cant recovery with retry policy, this situation is not expected.
What did you do?
Shutdown replica server, and shutdown the mechine of leader meta server. Will see the Negotiation failed happend.
What did you expect to see?
The java client can access table after replica server recovery with retry policy.
What version of Pegasus are you using?
2.4.0 release version
The text was updated successfully, but these errors were encountered: