scalar-labs / scalar-jepsen

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

Fix read record for checker #64

Closed brfrn169 closed 2 years ago

brfrn169 commented 2 years ago

After the change in scalar-labs/scalardb#428, we can't get the transactional meta columns from Transaction API. To get the transactional meta columns, we need to use Storage API. This PR fixes this issue. Please take a look!