aws-dax-go icon indicating copy to clipboard operation
aws-dax-go copied to clipboard

Connection torn down in the case of transaction write cancel

Open adriantam opened this issue 2 years ago • 0 comments

We have observed that transaction write cancel due to item already exists in table causes connection to be torn down. Based on the code, it appears that recycleTube fails as daxTransactionCanceledFailure not recognized as daxRequestFailure.

An example of why the code is problematic - https://go.dev/play/p/gNdIgf49at1

adriantam avatar Jul 25 '23 16:07 adriantam