[JBoss JIRA] (ISPN-8155) SingleClusterExecutorTest.testExecutorTriConsumerTimeoutException random failures
by William Burns (JIRA)
[ https://issues.jboss.org/browse/ISPN-8155?page=com.atlassian.jira.plugin.... ]
William Burns updated ISPN-8155:
--------------------------------
Status: Open (was: New)
> SingleClusterExecutorTest.testExecutorTriConsumerTimeoutException random failures
> ---------------------------------------------------------------------------------
>
> Key: ISPN-8155
> URL: https://issues.jboss.org/browse/ISPN-8155
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite - Core
> Affects Versions: 9.1.0.Final
> Reporter: Gustavo Fernandes
> Assignee: William Burns
> Labels: testsuite_stability
>
> {noformat}
> testExecutorTriConsumerTimeoutException on SingleClusterExecutorTest{ local = true}(org.infinispan.manager.SingleClusterExecutorTest) Time elapsed: 1.049 sec <<< FAILURE!
> java.lang.AssertionError: Should have thrown an class java.util.concurrent.ExecutionException
> at org.infinispan.test.Exceptions.assertException(Exceptions.java:21)
> at org.infinispan.test.Exceptions.expectExecutionException(Exceptions.java:136)
> at org.infinispan.manager.AllClusterExecutorTest$17.call(AllClusterExecutorTest.java:390)
> at org.infinispan.test.TestingUtil.withCacheManagers(TestingUtil.java:1474)
> at org.infinispan.manager.AllClusterExecutorTest.testExecutorTriConsumerTimeoutException(AllClusterExecutorTest.java:376)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months
[JBoss JIRA] (ISPN-8155) SingleClusterExecutorTest.testExecutorTriConsumerTimeoutException random failures
by William Burns (JIRA)
[ https://issues.jboss.org/browse/ISPN-8155?page=com.atlassian.jira.plugin.... ]
William Burns updated ISPN-8155:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/5428
> SingleClusterExecutorTest.testExecutorTriConsumerTimeoutException random failures
> ---------------------------------------------------------------------------------
>
> Key: ISPN-8155
> URL: https://issues.jboss.org/browse/ISPN-8155
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite - Core
> Affects Versions: 9.1.0.Final
> Reporter: Gustavo Fernandes
> Assignee: William Burns
> Labels: testsuite_stability
>
> {noformat}
> testExecutorTriConsumerTimeoutException on SingleClusterExecutorTest{ local = true}(org.infinispan.manager.SingleClusterExecutorTest) Time elapsed: 1.049 sec <<< FAILURE!
> java.lang.AssertionError: Should have thrown an class java.util.concurrent.ExecutionException
> at org.infinispan.test.Exceptions.assertException(Exceptions.java:21)
> at org.infinispan.test.Exceptions.expectExecutionException(Exceptions.java:136)
> at org.infinispan.manager.AllClusterExecutorTest$17.call(AllClusterExecutorTest.java:390)
> at org.infinispan.test.TestingUtil.withCacheManagers(TestingUtil.java:1474)
> at org.infinispan.manager.AllClusterExecutorTest.testExecutorTriConsumerTimeoutException(AllClusterExecutorTest.java:376)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months
[JBoss JIRA] (ISPN-8290) Mixed "capacity-factor" and "capacity" in org.infinispan.configuration.parsing.Attribute
by Michael Pasternak (JIRA)
Michael Pasternak created ISPN-8290:
---------------------------------------
Summary: Mixed "capacity-factor" and "capacity" in org.infinispan.configuration.parsing.Attribute
Key: ISPN-8290
URL: https://issues.jboss.org/browse/ISPN-8290
Project: Infinispan
Issue Type: Bug
Components: Configuration
Affects Versions: 9.1.0.Final
Reporter: Michael Pasternak
1. According to documentation in 9.1 and XSD schema should be two separate attributes in
type="tns:distributed-cache" "capacity" and "capacity-factor", however
org.infinispan.configuration.parsing.Attribute enum using "capacity" name for CAPACITY_FACTOR enum entry, e.g CAPACITY_FACTOR("capacity"), what is causing parsing error when "capacity-factor" is used in "distributed-cache" configuration
javax.xml.stream.XMLStreamException: ParseError at [row,col]:[14,96]
Message: Unexpected attribute 'capacity-factor' encountered
2. org.infinispan.configuration.parsing.Parser#parseDistributedCache:2106 uses CAPACITY_FACTOR (which was collected from "capacity" attribute) to map to
builder.clustering().hash().capacityFactor
this is misleading and one that not familiar with this bug, won't be able to set "capacity-factor"
in cache configuration:
<distributed-cache capacity-factor="...">
...
</distributed-cache>
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months
[JBoss JIRA] (ISPN-8289) Cluster Counters over REST
by Pedro Zapata (JIRA)
Pedro Zapata created ISPN-8289:
----------------------------------
Summary: Cluster Counters over REST
Key: ISPN-8289
URL: https://issues.jboss.org/browse/ISPN-8289
Project: Infinispan
Issue Type: Feature Request
Components: Remote Protocols
Reporter: Pedro Zapata
Assignee: Tristan Tarrant
Priority: Optional
Expose the clustered counter functionality over REST, equivalent to that exposed over HR
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months