[JBoss JIRA] (ISPN-6819) SharedStoreInvalidationDuringRehashTest.testRehashWith[out]Preload random failures
by Ivan Straka (JIRA)
[ https://issues.jboss.org/browse/ISPN-6819?page=com.atlassian.jira.plugin.... ]
Ivan Straka updated ISPN-6819:
------------------------------
Affects Version/s: 8.2.4.Final
> SharedStoreInvalidationDuringRehashTest.testRehashWith[out]Preload random failures
> ----------------------------------------------------------------------------------
>
> Key: ISPN-6819
> URL: https://issues.jboss.org/browse/ISPN-6819
> Project: Infinispan
> Issue Type: Bug
> Components: Core, Test Suite - Core
> Affects Versions: 9.0.0.Alpha2, 8.2.4.Final
> Reporter: Dan Berindei
> Priority: Critical
> Labels: testsuite_stability
> Fix For: 9.0.0.Beta1
>
>
> {noformat}
> java.lang.AssertionError: expected:<0> but was:<3>
> at org.testng.AssertJUnit.fail(AssertJUnit.java:59)
> at org.testng.AssertJUnit.failNotEquals(AssertJUnit.java:364)
> at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:80)
> at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:245)
> at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:252)
> at org.infinispan.distribution.rehash.SharedStoreInvalidationDuringRehashTest.checkContentAndInvalidations(SharedStoreInvalidationDuringRehashTest.java:213)
> at org.infinispan.distribution.rehash.SharedStoreInvalidationDuringRehashTest.doTest(SharedStoreInvalidationDuringRehashTest.java:135)
> at org.infinispan.distribution.rehash.SharedStoreInvalidationDuringRehashTest.testRehashWithoutPreload(SharedStoreInvalidationDuringRehashTest.java:122)
> {noformat}
> http://ci.infinispan.org/project.html?tab=testDetails&testNameId=-7068250...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 1 month
[JBoss JIRA] (ISPN-3604) Provide JMX operation which shows the numberOfEntries in the entire dist-cache
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-3604?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic closed ISPN-3604.
-------------------------------------
Fix Version/s: 8.1.0.Final
Resolution: Done
> Provide JMX operation which shows the numberOfEntries in the entire dist-cache
> ------------------------------------------------------------------------------
>
> Key: ISPN-3604
> URL: https://issues.jboss.org/browse/ISPN-3604
> Project: Infinispan
> Issue Type: Feature Request
> Components: JMX, reporting and management
> Affects Versions: 6.0.0.CR1
> Environment: Max OS-X 10.8.5, Oracle Hotspot 1.7.0_40, Infinispan 5.2.4.Final
> Reporter: Duncan Doyle
> Assignee: Duncan Doyle
> Fix For: 8.1.0.Final
>
>
> The Infinispan statistics component only shows the 'numberOfEntries' in a particular node, including entries of which the node is not the primary owner (basically, doing a sum of this value of all the cluster members gives you (numberOfEntries * numOwners). The 'cache.keySet()' method does return the entire keyset, and thus you can calculate the numberOfEntries in the cache, but this requires writing custom code in a cache client. It would be nice if Infinispan would provide a JMX operation which is able to show the number of entries in the entire dist-cache cluster.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 1 month
[JBoss JIRA] (ISPN-4352) Infinispan should collect statistics for cache stores/loaders operations
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-4352?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic edited comment on ISPN-4352 at 11/15/16 10:19 AM:
----------------------------------------------------------------------
We have some statistics operation implemented already. Revisit once we are ready for exposing these stats to console UI. Will confirm what is currently exposed (Vladimir)!
was (Author: vblagojevic):
We have some statistics operation implemented already. Revisit once we are ready for exposing these stats to console UI.
> Infinispan should collect statistics for cache stores/loaders operations
> ------------------------------------------------------------------------
>
> Key: ISPN-4352
> URL: https://issues.jboss.org/browse/ISPN-4352
> Project: Infinispan
> Issue Type: Feature Request
> Components: JMX, reporting and management, Loaders and Stores
> Reporter: Radim Vansa
> Assignee: Vladimir Blagojevic
> Priority: Minor
>
> Detailed data about cache store usage should be available. Those should be at least number of reads/writes/removes/purges/process all requests executed against the cache, but timing info would be even better.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 1 month