Skip to content

Commit

Permalink
fix: skip close on bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
mutianf committed Oct 4, 2024
1 parent 0a71499 commit 97e7197
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 97e7197

Please sign in to comment.