wsm12138 commented on issue #18578: URL: https://github.com/apache/shardingsphere/issues/18578#issuecomment-1185182453
### ShardingSphere-Proxy version `e6328cb989cfb789189227892cb892740095d2d6` ### error <img width="1122" alt="image" src="https://user-images.githubusercontent.com/86462784/179154910-0d30317e-23b4-4cf1-90ad-e29e28576918.png"> <img width="977" alt="image" src="https://user-images.githubusercontent.com/86462784/179155441-e8563c56-50a7-469b-9728-1db64e757e71.png"> ### how to reproduce ``` server.yaml mode: type: Cluster repository: type: ZooKeeper props: namespace: 0715distsql server-lists: 192.168.10.21:2181 retryIntervalMilliseconds: 500 timeToLiveSeconds: 60 maxRetries: 3 operationTimeoutMilliseconds: 500 overwrite: true rules: - !AUTHORITY users: - root@%:root - sharding@:sharding provider: type: ALL_PERMITTED - !SQL_PARSER sqlCommentParseEnabled: true sqlStatementCache: initialCapacity: 2000 maximumSize: 65535 parseTreeCache: initialCapacity: 128 maximumSize: 1024 props: proxy-frontend-database-protocol-type: PostgreSQL ``` ### about zk <img width="499" alt="image" src="https://user-images.githubusercontent.com/86462784/179155260-d4a313dc-bf70-4cdd-bd95-8502c53e37f6.png"> ### about proxy stoudt.log <img width="1803" alt="image" src="https://user-images.githubusercontent.com/86462784/179155350-56c8d196-d0ba-4251-ba96-864bdd48b0e6.png"> ### question so,what can i do?that i can use `gsql` connect proxy? -- 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]
