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

[v24.3.x] Feature cleanup #24260

Open
wants to merge 15 commits into
base: v24.3.x
Choose a base branch
from

Conversation

vbotbuildovich
Copy link
Collaborator

Backport of PR #24055

That's feature::rpc_transport_unknown_errc.

On boostrap, when a node doesn't have all RPC services available yet, it
may return non-retriable errors on RPC requests. There is already a
mechanism thatmakes RPC return a retriable error on unknown method if
some services are still yet to start. Unfortunately, this mechanism
requires all nodes to support it, so we check for a feature flag before
we use it. As a result, non-retriable errors still can sneak through, as
checking the feature flag across all nodes takes some time.

This is to remove the feature flag check, as current and previous
versions definitely support it.

(cherry picked from commit 5e3fd9f)
as it is always on in all suppoted versions now

(cherry picked from commit 247ce02)
feature::raft_improved_configuration is always on
in all suppoted versions now

(cherry picked from commit 1bc4dc7)
as it is always on in all suppoted versions now

(cherry picked from commit f8f5691)
feature::raftless_node_status is always on in all suppoted versions now
(cherry picked from commit 6ab5551)
feature::node_id_assignment is always on in all suppoted versions now
(cherry picked from commit 3f27b93)
feature::replication_factor_change is always on in all suppoted versions
(cherry picked from commit 77d6b4d)
feature::ephemeral_secrets is always on in all suppoted versions now
(cherry picked from commit 748de08)
feature::seeds_driven_bootstrap_capable is always on
in all suppoted versions now

(cherry picked from commit 2ce51dd)
it is always on in all suppoted versions now

(cherry picked from commit 9d0248c)
feature::partition_move_revert_cancel
is always on in all suppoted versions now

(cherry picked from commit c749379)
it is always on in all suppoted versions now

(cherry picked from commit 61cd125)
@vbotbuildovich vbotbuildovich added this to the v24.3.x-next milestone Nov 22, 2024
@vbotbuildovich vbotbuildovich added the kind/backport PRs targeting a stable branch label Nov 22, 2024
@vbotbuildovich
Copy link
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build area/redpanda kind/backport PRs targeting a stable branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants