[infinispan-issues] [JBoss JIRA] (ISPN-10156) num-owners cannot be set on counters

Galder Zamarreño (Jira) issues at jboss.org
Tue Apr 30 07:45:01 EDT 2019


Galder Zamarreño created ISPN-10156:
---------------------------------------

             Summary: 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


{{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}



--
This message was sent by Atlassian Jira
(v7.12.1#712002)



More information about the infinispan-issues mailing list