[JBoss JIRA] (ISPN-9195) Iterator leak when Hot Rod client crashes
by Ryan Emerson (Jira)
[ https://issues.jboss.org/browse/ISPN-9195?page=com.atlassian.jira.plugin.... ]
Ryan Emerson updated ISPN-9195:
-------------------------------
Fix Version/s: 10.0.0.Beta4
9.4.14.Final
> Iterator leak when Hot Rod client crashes
> -----------------------------------------
>
> Key: ISPN-9195
> URL: https://issues.jboss.org/browse/ISPN-9195
> Project: Infinispan
> Issue Type: Bug
> Components: Server
> Affects Versions: 9.3.0.Beta1
> Reporter: Radim Vansa
> Assignee: Tristan Tarrant
> Priority: Major
> Labels: memory_leak
> Fix For: 10.0.0.Beta4, 9.4.14.Final
>
>
> When the client abruptly terminates, or simply does not close the iterator, iterator resources on server are not released.
> Any such resources should be handles with lease-based expiration. Additionally we could remove the resources when the connection that established them is closed.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (ISPN-10190) Upgrade to Mockito 2.27
by Tristan Tarrant (Jira)
Tristan Tarrant created ISPN-10190:
--------------------------------------
Summary: Upgrade to Mockito 2.27
Key: ISPN-10190
URL: https://issues.jboss.org/browse/ISPN-10190
Project: Infinispan
Issue Type: Component Upgrade
Components: Build
Affects Versions: 9.4.13.Final, 10.0.0.Beta3
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 10.0.0.Beta4, 9.4.14.Final
Fixes running builds under JDK 13
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (ISPN-10189) persistence tests fail due to shared state
by Jonathan Halliday (Jira)
Jonathan Halliday created ISPN-10189:
----------------------------------------
Summary: persistence tests fail due to shared state
Key: ISPN-10189
URL: https://issues.jboss.org/browse/ISPN-10189
Project: Infinispan
Issue Type: Bug
Affects Versions: 9.4.13.Final
Reporter: Jonathan Halliday
SoftIndexFileStoreFunctionalTest (and others with the same pattern) uses a new (differently named) cache for each test function, assuming each is created empty. However, it reuses the same persistence tmp directory for every test and doesn't clear it between test functions. Thus a new cache can load stale persistent state from a previous test, causing intermittent failures. Perhaps use the cache name in the tmp dir path, or delete the shared dir every time, though that assumes nothing is holding an open handle on it.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (ISPN-10175) Long test killer doesn't kill the JVM on Windows
by Tristan Tarrant (Jira)
[ https://issues.jboss.org/browse/ISPN-10175?page=com.atlassian.jira.plugin... ]
Tristan Tarrant updated ISPN-10175:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 10.0.0.Beta4
9.4.14.Final
Resolution: Done
> Long test killer doesn't kill the JVM on Windows
> ------------------------------------------------
>
> Key: ISPN-10175
> URL: https://issues.jboss.org/browse/ISPN-10175
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite - Core
> Affects Versions: 10.0.0.Beta3, 9.4.13.Final
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Major
> Labels: testsuite_stability
> Fix For: 10.0.0.Beta4, 9.4.14.Final
>
>
> Neither {{jstack}} nor {{taskkill}} work:
> {noformat}
> [ERROR] Test org.infinispan.client.hotrod.impl.iteration.ProtobufRemoteIteratorIndexingTest.testFilteredIterationWithQuery has been running for more than 300 seconds. Interrupting the test thread and dumping threads of the test suite process and its children.
> Cannot find jstack in T:\opt\windows\x86_64\openjdk-1.8.0\jre, programmatically dumping thread stacks of testsuite process to C:\home\jenkins\workspace\jdg-7.3.x-jdg-func-ispn-testsuite-win-openjdk\b521375b\infinispan\client\hotrod-client\threaddump-org_infinispan_client_hotrod_impl_iteration_ProtobufRemoteIteratorIndexingTest_testFilteredIterationWithQuery-2019-05-10.log
> Interrupted thread testng-ProtobufRemoteIteratorIndexingTest (57).
> Killed processes 9904
> [ERROR] Test org.infinispan.client.hotrod.impl.iteration.ReplFailOverRemoteIteratorTest.testFailOver has been running for more than 300 seconds. Interrupting the test thread and dumping threads of the test suite process and its children.
> Cannot find jstack in T:\opt\windows\x86_64\openjdk-1.8.0\jre, programmatically dumping thread stacks of testsuite process to C:\home\jenkins\workspace\jdg-7.3.x-jdg-func-ispn-testsuite-win-openjdk\b521375b\infinispan\client\hotrod-client\threaddump-org_infinispan_client_hotrod_impl_iteration_ReplFailOverRemoteIteratorTest_testFailOver-2019-05-10.log
> Interrupted thread testng-ReplFailOverRemoteIteratorTest (62).
> Killed processes 9904
> {noformat}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months