zhijiayang
zhijiayang
Please help me take a look at this problem.
I did another experiment. When my java client runs on a server outside the etcd cluster, this problem does not occur. When the java client and etcd are on the...
And I found that when my java client program is on the same server as etcd, every time I stop and restart the java client, it will report an error:...
Is your client java program and etcd on the same server? This error occurs when etcd and the client program are running on the same server.
ok, I have found the reason, due to the inconsistency of the metadata of my etcd after starting and stopping.
The problem I encountered is because our platform has a master-slave switchover, and there is a master-slave synchronization data directory. We also put the etcd data in this directory, which...
ok ---Original--- From: "Jeremy ***@***.***> Date: Sat, Aug 13, 2022 21:17 PM To: ***@***.***>; Cc: ***@***.******@***.***>; Subject: Re: [etcd-io/etcd] When I killed my java etcd program, I found thatetcd would...
Is your client java program and etcd on the same server? This error occurs when etcd and the client program are running on the same server. ---Original--- From: "Jeremy ***@***.***>...