Skip to content

Commit

Permalink
Closed ozone client in the test
Browse files Browse the repository at this point in the history
  • Loading branch information
sarvekshayr committed Dec 4, 2024
1 parent 6206737 commit aa48845
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ public void reset() throws IOException {
if (cluster != null) {
cluster.shutdown();
}
if (client != null) {
client.close();
}
IOUtils.closeQuietly(fs);
}

Expand Down

0 comments on commit aa48845

Please sign in to comment.