Skip to content

[v25.2.x] [CORE-14534] k/s/conn_ctx: Ignore exception on input_shutdown#28456

Merged
BenPope merged 1 commit into
redpanda-data:v25.2.xfrom
vbotbuildovich:backport-pr-28445-v25.2.x-350
Nov 11, 2025
Merged

[v25.2.x] [CORE-14534] k/s/conn_ctx: Ignore exception on input_shutdown#28456
BenPope merged 1 commit into
redpanda-data:v25.2.xfrom
vbotbuildovich:backport-pr-28445-v25.2.x-350

Conversation

@vbotbuildovich

Copy link
Copy Markdown
Collaborator

Backport of PR #28445

net::connection::wait_for_input_shutdown can throw.

It's not very interesting, so just ignore the exception.

Signed-off-by: Ben Pope <ben@redpanda.com>
(cherry picked from commit 0a7eea9)
@vbotbuildovich vbotbuildovich added this to the v25.2.x-next milestone Nov 10, 2025
@vbotbuildovich vbotbuildovich added the kind/backport PRs targeting a stable branch label Nov 10, 2025
@BenPope BenPope self-assigned this Nov 10, 2025
@BenPope BenPope enabled auto-merge November 10, 2025 19:53
@vbotbuildovich

Copy link
Copy Markdown
Collaborator Author

CI test results

test results on build#75943
test_class test_method test_arguments test_kind job_url test_status passed reason test_history
MasterTestSuite test_chunk_dl_with_random_http_errors unit https://buildkite.com/redpanda/redpanda/builds/75943#019a6f51-2d99-40b1-a93e-0c06866823a1 FAIL 0/1
ClusterConfigLegacyDefaultTest test_removal_of_legacy_default_defaulted {"wipe_cache": true} integration https://buildkite.com/redpanda/redpanda/builds/75943#019a6fbe-6188-4658-9ef9-cbd4c12ec7c9 FAIL 0/1 https://redpanda.metabaseapp.com/dashboard/87-tests?tab=142-dt-individual-test-history&test_class=ClusterConfigLegacyDefaultTest&test_method=test_removal_of_legacy_default_defaulted
Datalake3rdPartyMaintenanceTest test_e2e_basic {"catalog_type": "rest_hadoop", "cloud_storage_type": 1, "query_engine": "spark"} integration https://buildkite.com/redpanda/redpanda/builds/75943#019a6fbe-6188-4658-9ef9-cbd4c12ec7c9 FAIL 0/1 https://redpanda.metabaseapp.com/dashboard/87-tests?tab=142-dt-individual-test-history&test_class=Datalake3rdPartyMaintenanceTest&test_method=test_e2e_basic
RandomNodeOperationsTest test_node_operations {"cloud_storage_type": 1, "compaction_mode": "chunked_sliding_window", "enable_failures": true, "mixed_versions": false, "with_iceberg": true} integration https://buildkite.com/redpanda/redpanda/builds/75943#019a6f66-0b4f-4f0f-a64d-b125e5ba9aed FLAKY 19/21 upstream reliability is '100.0'. current run reliability is '90.47619047619048'. drift is 9.52381 and the allowed drift is set to 50. The test should PASS https://redpanda.metabaseapp.com/dashboard/87-tests?tab=142-dt-individual-test-history&test_class=RandomNodeOperationsTest&test_method=test_node_operations
RandomNodeOperationsTest test_node_operations {"cloud_storage_type": 1, "compaction_mode": "sliding_window", "enable_failures": true, "mixed_versions": false, "with_iceberg": true} integration https://buildkite.com/redpanda/redpanda/builds/75943#019a6f66-0b52-484b-b504-9965e5eda877 FLAKY 19/21 upstream reliability is '91.83673469387756'. current run reliability is '90.47619047619048'. drift is 1.36054 and the allowed drift is set to 50. The test should PASS https://redpanda.metabaseapp.com/dashboard/87-tests?tab=142-dt-individual-test-history&test_class=RandomNodeOperationsTest&test_method=test_node_operations
RedpandaKerberosConfigTest test_non_default null integration https://buildkite.com/redpanda/redpanda/builds/75943#019a6fbe-618f-4a0f-8260-f6e5600bebeb FLAKY 20/21 upstream reliability is '88.13559322033898'. current run reliability is '95.23809523809523'. drift is -7.1025 and the allowed drift is set to 50. The test should PASS https://redpanda.metabaseapp.com/dashboard/87-tests?tab=142-dt-individual-test-history&test_class=RedpandaKerberosConfigTest&test_method=test_non_default
RedpandaOIDCTlsTest test_admin_invalidate_keys null integration https://buildkite.com/redpanda/redpanda/builds/75943#019a6fbe-618e-4a4f-a65f-60b99db7a25b FLAKY 1/21 upstream reliability is '15.384615384615385'. current run reliability is '4.761904761904762'. drift is 10.62271 and the allowed drift is set to 50. The test should PASS https://redpanda.metabaseapp.com/dashboard/87-tests?tab=142-dt-individual-test-history&test_class=RedpandaOIDCTlsTest&test_method=test_admin_invalidate_keys
RedpandaOIDCTlsTest test_admin_revoke null integration https://buildkite.com/redpanda/redpanda/builds/75943#019a6fbe-618f-4a0f-8260-f6e5600bebeb FLAKY 8/21 upstream reliability is '40.36144578313253'. current run reliability is '38.095238095238095'. drift is 2.26621 and the allowed drift is set to 50. The test should PASS https://redpanda.metabaseapp.com/dashboard/87-tests?tab=142-dt-individual-test-history&test_class=RedpandaOIDCTlsTest&test_method=test_admin_revoke
RedpandaOIDCTlsTest test_admin_whoami null integration https://buildkite.com/redpanda/redpanda/builds/75943#019a6fbe-6186-403e-9c6e-c42cc6e65e54 FLAKY 1/21 upstream reliability is '9.03954802259887'. current run reliability is '4.761904761904762'. drift is 4.27764 and the allowed drift is set to 50. The test should PASS https://redpanda.metabaseapp.com/dashboard/87-tests?tab=142-dt-individual-test-history&test_class=RedpandaOIDCTlsTest&test_method=test_admin_whoami

@BenPope BenPope merged commit 2ebaa00 into redpanda-data:v25.2.x Nov 11, 2025
17 checks passed
@tyson-redpanda tyson-redpanda modified the milestones: v25.2.x-next, v25.2.12 Dec 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/redpanda kind/backport PRs targeting a stable branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants