[JBoss JIRA] (ISPN-7141) LimitedExecutorTest.testConcurrencyLimit random failures
by William Burns (JIRA)
[ https://issues.jboss.org/browse/ISPN-7141?page=com.atlassian.jira.plugin.... ]
William Burns updated ISPN-7141:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> LimitedExecutorTest.testConcurrencyLimit random failures
> --------------------------------------------------------
>
> Key: ISPN-7141
> URL: https://issues.jboss.org/browse/ISPN-7141
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite - Core
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Critical
> Labels: testsuite_stability
> Fix For: 9.0.0.Beta1
>
>
> The test reuses a single executor for all test methods, and it is limited to 1 thread. It can take some time between the completion of the {{CompletableFuture}} that the test waits for and the executor thread being actually releases, and that can make the next test method throw a {{RejectedExecutionException}}.
> {noformat}
> 20:37:37,952 ERROR (testng-Test:[]) [TestSuiteProgress] Test failed: org.infinispan.executors.LimitedExecutorTest.testConcurrencyLimit
> java.util.concurrent.RejectedExecutionException: Task org.infinispan.executors.LimitedExecutor$Runner@5bda0b48 rejected from java.util.concurrent.ThreadPoolExecutor@34d8a229[Running, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 1]
> at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047) ~[?:1.8.0_101]
> at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823) ~[?:1.8.0_101]
> at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369) ~[?:1.8.0_101]
> at org.infinispan.executors.LimitedExecutor.tryExecute(LimitedExecutor.java:117) ~[classes/:?]
> at org.infinispan.executors.LimitedExecutor.executeInternal(LimitedExecutor.java:92) ~[classes/:?]
> at org.infinispan.executors.LimitedExecutor.execute(LimitedExecutor.java:82) ~[classes/:?]
> at org.infinispan.executors.LimitedExecutorTest.testConcurrencyLimit(LimitedExecutorTest.java:51) ~[test-classes/:?]
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (ISPN-7191) CacheManager.removeCache leaks
by Ryan Gustafson (JIRA)
Ryan Gustafson created ISPN-7191:
------------------------------------
Summary: CacheManager.removeCache leaks
Key: ISPN-7191
URL: https://issues.jboss.org/browse/ISPN-7191
Project: Infinispan
Issue Type: Bug
Affects Versions: 8.2.4.Final
Reporter: Ryan Gustafson
Attachments: TransientInfinispanCacheTest.java
Tests to try to use Infinispan caches for a large number of anonymous transient caches eventually runs out of memory. 3 different kinds of leaks were identified.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (ISPN-7190) Administration console - when adding new cache, base configuration shouldn't show existing caches
by Roman Macor (JIRA)
Roman Macor created ISPN-7190:
---------------------------------
Summary: Administration console - when adding new cache, base configuration shouldn't show existing caches
Key: ISPN-7190
URL: https://issues.jboss.org/browse/ISPN-7190
Project: Infinispan
Issue Type: Bug
Components: JMX, reporting and management
Affects Versions: 9.0.0.Alpha4
Reporter: Roman Macor
Attachments: Screenshot from 2016-11-11.png
Click on cache container -> Add cache -> expand "base configuration" drop down
Result: The drop down offers cache configurations and existing caches
Expected result: The drop down should only offer cache configurations. ("default" and "memcachedCache" shouldn't be there )
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months