mistral/releasenotes/notes/clone_cached_action_definitions-e8b6005b467f35f2.yaml
Renat Akhmerov 90ddf442ee Clone cached action definitions
* Once in a while we get DetachedInstanceError for action definitions
  and it happens when they are fetched from cache. We must always
  clone persistent objects before caching them.

Change-Id: I1d0cffea6775eb258dcefc0dbb8a6ee18effe597
Closes-Bug: #1803528
2018-11-15 18:39:21 +07:00

6 lines
173 B
YAML

---
fixes:
- |
Sometimes Mistral was raising DetachedInstanceError for action defintions
coming from cache. It's now fixed by cloning objects before caching them.