reverted: setting lastConnectionFailure to null

pull/502/head
Nitin 9 years ago
parent 926167598a
commit 2bd02091b4

@ -313,6 +313,7 @@ abstract class PoolBase
connection = (username == null) ? dataSource.getConnection() : dataSource.getConnection(username, password);
setupConnection(connection);
lastConnectionFailure.set(null);
return connection;
}
catch (Exception e) {

Loading…
Cancel
Save