koala775 commented on issue #23840:
URL: 
https://github.com/apache/shardingsphere/issues/23840#issuecomment-1409667590

   1.The proxy have no error logs
   2.The client throw a exception:Connection is not avaliable,request timeout 
after 30000ms.
   3.server.yml:
   ```
   mode:
       type: Cluster
       repository:
       type: ZooKeeper
       props:
           namespace: proxy_mysql_cluster
           server-lists: ip1:2181,ip2:2181,ip3:2181
           retryIntervalmilliseconds: 5000
           timeToLiveSeconds: 60
           maxRetries: 29
           operationTimeoutMilliseconds: 20000
   rules:
     - !AUTHORITY
        users:
           - root@%: root
           - sharding@:sharding
        provider:
           type: ALL_PERMITTED
     -!TRANSACTION
         defaultType: XA
         providerType: Atomikos
   props:
       max-connections-size-per-query: 100
       kernel-executor-size: 2048 
       proxy-frontend-flush-threshold: 128 
       proxy-hint-enabled: false
       sql-show: true
       check-table-metadata-enabled: false
       proxy-backend-query-fetch-size: -1
       proxy-frontend-executor-size: 2048 
       proxy-backend-executor-suitable: OLTP
       proxy-frontend-max-connections: 0 
       proxy-backend-driver-type: JDBC
       proxy-mysgl-default-version: 8.0.9 
       proxy-default-port: 3307 
   ```


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