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.2.x] kafka/txn_reader: proper cleanup in finally #24096 #24300

Merged

Conversation

bharathv
Copy link
Contributor

@bharathv bharathv commented Nov 26, 2024

call finally on the underlying reader for a proper cleanup, else bad things can happen on log reader's closure.

Fixes #24096

(cherry picked from commit 349bda8)

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.3.x
  • v24.2.x
  • v24.1.x

Release Notes

  • none

@github-actions github-actions bot added area/redpanda area/wasm WASM Data Transforms labels Nov 26, 2024
@bharathv bharathv requested a review from rockwotj November 26, 2024 03:55
call finally on the underlyig reader for a proper cleanup, else bad
things can happen on log reader's closure.

(cherry picked from commit 349bda8)
@bharathv bharathv force-pushed the v242x_kafka_reader_fix branch from 3570ec0 to c9e35e3 Compare November 26, 2024 03:57
@vbotbuildovich
Copy link
Collaborator

the below tests from https://buildkite.com/redpanda/redpanda/builds/58755#0193669e-8c0d-489e-91ae-76b4eba81fb2 have failed and will be retried

storage_e2e_single_thread_rpunit

@vbotbuildovich
Copy link
Collaborator

non flaky failures in https://buildkite.com/redpanda/redpanda/builds/58755#019366dd-b04b-4f73-aa4b-182f951969bb:

"rptest.tests.topic_recovery_test.TopicRecoveryTest.test_no_data.cloud_storage_type=CloudStorageType.ABS"

@vbotbuildovich
Copy link
Collaborator

Retry command for Build#58755

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

/ci-repeat 1
tests/rptest/tests/topic_recovery_test.py::TopicRecoveryTest.test_no_data@{"cloud_storage_type":2}

@bharathv
Copy link
Contributor Author

Failure seems unrelated #15451

@piyushredpanda piyushredpanda merged commit 52f7d9d into redpanda-data:v24.2.x Nov 26, 2024
13 of 16 checks passed
@BenPope BenPope added this to the v24.2.12 milestone Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/redpanda area/wasm WASM Data Transforms
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants