Skip to content

Commit

Permalink
MINOR: Close topic based RLMM correctly in integration tests (apache#…
Browse files Browse the repository at this point in the history
…14315)

Reviewers: Divij Vaidya <[email protected]>
  • Loading branch information
showuon authored Aug 31, 2023
1 parent 95e1cdc commit c2bb8eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ public Iterator<RemoteLogSegmentMetadata> listAllRemoteLogSegments() throws Remo

@Override
public void close() throws IOException {
tearDown();
super.close();
}

}
Expand Down

0 comments on commit c2bb8eb

Please sign in to comment.