You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A clear and concise description of what the bug is. Please make an effort to fill in all the sections below; the information will help us investigate your issue.
IDurableEntityClient.CleanEntityStorageAsync doesn't delete the entity from the storage account. It only deletes the {"exists":true} field. This causes the ListEntities function to return all the entities.
A clear and concise description of what you expected to happen.
It should delete all empty entities.
Actual behavior
A clear and concise description of what actually happened.
Modifies a property of the entity but doesn't actually delete it.
App Details
Durable Functions extension version (e.g. v1.8.3): 2.4.0
Azure Functions runtime version (1.0 or 2.0): 3.0
Programming language used: c#
Screenshots
If applicable, add screenshots to help explain your problem.
If deployed to Azure
We have access to a lot of telemetry that can help with investigations. Please provide as much of the following information as you can to help us investigate!
Timeframe issue observed: 10/29/2021
Function App name: LogManager-dev
Function name(s): LogManager
Azure region: West US 2
Orchestration instance ID(s):
Azure storage account name: dmflogsubscriptiondev
**Table name: LogManagerAInstances
If you don't want to share your Function App or storage account name GitHub, please at least share the orchestration instance ID. Otherwise it's extremely difficult to look up information.
The text was updated successfully, but these errors were encountered:
Description
IDurableEntityClient.CleanEntityStorageAsync doesn't delete the entity from the storage account. It only deletes the
{"exists":true}
field. This causes the ListEntities function to return all the entities.Expected behavior
It should delete all empty entities.
Actual behavior
Modifies a property of the entity but doesn't actually delete it.
App Details
Screenshots
If deployed to Azure
The text was updated successfully, but these errors were encountered: