marker-wu commented on issue #12292:
URL: 
https://github.com/apache/shardingsphere/issues/12292#issuecomment-915689207


   > Hi @marker-wu
   > Please provide your configuration in `server.yaml`.
   Hi:The content of my server.yaml is as follows:
   governance:
     name: governance_ds
     registryCenter:
       type: ZooKeeper
       serverLists: 192.168.238.128:2181
       props:
         retryIntervalMilliseconds: 500
         timeToLiveSeconds: 60
         maxRetries: 3
         operationTimeoutMilliseconds: 500
     overwrite: false
   rules:
     - !AUTHORITY
       users:
         - root@%:admin
         - sharding@:sharding
       provider:
         type: NATIVE
   
   props:
     max-connections-size-per-query: 1
     executor-size: 16  # Infinite by default.
     proxy-frontend-flush-threshold: 128  # The default value is 128.
     proxy-transaction-type: LOCAL
     xa-transaction-manager-type: Atomikos
     proxy-opentracing-enabled: false
     proxy-hint-enabled: false
     sql-show: false
     check-table-metadata-enabled: false
     lock-wait-timeout-milliseconds: 50000 # The maximum time to wait for a lock
     show-process-list-enabled: false
   
   
   The zookeeper address is correct and it is running normally
   
   


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