qijun4tian opened a new issue, #12607: URL: https://github.com/apache/dubbo/issues/12607
<!-- If you need to report a security issue please visit https://github.com/apache/dubbo/security/policy --> - [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 3.2.0 * Operating System version: alpine linux * Java version: jdk17 ### Steps to reproduce this issue * zookeeper 注册中心 版本为3.4.9 ``` <dependency> <groupId>org.apache.curator</groupId> <artifactId>curator-x-discovery</artifactId> <version>4.2.0</version> </dependency> <dependency> <groupId>org.apache.zookeeper</groupId> <artifactId>zookeeper</artifactId> <version>3.4.10</version> <exclusions> <exclusion> <artifactId>slf4j-reload4j</artifactId> <groupId>org.slf4j</groupId> </exclusion> </exclusions> </dependency> ``` 打印 2023-06-27 19:24:50.123 [main-SendThread(172.16.9.102:2181)] INFO org.apache.zookeeper.ClientCnxn [logStartConnect:1032] - Opening socket connection to server 172.16.9.102/172.16.9.102:2181. Will not attempt to authenticate using SASL (unknown error) 2023-06-27 19:24:50.123 [main-SendThread(172.16.9.102:2181)] INFO org.apache.zookeeper.ClientCnxn [primeConnection:876] - Socket connection established to 172.16.9.102/172.16.9.102:2181, initiating session 2023-06-27 19:24:50.124 [main-SendThread(172.16.9.102:2181)] INFO org.apache.zookeeper.ClientCnxn [run:1158] - Unable to read additional data from server sessionid 0x0, likely server has closed socket, closing socket connection and attempting reconnect 中间 2023-06-27 19:24:53.473 [main-EventThread] INFO org.apache.curator.framework.state.ConnectionStateManager [postState:251] - State change: RECONNECTED 2023-06-27 19:25:33.481 [DubboRegistryRetryTimer-thread-1] WARN org.apache.dubbo.registry.retry.FailedRegisteredTask [warn:76] - [DUBBO] Final failed to execute task retry register .... This may be caused by registry center offline, go to https://dubbo.apache.org/faq/1/13 to find instructions. Check the registry server 在dubbo admin上没有注册上生产者 -- 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: notifications-unsubscr...@dubbo.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org