Skip to content

Commit

Permalink
fix: skip close on bundles (apache#32661)
Browse files Browse the repository at this point in the history
  • Loading branch information
mutianf authored and reeba212 committed Dec 4, 2024
1 parent 86458ee commit f04945d
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 f04945d

Please sign in to comment.