summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorLingxian Kong <anlin.kong@gmail.com>2020-11-16 09:45:51 +1300
committerLingxian Kong <anlin.kong@gmail.com>2020-11-16 10:22:54 +1300
commit293a0764b7430e6afc89edd694003b8fb13bd5e4 (patch)
tree97d60aa85f057a7fcd4f4219418b5348db626cef /releasenotes
parenta05b6ee13f59054a36e467453f953594dcdde643 (diff)
downloadtrove-293a0764b7430e6afc89edd694003b8fb13bd5e4.tar.gz
Fix the race condition for creating and deleting instance
Story: 2008353 Task: 41255 Change-Id: I02bb0434862819a8dbf3ecf3802c3420731b9ca7
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/wallaby-fix-race-condition-create-delete.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/releasenotes/notes/wallaby-fix-race-condition-create-delete.yaml b/releasenotes/notes/wallaby-fix-race-condition-create-delete.yaml
new file mode 100644
index 00000000..9bd41f0e
--- /dev/null
+++ b/releasenotes/notes/wallaby-fix-race-condition-create-delete.yaml
@@ -0,0 +1,4 @@
+---
+fixes:
+ - Fixed a race condition that instance becomes ERROR when Trove is handling
+ creating and deleting at the same time.