SpannerPool shutdown hook can fail with ClassNotFoundException #949
Labels
api: spanner
Issues related to the googleapis/java-spanner API.
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
The shutdown hook in
SpannerPool
can in some cases fail with aClassNotFoundException
, for example when running Liquibase in Maven. This seems to be caused by a difference in class loader during startup and shutdown.The text was updated successfully, but these errors were encountered: