matianhe3 opened a new issue, #15388: URL: https://github.com/apache/dolphinscheduler/issues/15388
### 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 ``` cat dolphinscheduler-master.log [INFO] 2024-01-02 16:40:35.805 +0800 org.quartz.core.QuartzScheduler:[547] - [WorkflowInstance-0][TaskInstance-0] - Scheduler DolphinScheduler_$_spider-redis1704184834360 started. [WARN] 2024-01-02 16:40:36.717 +0800 org.apache.dolphinscheduler.server.master.runner.MasterSchedulerBootstrap:[177] - [WorkflowInstance-0][TaskInstance-0] - Master count: 0 is invalid, the current slot: 0 [INFO] 2024-01-02 16:40:37.158 +0800 org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver:[58] - [WorkflowInstance-0][TaskInstance-0] - Exposing 3 endpoint(s) beneath base path '/actuator' [INFO] 2024-01-02 16:40:37.266 +0800 org.eclipse.jetty.server.handler.ContextHandler.application:[2368] - [WorkflowInstance-0][TaskInstance-0] - Initializing Spring DispatcherServlet 'dispatcherServlet' [INFO] 2024-01-02 16:40:37.266 +0800 org.springframework.web.servlet.DispatcherServlet:[525] - [WorkflowInstance-0][TaskInstance-0] - Initializing Servlet 'dispatcherServlet' [INFO] 2024-01-02 16:40:37.267 +0800 org.springframework.web.servlet.DispatcherServlet:[547] - [WorkflowInstance-0][TaskInstance-0] - Completed initialization in 1 ms [INFO] 2024-01-02 16:40:37.275 +0800 org.eclipse.jetty.server.AbstractConnector:[333] - [WorkflowInstance-0][TaskInstance-0] - Started ServerConnector@165454f7{HTTP/1.1, (http/1.1)}{0.0.0.0:5679} [INFO] 2024-01-02 16:40:37.276 +0800 org.springframework.boot.web.embedded.jetty.JettyWebServer:[172] - [WorkflowInstance-0][TaskInstance-0] - Jetty started on port(s) 5679 (http/1.1) with context path '/' [INFO] 2024-01-02 16:40:37.297 +0800 org.apache.dolphinscheduler.server.master.MasterServer:[61] - [WorkflowInstance-0][TaskInstance-0] - Started MasterServer in 10.914 seconds (JVM running for 11.422) [WARN] 2024-01-02 16:40:37.719 +0800 org.apache.dolphinscheduler.server.master.runner.MasterSchedulerBootstrap:[177] - [WorkflowInstance-0][TaskInstance-0] - Master count: 0 is invalid, the current slot: 0 [WARN] 2024-01-02 16:40:38.720 +0800 org.apache.dolphinscheduler.server.master.runner.MasterSchedulerBootstrap:[177] - [WorkflowInstance-0][TaskInstance-0] - Master count: 0 is invalid, the current slot: 0 [WARN] 2024-01-02 16:40:39.721 +0800 org.apache.dolphinscheduler.server.master.runner.MasterSchedulerBootstrap:[177] - [WorkflowInstance-0][TaskInstance-0] - Master count: 0 is invalid, the current slot: 0 [WARN] 2024-01-02 16:40:40.723 +0800 org.apache.dolphinscheduler.server.master.runner.MasterSchedulerBootstrap:[177] - [WorkflowInstance-0][TaskInstance-0] - Master count: 0 is invalid, the current slot: 0 [WARN] 2024-01-02 16:40:41.724 +0800 org.apache.dolphinscheduler.server.master.runner.MasterSchedulerBootstrap:[177] - [WorkflowInstance-0][TaskInstance-0] - Master count: 0 is invalid, the current slot: 0 [WARN] 2024-01-02 16:40:42.725 +0800 org.apache.dolphinscheduler.server.master.runner.MasterSchedulerBootstrap:[177] - [WorkflowInstance-0][TaskInstance-0] - Master count: 0 is invalid, the current slot: 0 [WARN] 2024-01-02 16:40:43.726 +0800 org.apache.dolphinscheduler.server.master.runner.MasterSchedulerBootstrap:[177] - [WorkflowInstance-0][TaskInstance-0] - Master count: 0 is invalid, the current slot: 0 [INFO] 2024-01-02 16:40:44.244 +0800 org.apache.dolphinscheduler.server.master.registry.MasterSlotManager:[97] - [WorkflowInstance-0][TaskInstance-0] - Update master nodes, total master size: 1, current slot: 0 ``` ### What you expected to happen ``` cat dolphinscheduler-master.log [INFO] 2024-01-02 16:40:35.805 +0800 org.quartz.core.QuartzScheduler:[547] - [WorkflowInstance-0][TaskInstance-0] - Scheduler DolphinScheduler_$_spider-redis1704184834360 started. [WARN] 2024-01-02 16:40:36.717 +0800 org.apache.dolphinscheduler.server.master.runner.MasterSchedulerBootstrap:[177] - [WorkflowInstance-0][TaskInstance-0] - Master count: 0 is invalid, the current slot: 0 [INFO] 2024-01-02 16:40:37.158 +0800 org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver:[58] - [WorkflowInstance-0][TaskInstance-0] - Exposing 3 endpoint(s) beneath base path '/actuator' [INFO] 2024-01-02 16:40:37.266 +0800 org.eclipse.jetty.server.handler.ContextHandler.application:[2368] - [WorkflowInstance-0][TaskInstance-0] - Initializing Spring DispatcherServlet 'dispatcherServlet' [INFO] 2024-01-02 16:40:37.266 +0800 org.springframework.web.servlet.DispatcherServlet:[525] - [WorkflowInstance-0][TaskInstance-0] - Initializing Servlet 'dispatcherServlet' [INFO] 2024-01-02 16:40:37.267 +0800 org.springframework.web.servlet.DispatcherServlet:[547] - [WorkflowInstance-0][TaskInstance-0] - Completed initialization in 1 ms [INFO] 2024-01-02 16:40:37.275 +0800 org.eclipse.jetty.server.AbstractConnector:[333] - [WorkflowInstance-0][TaskInstance-0] - Started ServerConnector@165454f7{HTTP/1.1, (http/1.1)}{0.0.0.0:5679} [INFO] 2024-01-02 16:40:37.276 +0800 org.springframework.boot.web.embedded.jetty.JettyWebServer:[172] - [WorkflowInstance-0][TaskInstance-0] - Jetty started on port(s) 5679 (http/1.1) with context path '/' [INFO] 2024-01-02 16:40:37.297 +0800 org.apache.dolphinscheduler.server.master.MasterServer:[61] - [WorkflowInstance-0][TaskInstance-0] - Started MasterServer in 10.914 seconds (JVM running for 11.422) [WARN] 2024-01-02 16:40:37.719 +0800 org.apache.dolphinscheduler.server.master.runner.MasterSchedulerBootstrap:[177] - [WorkflowInstance-0][TaskInstance-0] - Master count: 0 is invalid, the current slot: 0 [WARN] 2024-01-02 16:40:38.720 +0800 org.apache.dolphinscheduler.server.master.runner.MasterSchedulerBootstrap:[177] - [WorkflowInstance-0][TaskInstance-0] - Master count: 0 is invalid, the current slot: 0 [WARN] 2024-01-02 16:40:39.721 +0800 org.apache.dolphinscheduler.server.master.runner.MasterSchedulerBootstrap:[177] - [WorkflowInstance-0][TaskInstance-0] - Master count: 0 is invalid, the current slot: 0 [WARN] 2024-01-02 16:40:40.723 +0800 org.apache.dolphinscheduler.server.master.runner.MasterSchedulerBootstrap:[177] - [WorkflowInstance-0][TaskInstance-0] - Master count: 0 is invalid, the current slot: 0 [WARN] 2024-01-02 16:40:41.724 +0800 org.apache.dolphinscheduler.server.master.runner.MasterSchedulerBootstrap:[177] - [WorkflowInstance-0][TaskInstance-0] - Master count: 0 is invalid, the current slot: 0 [WARN] 2024-01-02 16:40:42.725 +0800 org.apache.dolphinscheduler.server.master.runner.MasterSchedulerBootstrap:[177] - [WorkflowInstance-0][TaskInstance-0] - Master count: 0 is invalid, the current slot: 0 [WARN] 2024-01-02 16:40:43.726 +0800 org.apache.dolphinscheduler.server.master.runner.MasterSchedulerBootstrap:[177] - [WorkflowInstance-0][TaskInstance-0] - Master count: 0 is invalid, the current slot: 0 [INFO] 2024-01-02 16:40:44.244 +0800 org.apache.dolphinscheduler.server.master.registry.MasterSlotManager:[97] - [WorkflowInstance-0][TaskInstance-0] - Update master nodes, total master size: 1, current slot: 0 ``` ### How to reproduce ./start-all.sh ### Anything else ``` cat dolphinscheduler-master.log [INFO] 2024-01-02 16:40:35.805 +0800 org.quartz.core.QuartzScheduler:[547] - [WorkflowInstance-0][TaskInstance-0] - Scheduler DolphinScheduler_$_spider-redis1704184834360 started. [WARN] 2024-01-02 16:40:36.717 +0800 org.apache.dolphinscheduler.server.master.runner.MasterSchedulerBootstrap:[177] - [WorkflowInstance-0][TaskInstance-0] - Master count: 0 is invalid, the current slot: 0 [INFO] 2024-01-02 16:40:37.158 +0800 org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver:[58] - [WorkflowInstance-0][TaskInstance-0] - Exposing 3 endpoint(s) beneath base path '/actuator' [INFO] 2024-01-02 16:40:37.266 +0800 org.eclipse.jetty.server.handler.ContextHandler.application:[2368] - [WorkflowInstance-0][TaskInstance-0] - Initializing Spring DispatcherServlet 'dispatcherServlet' [INFO] 2024-01-02 16:40:37.266 +0800 org.springframework.web.servlet.DispatcherServlet:[525] - [WorkflowInstance-0][TaskInstance-0] - Initializing Servlet 'dispatcherServlet' [INFO] 2024-01-02 16:40:37.267 +0800 org.springframework.web.servlet.DispatcherServlet:[547] - [WorkflowInstance-0][TaskInstance-0] - Completed initialization in 1 ms [INFO] 2024-01-02 16:40:37.275 +0800 org.eclipse.jetty.server.AbstractConnector:[333] - [WorkflowInstance-0][TaskInstance-0] - Started ServerConnector@165454f7{HTTP/1.1, (http/1.1)}{0.0.0.0:5679} [INFO] 2024-01-02 16:40:37.276 +0800 org.springframework.boot.web.embedded.jetty.JettyWebServer:[172] - [WorkflowInstance-0][TaskInstance-0] - Jetty started on port(s) 5679 (http/1.1) with context path '/' [INFO] 2024-01-02 16:40:37.297 +0800 org.apache.dolphinscheduler.server.master.MasterServer:[61] - [WorkflowInstance-0][TaskInstance-0] - Started MasterServer in 10.914 seconds (JVM running for 11.422) [WARN] 2024-01-02 16:40:37.719 +0800 org.apache.dolphinscheduler.server.master.runner.MasterSchedulerBootstrap:[177] - [WorkflowInstance-0][TaskInstance-0] - Master count: 0 is invalid, the current slot: 0 [WARN] 2024-01-02 16:40:38.720 +0800 org.apache.dolphinscheduler.server.master.runner.MasterSchedulerBootstrap:[177] - [WorkflowInstance-0][TaskInstance-0] - Master count: 0 is invalid, the current slot: 0 [WARN] 2024-01-02 16:40:39.721 +0800 org.apache.dolphinscheduler.server.master.runner.MasterSchedulerBootstrap:[177] - [WorkflowInstance-0][TaskInstance-0] - Master count: 0 is invalid, the current slot: 0 [WARN] 2024-01-02 16:40:40.723 +0800 org.apache.dolphinscheduler.server.master.runner.MasterSchedulerBootstrap:[177] - [WorkflowInstance-0][TaskInstance-0] - Master count: 0 is invalid, the current slot: 0 [WARN] 2024-01-02 16:40:41.724 +0800 org.apache.dolphinscheduler.server.master.runner.MasterSchedulerBootstrap:[177] - [WorkflowInstance-0][TaskInstance-0] - Master count: 0 is invalid, the current slot: 0 [WARN] 2024-01-02 16:40:42.725 +0800 org.apache.dolphinscheduler.server.master.runner.MasterSchedulerBootstrap:[177] - [WorkflowInstance-0][TaskInstance-0] - Master count: 0 is invalid, the current slot: 0 [WARN] 2024-01-02 16:40:43.726 +0800 org.apache.dolphinscheduler.server.master.runner.MasterSchedulerBootstrap:[177] - [WorkflowInstance-0][TaskInstance-0] - Master count: 0 is invalid, the current slot: 0 [INFO] 2024-01-02 16:40:44.244 +0800 org.apache.dolphinscheduler.server.master.registry.MasterSlotManager:[97] - [WorkflowInstance-0][TaskInstance-0] - Update master nodes, total master size: 1, current slot: 0 ``` ### Version dev ### Are you willing to submit PR? - [ ] 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]
