kill the timer on H2 hostcache shutdown

reproducible
Zlatin Balevsky 2021-01-31 20:55:27 +00:00
parent 59e26d564e
commit b9ad4ec3d6
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 1 additions and 0 deletions

View File

@ -287,6 +287,7 @@ class H2HostCache extends HostCache {
}
@Override
public synchronized void stop() {
timer.cancel()
sql.close()
}
@Override