Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java client cannot access the meta server when authentication is enabled #2112

Open
Samunroyu opened this issue Sep 9, 2024 · 0 comments
Open
Labels
type/bug This issue reports a bug.

Comments

@Samunroyu
Copy link
Collaborator

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
image

The java client cant recovery with retry policy, this situation is not expected.

  1. What did you do?
    Shutdown replica server, and shutdown the mechine of leader meta server. Will see the Negotiation failed happend.

  2. What did you expect to see?
    The java client can access table after replica server recovery with retry policy.

  3. What version of Pegasus are you using?
    2.4.0 release version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug This issue reports a bug.
Projects
None yet
Development

No branches or pull requests

1 participant