Log warning in HikariCheckpointRestoreLifecycle if pool suspension isn't configured#42937
Log warning in HikariCheckpointRestoreLifecycle if pool suspension isn't configured#42937deki wants to merge 2 commits intospring-projects:mainfrom
Conversation
|
WDYT please, @christophstrobl and @sdeleuze? |
|
Will the warning be also printed when doing a regular shutdown of the application? |
|
Yes, I believe so. If |
|
Adding the shutdown time is a nice addition, though I think it should be formatted with a reasonable time unit. |
|
I don't see it in https://docs.spring.io/spring-boot/reference/packaging/checkpoint-restore.html, where could I have read about it? |
|
the link in the docs seem to be broken.
...so the info is not as easy to be found as I had assumed. |
|
#42938 should have fixed the link to the status page. |
…pension configured" See gh-42937
|
Thanks @deki ! |
Adressing #42906, open to change it to an exception instead of the warning message as it won't work as expected without
allow-pool-suspension=true.