-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
Loading an object variable which is concurrently being deleted can fail if the transaction which deleted both VariableInstanceEntity and ByteArrayEntity starts and commits within the window in after the loading tx fetched the VariableInstanceEntity and before it fetched the ByteArrayEntity
This is the controller panel for Smart Panels app
[CAM-4802] Loading an object var which is concurrently deleted fails
Link | New: This issue is related to SUPPORT-1779 [ SUPPORT-1779 ] |
Assignee | Original: Daniel Meyer [ meyer ] | New: Thorben Lindhauer [ thorben.lindhauer ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Labels | New: SUPPORT |
Fix Version/s | New: 7.4.0-alpha3 [ 14199 ] |
Workflow | Original: camunda BPM [ 31511 ] | New: Backup_camunda BPM [ 60665 ] |
No actual code change, only testcase, fixed with changes made for
CAM-3442