apache / apache/dubbo

More information like the address of the server needed on 'zookeeper not connected'.

Open
#11,057 2 comments 0 reactions 0 assignees View on GitHub
help wanted type/discussion
Dominant language
Java
Stars
41.6k
Forks
26.4k
Avg merge
15h 13m
Merged PRs (30d)
4

Description

Version 3.0.x, 3.1.x and 3.2.x

```java
at org.apache.dubbo.config.deploy.DefaultApplicationDeployer.getDynamicConfiguration(DefaultApplicationDeployer.java:720)
at org.apache.dubbo.config.deploy.DefaultApplicationDeployer.prepareEnvironment(DefaultApplicationDeployer.java:676)
... 28 common frames omitted
Caused by: java.lang.IllegalStateException: zookeeper not connected
at org.apache.dubbo.remoting.zookeeper.curator.CuratorZookeeperClient.(CuratorZookeeperClient.java:105)
... 37 common frames omitted

```

Contributor guide

Open the contributing guide

Research direction

Start at org.apache.dubbo.remoting.zookeeper.curator.CuratorZookeeperClient, especially the constructor location shown in the stack trace, and trace how the connection failure becomes the "zookeeper not connected" exception. Check the existing error-handling tests around this client if available; done means the failure reports the server address as requested.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
backend, distributed-systems
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.