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
Hi, I recently use jepsen to test our database, and I suspect that elle sometimes generates false-positive lost update anomalies during history analyses.
To reproduce, consider the following jepsen history:
Can I ask how you got this history? Elle initial values are always supposed to be nil, not 2. If you're getting a 2 out of thin air, something is seriously wrong with this database and Elle should be complaining about it.
Can I ask how you got this history? Elle initial values are always supposed to be nil, not 2. If you're getting a 2 out of thin air, something is seriously wrong with this database and Elle should be complaining about it.
Sorry, I realize I made a mistake. I assumed the key had an initial value, but the same value shouldn't be written by more than one operation. Thanks for the clarification!
Hi, I recently use jepsen to test our database, and I suspect that elle sometimes generates false-positive lost update anomalies during history analyses.
To reproduce, consider the following jepsen history:
It appears that elle would interpret the second txn as having read the initial value and thereby generating a false-positive lost update anomaly.
The text was updated successfully, but these errors were encountered: