You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reading and writing to tidToTransactionMap_ doesn't have to be synchronised as ConcurrentHashMap is thread safe
In action, this leads to a race condition from multiple threads to register a transaction
Reading and writing to tidToTransactionMap_ doesn't have to be synchronised as ConcurrentHashMap is thread safe
In action, this leads to a race condition from multiple threads to register a transaction
transactions-essentials/public/transactions/src/main/java/com/atomikos/icatch/imp/TransactionServiceImp.java
Line 58 in 909422b
The text was updated successfully, but these errors were encountered: