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
Summary: Add metric to measure distribute transaction conflicts. Also remove a debug check in YBTransaction::Impl::Abort.
Test Plan:
Run CassandraTransactionalKeyValue with small num_unique_keys relative to number of writers to force write conflicts and observe transaction_conflicts metric is incremented.
`java -jar ~/code/yugabyte/java/yb-loadtester/target/yb-sample-apps.jar -workload CassandraTransactionalKeyValue -num_threads_read 0 -num_threads_write 4 -nodes 127.0.0.1:9042 -num_unique_keys 8`
Reviewers: mikhail, sergei
Reviewed By: sergei
Subscribers: ybase
Differential Revision: https://phabricator.dev.yugabyte.com/D4816
We need to measure the number of conflicts happening during distributed txn workloads.
The text was updated successfully, but these errors were encountered: