redpanda-data / redpanda

Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM!
https://redpanda.com
9.65k stars 589 forks source link

features: activate node_local_core_assignment automatically #23453

Closed ztlpn closed 1 week ago

ztlpn commented 1 month ago

Jira ref: https://redpandadata.atlassian.net/browse/CORE-7952

Backports Required

Release Notes

Features

StephanDollberg commented 1 month ago

Yes please, makes testing so much easier.

ztlpn commented 1 month ago

/ci-repeat

vbotbuildovich commented 1 month ago

ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/55023#0192247a-97f8-4b1f-83e3-b95350b43bfd

ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/57235#0192d506-28d0-499c-a56f-a9b296c75ad3 ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/57235#0192d507-0832-40e7-ac7e-c40887de5ee8 ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/57235#0192d506-28d3-4cd9-bc4b-2a5633c99c2e ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/57235#0192d506-28cb-4594-8812-5caafbb7f2db ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/57451#0192e54a-7a75-4181-8b91-1695ca0f519a

vbotbuildovich commented 2 weeks ago

non flaky failures in https://buildkite.com/redpanda/redpanda/builds/57235#0192d506-28d0-499c-a56f-a9b296c75ad3:

"rptest.tests.partition_movement_test.PartitionMovementTest.test_empty.num_to_upgrade=2"

non flaky failures in https://buildkite.com/redpanda/redpanda/builds/57235#0192d507-0827-4a9c-a089-2361345250d7:

"rptest.tests.partition_movement_test.PartitionMovementTest.test_invalid_destination.num_to_upgrade=2"

non flaky failures in https://buildkite.com/redpanda/redpanda/builds/57235#0192d506-28cb-4594-8812-5caafbb7f2db:

"rptest.tests.partition_movement_test.PartitionMovementTest.test_invalid_destination.num_to_upgrade=2"

non flaky failures in https://buildkite.com/redpanda/redpanda/builds/57235#0192d507-0830-4a0c-a717-bdbac47a6172:

"rptest.tests.partition_movement_test.PartitionMovementTest.test_empty.num_to_upgrade=2"

non flaky failures in https://buildkite.com/redpanda/redpanda/builds/57451#0192e545-ac43-4fbc-8bd8-78678ff1d41c:

"rptest.tests.partition_move_interruption_test.PartitionMoveInterruption.test_cancelling_partition_move_node_down"
"rptest.tests.partition_movement_test.PartitionMovementTest.test_movement_tracking_api"

non flaky failures in https://buildkite.com/redpanda/redpanda/builds/57451#0192e545-ac45-4046-bb6e-52f0bd141961:

"rptest.tests.partition_move_interruption_test.PartitionMoveInterruption.test_forced_cancellation"
"rptest.tests.partition_movement_test.PartitionMovementTest.test_stale_node.frequent_controller_snapshots=False"

non flaky failures in https://buildkite.com/redpanda/redpanda/builds/57451#0192e545-ac40-437f-af7f-aafa382d6249:

"rptest.tests.partition_movement_test.PartitionMovementTest.test_availability_when_one_node_down"
"rptest.tests.partition_movement_test.PartitionMovementTest.test_stale_node.frequent_controller_snapshots=True"

non flaky failures in https://buildkite.com/redpanda/redpanda/builds/57451#0192e545-ac41-475a-81df-41d79f122e57:

"rptest.tests.partition_movement_test.PartitionMovementTest.test_down_replicate"

non flaky failures in https://buildkite.com/redpanda/redpanda/builds/57451#0192e54a-7a7c-4bf8-ae45-4d479f259cb2:

"rptest.tests.partition_move_interruption_test.PartitionMoveInterruption.test_forced_cancellation"

non flaky failures in https://buildkite.com/redpanda/redpanda/builds/57451#0192e54a-7a75-4181-8b91-1695ca0f519a:

"rptest.tests.partition_movement_test.PartitionMovementTest.test_availability_when_one_node_down"
vbotbuildovich commented 2 weeks ago

Retry command for Build#57235

please wait until all jobs are finished before running the slash command

/ci-repeat 1
tests/rptest/tests/partition_movement_test.py::PartitionMovementTest.test_invalid_destination@{"num_to_upgrade":2}
tests/rptest/tests/partition_movement_test.py::PartitionMovementTest.test_empty@{"num_to_upgrade":2}
vbotbuildovich commented 2 weeks ago

Retry command for Build#57451

please wait until all jobs are finished before running the slash command

/ci-repeat 1
tests/rptest/tests/partition_move_interruption_test.py::PartitionMoveInterruption.test_cancelling_partition_move_node_down
tests/rptest/tests/partition_movement_test.py::PartitionMovementTest.test_movement_tracking_api
tests/rptest/tests/partition_move_interruption_test.py::PartitionMoveInterruption.test_forced_cancellation
tests/rptest/tests/partition_movement_test.py::PartitionMovementTest.test_stale_node@{"frequent_controller_snapshots":false}
tests/rptest/tests/partition_movement_test.py::PartitionMovementTest.test_availability_when_one_node_down
tests/rptest/tests/partition_movement_test.py::PartitionMovementTest.test_stale_node@{"frequent_controller_snapshots":true}
tests/rptest/tests/partition_movement_test.py::PartitionMovementTest.test_down_replicate
ztlpn commented 2 weeks ago

Phew, finally a green build! Ready for review.