Code Monkey home page Code Monkey logo

Comments (2)

jbarntish avatar jbarntish commented on June 1, 2024 1

Worth noting: the orchestration is a single instance (re-uses the same instance id) and is eternal. It constantly re-schedules itself after a specific wait time.

Bringing this up because if there's some kind of memory leak in the orchestration instance somehow this might explain why we can download these 100MB files for a while and then at certain point it dies.

from durabletask-netherite.

sebastianburckhardt avatar sebastianburckhardt commented on June 1, 2024

First, let me clarify that this warning:

Part11 discarded ActivityWorkItem 11A19122 because partition was terminated
does not indicate a problem. It just means that the activity was interrupted due to a partition shutdown. In such cases, the activity will just restart automatically once the partition has restarted.

but then it seems the orchestration execution dies immediately after and restarts, then it goes into this cycle for a bit before the orchestration ultimately dies.

What exactly are you seeing here? How does the orchestration die? Any error messages or status information?

It constantly re-schedules itself after a specific wait time.

Are you using continue-as-new? Otherwise, a constant rescheduling may cause issues due to large orchestration histories.

from durabletask-netherite.

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.