Git Product home page Git Product logo

Comments (3)

gibsondan avatar gibsondan commented on August 15, 2024

@mjkanji the intended behavior here is that run retries should only trigger for runs that failed (status "Failure" in the UI:
image

not runs that were manually terminated from the Dagster UI or using the GraphQL API (status "Canceled" in the UI:
image)

It sounds like this is different than what you're experiencing though - can you provide debug information for a run where this happened on a manually terminated run using the "Download debug information" dropdown on the runs page?
image
Or if it's a run in Dagster Cloud you could also email [email protected] with a link to the run.

from dagster.

mjkanji avatar mjkanji commented on August 15, 2024

Hi @gibsondan, please see the screenshot below. I terminated the run (see the DagsterExecutionInterruptedError in the logs). However, as you can see from the right side pane, a child run was automatically started in the background, which is showing up as a "re-execution" in the Runs page like a retry normally would.

Unless I somehow pressed the "re-execute" button by mistake (which, I guess, is possible), as far as I can tell, the child run was triggered automatically. The run is also showing up as a Failure and not Canceled. I'm not sure why that's the case.

image

I've also emailed [email protected] with the links to the actual runs for you to review directly.

from dagster.

gibsondan avatar gibsondan commented on August 15, 2024

We identified the issue here (the pod not getting terminated cleanly in time before the process was killed, then our monitoring functionality incorrectly moving it into a failure state instead of a cancelled state, triggering a retry) - and rolled out a fix for this in the most recent cloud release. No upgrade to anything required if you're using cloud. Thanks for the report!

from dagster.

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.