Re: flink-stop command fails with ` Operation not found under key`

2022-04-25 Thread Harsh Shah
Hello Huweihua (sorry for dup email, ended up clicking reply instead of reply-all), Thanks for reaching out and having a look at it. The job managers have the same logs I shared before, another example below.

Re: flink-stop command fails with ` Operation not found under key`

2022-04-20 Thread huweihua
Stop-with-savepoint is an async operation, it will trigger savepoint at first, and trigger this operation in a cache. These error logs indicate that the operation is in the cache which can no longer be found. Could you provide more jobmanager.log to find when this operation is evicted from

flink-stop command fails with ` Operation not found under key`

2022-04-19 Thread Harsh Shah
Hello Community, We are trying to adopt flink-stop instead of orchestrating the stop manually. While using the command, it failed with error "Operation not found under key: org.apache.flink.runtime.rest.handler.job.AsynchronousJobOperationKey@9fbfc15a". the job eventually stopped but I wanted to