scalar-labs / scalar-jepsen

Jepsen tests for ScalarDB and ScalarDL
45 stars 6 forks source link

Fix the way to pass nonce (txid) since the current way is unofficial #74

Closed feeblefakie closed 2 years ago

feeblefakie commented 2 years ago

Basically the same fix as this.

This introduced the recent Invalid analysis error since a nonce given from a client is not used as a transaction ID in the server; thus, the nonce cannot be found in the coordinator table.

feeblefakie commented 2 years ago

@brfrn169 Merging it to make sure if it works in the daily jepsen test. PTAL when you get a chance.