martin-g commented on pull request #1918: URL: https://github.com/apache/incubator-kyuubi/pull/1918#issuecomment-1044170867
It failed with the same error at https://app.travis-ci.com/github/apache/incubator-kyuubi/jobs/560243764 I will take a deeper look why it happens! But it seems the main problem is that there are many errors like this one: ``` 08:38:19.496 Flink-RestClusterClient-IO-thread-1 DEBUG RestClient: Sending request of class class org.apache.flink.runtime.rest.messages.job.coordination.ClientCoordinationRequestBody to localhost:8081/v1/jobs/9ce1cef948270e28356b82b46d7ac267/coordinators/3d05135cf7d8f1375d8f655ba9d20255 08:38:19.519 flink-akka.actor.default-dispatcher-9 ERROR ClientCoordinationHandler: Unhandled exception. org.apache.flink.runtime.messages.FlinkJobNotFoundException: Could not find Flink job (9ce1cef948270e28356b82b46d7ac267) at org.apache.flink.runtime.dispatcher.Dispatcher.getJobMasterGateway(Dispatcher.java:920) ~[flink-runtime-1.14.3.jar:1.14.3] at org.apache.flink.runtime.dispatcher.Dispatcher.performOperationOnJobMasterGateway(Dispatcher.java:934) ~[flink-runtime-1.14.3.jar:1.14.3] at org.apache.flink.runtime.dispatcher.Dispatcher.deliverCoordinationRequestToCoordinator(Dispatcher.java:718) ~[flink-runtime-1.14.3.jar:1.14.3] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] ... ``` Any hints what could be the problem here ? -- 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]
