Skip to content

Commit

Permalink
Set null
Browse files Browse the repository at this point in the history
  • Loading branch information
Heng Qin committed Jan 24, 2024
1 parent a35bf29 commit 74d6ed1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ long getCacheEvictionInterval(Map<String, String> conf) {
public void close() {
if (clientPool != null) {
clientPool.close();
clientPool = null;
}
}

Expand Down

0 comments on commit 74d6ed1

Please sign in to comment.