More information like the address of the server needed on 'zookeeper not connected'.
- 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
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