johnny2002 opened a new issue, #17568: URL: https://github.com/apache/dolphinscheduler/issues/17568
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened Error while master/worker starting: 149822-[WI-0][TI-0] - 2025-10-10 06:00:52.025 ERROR [Master-Server] o.a.d.r.a.RegistryClient:[254] - Failed to clean the failoverFinishedNode: 10.16.10.103:5678-unknown-unknown 149992-org.apache.dolphinscheduler.registry.api.RegistryException: zookeeper get data error:10.16.10.103:5678-unknown-unknown 150111- at org.apache.dolphinscheduler.plugin.registry.zookeeper.ZookeeperRegistry.get(ZookeeperRegistry.java:158) 150219- at org.apache.dolphinscheduler.registry.api.RegistryClient.cleanHistoryFailoverFinishedNodes(RegistryClient.java:246) 150338- at org.apache.dolphinscheduler.registry.api.RegistryClient.<init>(RegistryClient.java:74) 150429- at org.apache.dolphinscheduler.registry.api.RegistryConfiguration.registryClient(RegistryConfiguration.java:30) 150542- at org.apache.dolphinscheduler.registry.api.RegistryConfiguration$$EnhancerBySpringCGLIB$$d76ef46d.CGLIB$registryClient$0(<generated>) 150678- at org.apache.dolphinscheduler.registry.api.RegistryConfiguration$$EnhancerBySpringCGLIB$$d76ef46d$$FastClassBySpringCGLIB$$c7981fa8.invoke(<generated>) 150832- at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) 150914- at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) 151053- at org.apache.dolphinscheduler.registry.api.RegistryConfiguration$$EnhancerBySpringCGLIB$$d76ef46d.registryClient(<generated>) -- 155240- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:639) 155402- at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) 155504- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399) 155659- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431) 155799- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619) 155938- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) 156075- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) 156190- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) 156317- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) 156423- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) 156527- at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955) 156662- at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918) 156798- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583) 156910- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:147) 157047- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:734) 157130- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:408) 157220- at org.springframework.boot.SpringApplication.run(SpringApplication.java:308) 157299- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306) 157379- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295) 157459- at org.apache.dolphinscheduler.server.master.MasterServer.main(MasterServer.java:111) 157546:Caused by: java.lang.IllegalArgumentException: Path must start with / character 157626- at org.apache.curator.utils.PathUtils.validatePath(PathUtils.java:55) 157697- at org.apache.curator.utils.PathUtils.validatePath(PathUtils.java:38) 157768- at org.apache.curator.utils.ZKPaths.fixForNamespace(ZKPaths.java:107) 157839- at org.apache.curator.framework.imps.NamespaceImpl.fixForNamespace(NamespaceImpl.java:105) 157931- at org.apache.curator.framework.imps.CuratorFrameworkImpl.fixForNamespace(CuratorFrameworkImpl.java:753) 158037- at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:296) 158131- at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:36) 158224- at org.apache.dolphinscheduler.plugin.registry.zookeeper.ZookeeperRegistry.get(ZookeeperRegistry.java:156) 158332- ... 61 common frames omitted ### What you expected to happen no error message ### How to reproduce 3.3.1, start worker server or master server. ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [x] Yes I am willing to submit a PR! ### 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]
