Skip to content

dubbo provider lose  #12607

@qijun4tian

Description

@qijun4tian
  • I have searched the 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上没有注册上生产者

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions