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

features: activate node_local_core_assignment automatically #23453

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

ztlpn
Copy link
Contributor

@ztlpn ztlpn commented Sep 24, 2024

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

Backports Required

  • none - not a bug fix
  • none - this is a backport
  • none - issue does not exist in previous branches
  • none - papercut/not impactful enough to backport
  • v24.2.x
  • v24.1.x
  • v23.3.x

Release Notes

Features

  • Enable node_local_core_assignment feature by default

@ztlpn ztlpn force-pushed the enable-flex-core-by-default branch from 5949448 to 67a2872 Compare September 24, 2024 13:18
@StephanDollberg
Copy link
Member

Yes please, makes testing so much easier.

@ztlpn
Copy link
Contributor Author

ztlpn commented Sep 24, 2024

/ci-repeat

@ztlpn ztlpn force-pushed the enable-flex-core-by-default branch from 67a2872 to 51faa6d Compare October 28, 2024 19:41
@ztlpn ztlpn marked this pull request as ready for review October 28, 2024 19:43
@vbotbuildovich
Copy link
Collaborator

vbotbuildovich commented Oct 28, 2024

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
Copy link
Collaborator

vbotbuildovich commented Oct 28, 2024

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}

dotnwat
dotnwat previously approved these changes Oct 29, 2024
@vbotbuildovich
Copy link
Collaborator

vbotbuildovich commented Nov 1, 2024

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 ztlpn force-pushed the enable-flex-core-by-default branch from 7feefcd to a54bf08 Compare November 1, 2024 15:48
@ztlpn
Copy link
Contributor Author

ztlpn commented Nov 1, 2024

Phew, finally a green build! Ready for review.

@ztlpn ztlpn requested a review from dotnwat November 1, 2024 19:17
@ztlpn ztlpn enabled auto-merge November 1, 2024 19:24
@ztlpn ztlpn merged commit f8b9ed5 into redpanda-data:dev Nov 4, 2024
17 checks passed
@ztlpn ztlpn deleted the enable-flex-core-by-default branch November 4, 2024 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants