xueyilong opened a new issue, #19079:
URL: https://github.com/apache/shardingsphere/issues/19079

   ## Question
   
   ShardingSphere-proxy version:5.1.1 、5.1.2
   zookeeper version: 3.6.3
   
   server.yaml
   ```
   mode:
     type: Cluster
     #type: Memory
     repository:
       type: ZooKeeper
       props:
         namespace: governance_ds
         server-lists: 
192.168.122.157:2181,192.168.122.221:2181,192.168.122.68:2181
         retryIntervalMilliseconds: 500
         timeToLiveSeconds: 60
         maxRetries: 3
         operationTimeoutMilliseconds: 500
     overwrite: false
   ```
   
   When start the ShardingSphere-proxy,get the error logs,   want to get the 
reason, even if it doesn't seem to affect the use 
   ```
   [INFO ] 2022-07-13 07:23:45.714 [main-SendThread(192.168.122.68:2181)] 
org.apache.zookeeper.ClientCnxn - Session establishment complete on server 
node3/192.168.122.68:2181, session id = 0x30014ae50ba0002, negotiated timeout = 
40000
   [INFO ] 2022-07-13 07:23:45.775 [main-EventThread] 
o.a.c.f.state.ConnectionStateManager - State change: CONNECTED
   [INFO ] 2022-07-13 07:23:45.835 [main-EventThread] 
o.a.c.framework.imps.EnsembleTracker - New config event received: 
{server.2=192.168.122.157:2888:3888:participant, 
server.1=192.168.122.221:2888:3888:participant, 
server.3=192.168.122.68:2888:3888:participant, version=0}
   [ERROR] 2022-07-13 07:23:45.839 [main-EventThread] 
o.a.c.framework.imps.EnsembleTracker - Invalid config event received: 
{server.2=192.168.122.157:2888:3888:participant, 
server.1=192.168.122.221:2888:3888:participant, 
server.3=192.168.122.68:2888:3888:participant, version=0}
   [INFO ] 2022-07-13 07:23:45.839 [main-EventThread] 
o.a.c.framework.imps.EnsembleTracker - New config event received: 
{server.2=192.168.122.157:2888:3888:participant, 
server.1=192.168.122.221:2888:3888:participant, 
server.3=192.168.122.68:2888:3888:participant, version=0}
   [ERROR] 2022-07-13 07:23:45.839 [main-EventThread] 
o.a.c.framework.imps.EnsembleTracker - Invalid config event received: 
{server.2=192.168.122.157:2888:3888:participant, 
server.1=192.168.122.221:2888:3888:participant, 
server.3=192.168.122.68:2888:3888:participant, version=0}
   Thanks for using Atomikos! This installation is not registered yet.
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: 
[email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to