scalar-labs / scalar-jepsen

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

DB/Add exponential backoff before trying the table creation #119

Closed yito88 closed 10 months ago

yito88 commented 10 months ago

Description

The table creation by SchemaLoader often failed on Cassandra.

Related issues and/or PRs

Changes made

Before retrying the table creation, add a waiting period with exponential backoff

Checklist

The following is a best-effort checklist. If any items in this checklist are not applicable to this PR or are dependent on other, unmerged PRs, please still mark the checkboxes after you have read and understood each item.

Additional notes (optional)

Provide any additional information or notes that may be relevant to the reviewers or stakeholders.