-
Bug
-
Resolution: Done
-
Blocker
-
2.6.10
-
None
-
None
The following files has
gui/src/main/java/org/jboss/as/console/client/shared/runtime/ds/DataSourceMetricPresenter.java: operation.get(OP).set("flush-all-connection-in-pool"); gui/src/main/java/org/jboss/as/console/client/shared/subsys/jca/model/DataSourceStoreImpl.java: operation.get(OP).set("flush-all-connection-in-pool");
This is very dangerous to call on resources being used by applications.
WildFly 8+ should use :flush-gracefully, and EAP 6.x should use :flush-idle
Alternative, have multiple modes for the "Flush" button w/ the options available for the platform in question
- clones
-
HAL-557 :flush-all-connection-in-pool called
- Resolved