Details
-
Bug
-
Status: Resolved
-
Resolution: Duplicate
-
unspecified
-
None
-
None
-
Operating System: All
Platform: All
-
5621
Description
Retry logic present at the following location is not correct.
Whenever a transaction fails, it will mark the transaction chain as failed, so any retry using the same transaction chain will fail, because cluster data broker check transaction chain state before submitting any new transaction.
So with the current logic, if the first attempt fails, consecutive attempt will also fail.
Attachments
Issue Links
- duplicates
-
NEUTRON-92 Server error with transaction chain failed
- Resolved