Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(nemesis): skip truncate large partition nemesis with zero node #9342

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aleksbykov
Copy link
Contributor

due to scylladb/scylladb#20356, need to skip nemesis disuprt_truncate_large_partition nemesis, because it use hardcoded scylla-bench command with autoresize rf

and increase number of data nodes per dc

Testing

  • [ ]

PR pre-checks (self review)

  • I added the relevant backport labels
  • I didn't leave commented-out/debugging code

Reminders

  • Add New configuration option and document them (in sdcm/sct_config.py)
  • Add unit tests to cover my changes (under unit-test/ folder)
  • Update the Readme/doc folder relevant to this change (if needed)

due to scylladb/scylladb#20356, need to skip nemesis
disuprt_truncate_large_partition nemesis, because it use
hardcoded scylla-bench command with autoresize rf

and increase number of data nodes per dc
@@ -4485,6 +4489,7 @@ def steady_state_latency(self, sleep_time=None):
time.sleep(sleep_time)
InfoEvent(message='FinishEvent - Steady State sleep has been finished').publish()

@target_data_nodes
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how this is related to the commit/PR ?

@@ -7,7 +7,7 @@ stress_cmd: ["cassandra-stress write cl=LOCAL_QUORUM duration=720m -schema 'repl
"cassandra-stress read cl=LOCAL_QUORUM duration=720m -schema 'replication(strategy=NetworkTopologyStrategy,replication_factor=3,eu-northscylla_node_north=0) compaction(strategy=SizeTieredCompactionStrategy)' -port jmx=6868 -mode cql3 native -rate threads=40 -pop 'dist=uniform(1..20971520)' -col 'n=FIXED(10) size=FIXED(512)' -log interval=5 -errors retries=50",
]

n_db_nodes: '3 3 0'
n_db_nodes: '4 4 0'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why it's being increased ? (the commit message doesn't tell why)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants