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
When a workflow is executed it is backed by an actor. It appears that the number of actor keys keeps growing rather than being cleaned up. This may be contributing to performance issues.
An example from the daprd log
{"app_id":"service-b","instance":"41d7c78f6c9d","level":"debug","msg":"TestWorkflow_A: saving 13521 keys to actor state store","scope":"dapr.runtime.wfengine","time":"2023-06-10T00:49:56.808823458Z","type":"log","ver":"1.11.0-rc.9"}
Expected Behavior
Actual Behavior
When a workflow is executed it is backed by an actor. It appears that the number of actor keys keeps growing rather than being cleaned up. This may be contributing to performance issues.
An example from the daprd log
Steps to Reproduce the Problem
Run the https://github.com/clintsinger/dapr-Issue6435 project for some time and observe the number of keys increasing and never decreasing.
Release Note
RELEASE NOTE:
The text was updated successfully, but these errors were encountered: