Description
We have a .NET Isolated durable function app that uses Netherite backend. For an hour, seeing like >500 warnings with message like,
Error response [XXX] 404 The specified blob does not exist
My concern is, could this a bug and because of this, the blobs that's supposed to be deleted aren't getting deleted.
Expected behavior
Ideally we shouldn't have this much of warnings
Actual behavior
For an hour, seeing like >500 warnings
Relevant source code snippets
N/A
Known workarounds
N/A
App Details
- Durable Functions extension version:
- Microsoft.Azure.Functions.Worker.Extensions.DurableTask: 1.10.0
- Microsoft.Azure.Functions.Worker.Extensions.DurableTask.Netherite: 3.1.0
- Azure Functions runtime version: 4.1044.350.5
- Programming language used: C#
Screenshots
If deployed to Azure
- Orchestration instance ID(s): 06b520c82cbc4912ba04e469ba362367, efaaa1609f534e5c96915cb9ae94a63b
Description
My concern is, could this a bug and because of this, the blobs that's supposed to be deleted aren't getting deleted.
Expected behavior
Actual behavior
Relevant source code snippets
Known workarounds
App Details
Screenshots
If deployed to Azure