Hide Forgot
Description of problem: When enable the datasource statistics using CLI, the statistics-enabled=true does not persist after a server reload or restart. [standalone@localhost:9999 /] /subsystem=datasources/data-source=ExampleDS/statistics=pool:write-attribute(name=statistics-enabled,value=true) {"outcome" => "success"} Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Enable the datasource statistics using CLI 2. Reload the server 3. After restarting the server, datasource statistics is disabled . Actual results: statistics-enabled=false after reload of server Expected results: statistics-enabled=true after reload of server Additional info:
Closing as NOTABUG here for 6.4.x, because (citing bstansberry) "the attribute is described as not being persistent in the read-resource-definition output" and making it persistent would be a "management API change" that we cannot commit in a CP. Anyway, the issue was filled for EAP 7.1 https://issues.jboss.org/browse/JBEAP-7520