Lessons from "The connection is closed"
Our DevOps team reported that a specific RESTful service had suddenly started throwing a large number of exceptions.
Upon checking the logs, it was mainly the below exception -
Caused by: java.sql.SQLRecoverableException: The connection is closed
...