[
https://issues.apache.org/jira/browse/FLINK-26554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17505915#comment-17505915
]
Thomas Weise commented on FLINK-26554:
--------------------------------------
I wasn't able to reproduce it.
The other error we see more frequently after a delete is:
{code:java}
Exception in thread "pool-3-thread-1" java.lang.IllegalStateException: Cached
custom resource must be present at this point
at
io.javaoperatorsdk.operator.processing.event.EventProcessor.lambda$isCacheReadyForInstantReconciliation$1(EventProcessor.java:248)
at java.base/java.util.Optional.orElseThrow(Optional.java:408)
at
io.javaoperatorsdk.operator.processing.event.EventProcessor.isCacheReadyForInstantReconciliation(EventProcessor.java:247)
at
io.javaoperatorsdk.operator.processing.event.EventProcessor.eventProcessingFinished(EventProcessor.java:212)
at
io.javaoperatorsdk.operator.processing.event.EventProcessor$ControllerExecution.run(EventProcessor.java:386)
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829) {code}
> Clean termination of FlinkDeployment
> ------------------------------------
>
> Key: FLINK-26554
> URL: https://issues.apache.org/jira/browse/FLINK-26554
> Project: Flink
> Issue Type: Sub-task
> Components: Kubernetes Operator
> Reporter: Thomas Weise
> Priority: Major
>
> After stopping the deployment, operator attempts to list jobs:
> 2022-03-09 07:55:37,114 o.a.f.k.o.u.FlinkUtils [INFO ]
> [default.basic-example] Waiting for cluster shutdown... (16)
> 2022-03-09 07:55:38,123 o.a.f.k.o.u.FlinkUtils [INFO ]
> [default.basic-example] Cluster shutdown completed.
> 2022-03-09 07:55:38,160 o.a.f.k.o.c.FlinkDeploymentController [INFO ]
> [default.basic-example] Stopping cluster basic-example
> 2022-03-09 07:55:38,160 o.a.f.k.o.o.Observer [INFO ]
> [default.basic-example] Getting job statuses for basic-example
>
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)