microsoft / microsoft/durabletask-netherite

Regression for apps using a certain version of Durable Functions and Netherite

Open
#333 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
C#
Stars
239
Forks
37
Avg merge
1d 10h
Merged PRs (30d)
2

Description

Context

There's a known regression affecting apps using Durable Functions Extension 2.11.3 and the Netherite storage provider. Apps can use the extension version with regression in two ways, either by directly referencing that version or through certain versions of the Extension Bundles.

Affected apps get the following error:

image
We're working on the fix now

We'll keep this thread posted with updates as we progress through the mitigation.

Workaround

If you're not using Extension Bundles, make sure you're using Microsoft.Azure.WebJobs.Extensions.DurableTask version 2.12.0 or higher.

If you're using Extension Bundles:

  1. Remove reference to Extension Bundles in host.json
  2. Manually install Microsoft.Azure.WebJobs.Extensions.DurableTask version 2.12.0 or higher

Alternatively, if you want to continue using Extension Bundles, limit the version range to the following in host.json (you do not have to manually install the package in this case):

  • Bundles V4 limit to (4.*, 4.9.0]
  • Bundles V3 limit to (3.*, 3.26.0]
  • Bundles V2 limit to (2.*, 2.27.0]

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Durable Functions Extension 2.11.3 and Netherite combination described in the issue, then review the host.json Extension Bundles configuration and the 2.12.0 package workaround. No source files or tests are named, so confirm the regression across the listed bundle ranges; done means affected apps no longer encounter the reported error.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
distributed-systems
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.