Details
-
New Feature
-
Status: Reopened
-
Minor
-
Resolution: Unresolved
-
None
-
None
Description
I wrote a function that obtained a dlock and then performed a transaction. It always operates on the same dlock key and the same keys in my region. That protects against getting a commit conflict exception BUT this sometimes fails if the JVM holding the lock crashes. One of the functions appears to get the dlock okay but then its transaction fails when it goes to commit.
Attachments
Issue Links
- is related to
-
GEODE-5470 SUPERFLAKY: DlockAndTxlockRegressionTest > testDLockProtectsAgainstTransactionConflict FAILED
- Closed
- links to
Commit d8e30a0de6c8742dde53d9203cd122e9bc710849 in geode's branch refs/heads/feature/GEODE-4928 from bschuchardt
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=d8e30a0 ]
GEODE-4928
addressing review comment