Hello,
I've got a problem with our flink cluster where the jobmanager is not starting up anymore, because it tries to download non existant (blob) file from the zookeeper storage dir. We're running flink 1.8.0 on a kubernetes cluster and use the google storage connector [1] to store checkpoints, savepoints and zookeeper data. When I noticed the jobmanager was having problems, it was in a crashloop throwing file not found exceptions [2]
I looked in the blob directory and I can only find: /recovery/hunch/blob/job_1dccee15d84e1d2cededf89758ac2482 I've tried to fiddle around in zookeeper to see if I could find anything [3], but I do not really know what to look for. How could this have happened and how should I recover the job from this situation? Thanks, Richard |
Hi Richard, I hope you could resolve the problem in the meantime. Nonetheless, maybe Till (in CC) has an idea what could have gone wrong. Best, Fabian Am Mi., 17. Juli 2019 um 19:50 Uhr schrieb Richard Deurwaarder <[hidden email]>:
|
Hi Fabian, I followed the advice of another flink user who mailed me directly, he has the same problem and told me to use something like: rmr zgrep /flink/hunch/jobgraphs/1dccee15d84e1d2cededf89758ac2482 which allowed us to start the job again. Richard On Tue, Jul 23, 2019 at 12:47 PM Fabian Hueske <[hidden email]> wrote:
|
Good to know that you were able to fix the issue! I definitely agree that it would be good to know why this situation occurred. Am Di., 23. Juli 2019 um 14:38 Uhr schrieb Richard Deurwaarder <[hidden email]>:
|
In reply to this post by Richard Deurwaarder
Hi Richard, it looks as if the zNode of a completed job has not been properly removed. Without the logs of the respective JobMaster, it is hard to debug any further. However, I suspect that this is an instance of FLINK-11665. I am currently working on a fix for it. Cheers, Till On Tue, Jul 23, 2019 at 2:38 PM Richard Deurwaarder <[hidden email]> wrote:
|
Free forum by Nabble | Edit this page |