action2013 opened a new issue, #15824:
URL: https://github.com/apache/dubbo/issues/15824

   ### Pre-check
   
   - [x] I am sure that all the content I provide is in English.
   
   
   ### Search before asking
   
   - [x] I had searched in the 
[issues](https://github.com/apache/dubbo/issues?q=is%3Aissue) and found no 
similar feature requirement.
   
   
   ### Apache Dubbo Component
   
   Java SDK (apache/dubbo)
   
   ### Descriptions
   
   zookeeper registry address set parameter timeout = 600000Ms not effect,after 
15000Ms connect timeout report exception:
   ```
   [2025-12-04 17:58:40,221] [ERROR] [Curator-Framework-0] 
[o.a.c.f.i.CuratorFrameworkImpl:617] - Background retry gave up
   org.apache.curator.CuratorConnectionLossException: KeeperErrorCode = 
ConnectionLoss
           at 
org.apache.curator.framework.imps.CuratorFrameworkImpl.performBackgroundOperation(CuratorFrameworkImpl.java:840)
 [curator-framework-5.8.0.jar!/:5.8.0]
           at 
org.apache.curator.framework.imps.CuratorFrameworkImpl.backgroundOperationsLoop(CuratorFrameworkImpl.java:795)
 [curator-framework-5.8.0.jar!/:5.8.0]
           at 
org.apache.curator.framework.imps.CuratorFrameworkImpl.access$300(CuratorFrameworkImpl.java:77)
 [curator-framework-5.8.0.jar!/:5.8.0]
           at 
org.apache.curator.framework.imps.CuratorFrameworkImpl$4.call(CuratorFrameworkImpl.java:315)
 [curator-framework-5.8.0.jar!/:5.8.0]
           at 
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
           at 
java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
 [?:?]
           at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
 [?:?]
           at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
 [?:?]
           at java.base/java.lang.Thread.run(Thread.java:842) [?:?]
   ```
   
   Can the CuratorFrameworkUtils#buildCuratorFramework method set the timeout 
parameter in the URL to builder.connectionTimeoutMs? Currently, its default 
value is 15000ms: 
   
   <!-- Failed to upload "image.png" -->
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a pull request to fix on your own?
   
   - [ ] Yes I am willing to submit a pull request on my own!
   
   ### Code of Conduct
   
   - [x] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to