]
Galder Zamarreño resolved ISPN-10156.
-------------------------------------
Resolution: Duplicate Issue
num-owners cannot be set on counters
------------------------------------
Key: ISPN-10156
URL:
https://issues.jboss.org/browse/ISPN-10156
Project: Infinispan
Issue Type: Bug
Reporter: Galder Zamarreño
Priority: Major
Labels: rhdemo-2019
{{num-owners}} cannot be set on counters:
{code}
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
|
{code}