You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar issues.
What happened
error when submit or stop job with error message " Please don't get coordinator service from an inactive master node"
SeaTunnel Version
dev
SeaTunnel Config
nothiong related
Running Command
rest api to submit job
Error Exception
2024-01-15 16:55:32,395 INFO [Log4j2HttpPostCommandProcessor] [hz.main.cached.thread-1] - [172.20.216.3]:5801 [seatunnel] [5.1] cluster master is :[172.20.216.1]:5801
2024-01-15 16:55:32,395 INFO [Log4j2HttpPostCommandProcessor] [hz.main.cached.thread-1] - [172.20.216.3]:5801 [seatunnel] [5.1] [172.20.216.3]:5801 is :false
2024-01-15 16:55:32,396 INFO [Log4j2HttpPostCommandProcessor] [hz.main.cached.thread-1] - [172.20.216.3]:5801 [seatunnel] [5.1] [172.20.216.3]:5801 is :false
2024-01-15 16:55:32,396 WARN [Log4j2HttpPostCommandProcessor] [hz.main.cached.thread-1] - [172.20.216.3]:5801 [seatunnel] [5.1] An error occurred while handling request HttpCommand [HTTP_POST]{uri='/hazelcast/rest/maps/submit-job'}AbstractTextCommand[HTTP_POST]{requestId=2}
org.apache.seatunnel.engine.common.exception.SeaTunnelEngineException: Please don't get coordinator service from an inactive master node
at org.apache.seatunnel.engine.server.SeaTunnelServer.getCoordinatorService(SeaTunnelServer.java:211) ~[seatunnel-starter.jar:2.3.3-SNAPSHOT]
at org.apache.seatunnel.engine.server.rest.RestHttpPostCommandProcessor.submitJob(RestHttpPostCommandProcessor.java:383) ~[seatunnel-starter.jar:2.3.3-SNAPSHOT]
at org.apache.seatunnel.engine.server.rest.RestHttpPostCommandProcessor.handleSubmitJob(RestHttpPostCommandProcessor.java:180) ~[seatunnel-starter.jar:2.3.3-SNAPSHOT]
at org.apache.seatunnel.engine.server.rest.RestHttpPostCommandProcessor.handle(RestHttpPostCommandProcessor.java:91) ~[seatunnel-starter.jar:2.3.3-SNAPSHOT]
at org.apache.seatunnel.engine.server.rest.RestHttpPostCommandProcessor.handle(RestHttpPostCommandProcessor.java:70) ~[seatunnel-starter.jar:2.3.3-SNAPSHOT]
at com.hazelcast.internal.ascii.TextCommandServiceImpl$CommandExecutor.run(TextCommandServiceImpl.java:402) ~[seatunnel-starter.jar:2.3.3-SNAPSHOT]
at com.hazelcast.internal.util.executor.CachedExecutorServiceDelegate$Worker.run(CachedExecutorServiceDelegate.java:217) ~[seatunnel-starter.jar:2.3.3-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) ~[?:1.8.0_60]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) ~[?:1.8.0_60]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_60]
at com.hazelcast.internal.util.executor.HazelcastManagedThread.executeRun(HazelcastManagedThread.java:76) ~[seatunnel-starter.jar:2.3.3-SNAPSHOT]
at com.hazelcast.internal.util.executor.HazelcastManagedThread.run(HazelcastManagedThread.java:102) ~[seatunnel-starter.jar:2.3.3-SNAPSHOT]
2024-01-15 16:55:51,128 INFO [o.a.s.e.s.CoordinatorService ] [pool-5-thread-1] - [172.20.216.3]:5801 [seatunnel] [5.1]
Zeta or Flink or Spark Version
nothing
Java or Scala Version
java 1.8 191
Screenshots
i try to add some debug logs!
Hazelcast.getAllHazelcastInstances() has only one instance(the current node)
Search before asking
What happened
error when submit or stop job with error message " Please don't get coordinator service from an inactive master node"
SeaTunnel Version
dev
SeaTunnel Config
Running Command
Error Exception
Zeta or Flink or Spark Version
nothing
Java or Scala Version
java 1.8 191
Screenshots
i try to add some debug logs!
Hazelcast.getAllHazelcastInstances() has only one instance(the current node)
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: