Skip to content

Commit

Permalink
fix: skip close on bundles (#32661)
Browse files Browse the repository at this point in the history
  • Loading branch information
mutianf authored Oct 11, 2024
1 parent 7398a52 commit 578d6d7
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2021,10 +2021,9 @@ public void close() throws IOException {
reader.close();
reader = null;
}
if (serviceEntry != null) {
serviceEntry.close();
serviceEntry = null;
}
// Skipping closing the service entry on each bundle.
// In the future we'll close the Bigtable client in
// teardown.
}

@Override
Expand Down

0 comments on commit 578d6d7

Please sign in to comment.