We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b31615d + 30eb238 commit 013b77fCopy full SHA for 013b77f
1 file changed
ebean-datasource/src/main/java/io/ebean/datasource/pool/ConnectionPool.java
@@ -155,6 +155,8 @@ private void init() {
155
initialiseDatabase();
156
}
157
initialiseConnections();
158
+ // reset the metrics
159
+ status(true);
160
} catch (SQLException e) {
161
throw new DataSourceInitialiseException("Error initialising DataSource with user: " + user + " error:" + e.getMessage(), e);
162
0 commit comments