[DocDB] Add tool to parse results for Jepsen append workload failures #25537
Labels
area/docdb
YugabyteDB core features
kind/enhancement
This is an enhancement of an existing feature
priority/medium
Medium priority issue
Jira Link: DB-14792
Description
The Jepsen append workload has two operations:
When the Jepsen test fails, it's typically by identifying cycles corresponding to anomalies, and the
set of transactions and all of their operations for each anomaly are dumped in the results. These
results are often difficult to read:
first transaction of the cycle. They're also printed one value per line, resulting in hundreds of
lines of output per transaction.
necessary to identify each transaction in YB logs by dumping batches prepared/written and matching
it against the operations reported by Jepsen.
multiple log files.
A tool to address the above issues should be added to help debug Jepsen issues.
Issue Type
kind/enhancement
Warning: Please confirm that this issue does not contain any sensitive information
The text was updated successfully, but these errors were encountered: