azexcy commented on issue #22242:
URL: 
https://github.com/apache/shardingsphere/issues/22242#issuecomment-1319471023

   Migration must user cluster mode of ShardingSphere-Proxy, can you check the 
`server.yaml` config file is exitsing?
   
   just like this
   ```
   mode:
     type: Cluster
     repository:
       type: ZooKeeper
       props:
         namespace: xxx
         server-lists: localhost:2181
         retryIntervalMilliseconds: 500
         timeToLiveSeconds: 60
         maxRetries: 3
         operationTimeoutMilliseconds: 500
   ```
   
   @czywj 


-- 
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