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
Client client = Client.builder().endpoints("http://localhost:2379").build();
Lease leaseClient = client.getLeaseClient();
long leaseID = leaseClient.grant(30).get().getID();//will be bocked here
Versions
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
The text was updated successfully, but these errors were encountered: