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

0.7.6 client blocked #1373

Open
gravityhurry opened this issue Jun 27, 2024 · 4 comments
Open

0.7.6 client blocked #1373

gravityhurry opened this issue Jun 27, 2024 · 4 comments

Comments

@gravityhurry
Copy link

Versions

  • etcd: 3.4.13.8
  • jetcd: 0.7.6
  • java: 1.8

client frequent use
leaseClient.grant
kvClient.get
about 3-6 hours later, the client is blocked and cannot obtain information.

the server is ok

when we upgrade to 0.7.7 , it is ok
Is it a grpc issue?

i see grpc is 1.57 to 1.6.x

@gravityhurry gravityhurry changed the title 0.7.6 0.7.6 client blocked Jun 27, 2024
@wesley-zhong
Copy link

And the version jetcd: 0.8.2 also have the same BUG. But 0.7.7 , it is ok

@wesley-zhong
Copy link

    Client client = Client.builder().endpoints("http://localhost:2379").build();
    Lease leaseClient = client.getLeaseClient();
    long leaseID = leaseClient.grant(30).get().getID();//will be bocked here

@lburgazzoli
Copy link
Collaborator

we have some test here that are not failing https://github.com/etcd-io/jetcd/blob/main/jetcd-core/src/test/java/io/etcd/jetcd/impl/LeaseTest.java

can you provide a pr with a failing unit test ?

@lburgazzoli
Copy link
Collaborator

@wesley-zhong can you try with 0.8.3 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants