Skip to content

Commit

Permalink
KAFKA-15427: Fix resource leak in integration tests for tiered storage (
Browse files Browse the repository at this point in the history
#14319)

Co-authored-by: Nikhil Ramakrishnan <nikrmk@amazon.com>

Reviewers: Satish Duggana <satishd@apache.org>, Luke Chen <showuon@gmail.com>
  • Loading branch information
clolov authored and satishd committed Sep 1, 2023
1 parent 771f14c commit 8eb9105
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -93,7 +93,7 @@ public long remoteLogSize(TopicIdPartition topicIdPartition, int leaderEpoch) th

@Override
public void close() throws IOException {
remoteLogMetadataManagerHarness.remoteLogMetadataManager().close();
remoteLogMetadataManagerHarness.close();
}

@Override
Expand Down

0 comments on commit 8eb9105

Please sign in to comment.