Code Monkey home page Code Monkey logo

Comments (6)

afilipchik avatar afilipchik commented on August 26, 2024 1

Saw the same behavior. the job that submits a job to the cluster failed once, and 2 flink jobs were running as a result.

from flink-on-k8s-operator.

functicons avatar functicons commented on August 26, 2024

@afilipchik Thanks for the feedback, will fix it soon.

from flink-on-k8s-operator.

afilipchik avatar afilipchik commented on August 26, 2024

Based on logs, it is failing dues to short akka.ask.timeout

Ask timed out on [Actor[akka://flink/user/dispatcher#-1630374064]] after [10000 ms].
Interestingly, setting
flinkProperties: taskmanager.numberOfTaskSlots: "1" akka.ask.timeout: "60s"
doesn't affect the submit job pod.

from flink-on-k8s-operator.

functicons avatar functicons commented on August 26, 2024

I also tried akka.ask.timeout: "60s", but seems the timeout is still 10s.

from flink-on-k8s-operator.

afilipchik avatar afilipchik commented on August 26, 2024

yep, tried multiple options: 60s, 60 s, baked flink-conf in the container (so job can pick it up), no luck. Still fails with the same error. Works fine after restart, but it submits a second job that just sits idle (as there are no available Slots.

from flink-on-k8s-operator.

functicons avatar functicons commented on August 26, 2024

Does your operator image include #94? In my tests, after that fix, timeout never happened.

from flink-on-k8s-operator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.