[JBoss JIRA] (ISPN-10155) Counter manager configs not applied on server
by Galder Zamarreño (Jira)
[ https://issues.jboss.org/browse/ISPN-10155?page=com.atlassian.jira.plugin... ]
Galder Zamarreño updated ISPN-10155:
------------------------------------
Labels: rhdemo-2019 (was: )
> Counter manager configs not applied on server
> ---------------------------------------------
>
> Key: ISPN-10155
> URL: https://issues.jboss.org/browse/ISPN-10155
> Project: Infinispan
> Issue Type: Bug
> Components: Clustered Counter, Server
> Affects Versions: 9.4.12.Final, 10.0.0.Beta3
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Priority: Major
> Labels: rhdemo-2019
> Fix For: 10.0.0.Beta4, 9.4.13.Final
>
>
> The server model for the counter manager is not correctly set up:
> * attributes are registered as metrics
> * the add handler ignores attributes
> * the configurationmanager is not actually configured
> * the xml writer attempts to serialize attributes from the wrong model nodes
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 8 months
[JBoss JIRA] (ISPN-10156) num-owners cannot be set on counters
by Galder Zamarreño (Jira)
[ https://issues.jboss.org/browse/ISPN-10156?page=com.atlassian.jira.plugin... ]
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}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 8 months
[JBoss JIRA] (ISPN-10155) Counter manager configs not applied on server
by Tristan Tarrant (Jira)
[ https://issues.jboss.org/browse/ISPN-10155?page=com.atlassian.jira.plugin... ]
Tristan Tarrant updated ISPN-10155:
-----------------------------------
Status: Open (was: New)
> Counter manager configs not applied on server
> ---------------------------------------------
>
> Key: ISPN-10155
> URL: https://issues.jboss.org/browse/ISPN-10155
> Project: Infinispan
> Issue Type: Bug
> Components: Clustered Counter, Server
> Affects Versions: 9.4.12.Final, 10.0.0.Beta3
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Priority: Major
> Fix For: 10.0.0.Beta4, 9.4.13.Final
>
>
> The server model for the counter manager is not correctly set up:
> * attributes are registered as metrics
> * the add handler ignores attributes
> * the configurationmanager is not actually configured
> * the xml writer attempts to serialize attributes from the wrong model nodes
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 8 months
[JBoss JIRA] (ISPN-10155) Counter manager configs not applied on server
by Tristan Tarrant (Jira)
[ https://issues.jboss.org/browse/ISPN-10155?page=com.atlassian.jira.plugin... ]
Work on ISPN-10155 started by Tristan Tarrant.
----------------------------------------------
> Counter manager configs not applied on server
> ---------------------------------------------
>
> Key: ISPN-10155
> URL: https://issues.jboss.org/browse/ISPN-10155
> Project: Infinispan
> Issue Type: Bug
> Components: Clustered Counter, Server
> Affects Versions: 9.4.12.Final, 10.0.0.Beta3
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Priority: Major
> Fix For: 10.0.0.Beta4, 9.4.13.Final
>
>
> The server model for the counter manager is not correctly set up:
> * attributes are registered as metrics
> * the add handler ignores attributes
> * the configurationmanager is not actually configured
> * the xml writer attempts to serialize attributes from the wrong model nodes
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 8 months
[JBoss JIRA] (ISPN-10156) num-owners cannot be set on counters
by Galder Zamarreño (Jira)
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)
5 years, 8 months
[JBoss JIRA] (ISPN-10155) Counter manager configs not applied on server
by Tristan Tarrant (Jira)
Tristan Tarrant created ISPN-10155:
--------------------------------------
Summary: Counter manager configs not applied on server
Key: ISPN-10155
URL: https://issues.jboss.org/browse/ISPN-10155
Project: Infinispan
Issue Type: Bug
Components: Clustered Counter, Server
Affects Versions: 10.0.0.Beta3, 9.4.12.Final
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 10.0.0.Beta4, 9.4.13.Final
The server model for the counter manager is not correctly set up:
* attributes are registered as metrics
* the add handler ignores attributes
* the configurationmanager is not actually configured
* the xml writer attempts to serialize attributes from the wrong model nodes
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 8 months
[JBoss JIRA] (ISPN-10154) RESTCertSecurityIT.testInvalidCertificateAccess fails with Java 11
by Tristan Tarrant (Jira)
[ https://issues.jboss.org/browse/ISPN-10154?page=com.atlassian.jira.plugin... ]
Tristan Tarrant updated ISPN-10154:
-----------------------------------
Status: Open (was: New)
> RESTCertSecurityIT.testInvalidCertificateAccess fails with Java 11
> ------------------------------------------------------------------
>
> Key: ISPN-10154
> URL: https://issues.jboss.org/browse/ISPN-10154
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite - Server
> Affects Versions: 9.4.12.Final, 10.0.0.Beta3
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Priority: Major
> Fix For: 10.0.0.Beta4, 9.4.13.Final
>
>
> testInvalidCertificateAccess
> javax.net.ssl.SSLException: readHandshakeRecord at org.infinispan.server.test.security.rest.RESTCertSecurityIT.put(RESTCertSecurityIT.java:160) at org.infinispan.server.test.security.rest.RESTCertSecurityIT.testInvalidCertificateAccess(RESTCertSecurityIT.java:136) Caused by: java.net.SocketException: Broken pipe (Write failed) at org.infinispan.server.test.security.rest.RESTCertSecurityIT.put(RESTCertSecurityIT.java:160) at org.infinispan.server.test.security.rest.RESTCertSecurityIT.testInvalidCertificateAccess(RESTCertSecurityIT.java:136)
> Java 8 reports SSLHandshakeException for this so the test fails
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 8 months