Code Monkey home page Code Monkey logo

Comments (8)

cgillum avatar cgillum commented on June 5, 2024 1

I just realized that we already have a fix in PR for this issue: Azure/azure-functions-durable-extension#2489.

from durabletask-java.

jviau avatar jviau commented on June 5, 2024 1

Resolved by Azure/azure-functions-durable-extension#2489 (pending release)

from durabletask-java.

kaibocai avatar kaibocai commented on June 5, 2024

Seems to be a bug, need investigation.

from durabletask-java.

kanupriya15025 avatar kanupriya15025 commented on June 5, 2024

@kaibocai Any updates on this?

from durabletask-java.

kaibocai avatar kaibocai commented on June 5, 2024

Hi @kanupriya15025 , sorry that the team is currently focusing on other priority tasks. We will put this on our working list once the team has some spare capacity. Thanks for your understanding.

from durabletask-java.

cgillum avatar cgillum commented on June 5, 2024

I took a closer look at this with help from @kamperiadis. The problem is in the Durable extension running in the Functions host. There is a bug where code paths for out-of-proc languages are not correctly checking for existing instances. My recommendation is that we make a change here to pass a list of de-dupe status values to ensure that we throw an exception for existing/running instances.

Note that this will be a breaking change that needs to be called out in the release notes.

from durabletask-java.

kanupriya15025 avatar kanupriya15025 commented on June 5, 2024

@jviau Is this released with v1.1.1? Because it still doesn't give me an error with same instanceId.

from durabletask-java.

kaibocai avatar kaibocai commented on June 5, 2024

@jviau Is this released with v1.1.1? Because it still doesn't give me an error with same instanceId.

@kanupriya15025 , the issue is fixed in durable function extension, the repo is at https://github.com/Azure/azure-functions-durable-extension, the release that contains the fix is https://github.com/Azure/azure-functions-durable-extension/releases/tag/v2.9.6.

In this case you need to manually update the durable function extension on your local, where you can find steps at https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-extension-upgrade#manually-upgrade-the-durable-functions-extension

from durabletask-java.

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.