-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
None
-
None
num-owners cannot be set on counters:
10:46:54,409 ERROR [org.jboss.as.controller] (Controller Boot Thread) OPVDX001: Validation error in clustered.xml ------------------------------------ | | 321: <distributed-cache name="default"/> | 322: <replicated-cache name="repl" configuration="replicated"/> | 323: <counters reliability="CONSISTENT" num-owners="1"> | ^^^^ 'num-owners' isn't an allowed attribute for the 'counters' element | | Attributes allowed here are: num-owners, reliability | | 324: <strong-counter name="machine-0" initial-value="1000000000000000000" storage="VOLATILE"> | 325: <lower-bound value="0"/> | 326: <upper-bound value="1000000000000000000"/> | | 'num-owners' is allowed on elements: | - server > profile > {urn:infinispan:server:core:9.4}subsystem > cache-container > counters | | | The primary underlying error message was: | > ParseError at [row,col]:[323,13] | > Message: WFLYCTL0197: Unexpected attribute 'num-owners' encountered |
- duplicates
-
ISPN-10155 Counter manager configs not applied on server
- Closed