[JBoss JIRA] (ISPN-10024) Long test killer doesn't work on Java 11
by Dan Berindei (Jira)
Dan Berindei created ISPN-10024:
-----------------------------------
Summary: Long test killer doesn't work on Java 11
Key: ISPN-10024
URL: https://issues.jboss.org/browse/ISPN-10024
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Core
Affects Versions: 10.0.0.Beta2, 9.4.8.Final
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 10.0.0.Beta3
When a test takes > 5 minutes, {{RunningTestsRegistry}} takes a thread dump of the entire JVM and its child processes, then interrupts the test thread, and if the test still doesn't stop, it kills the test suite JVM.
With OpenJDK 11, the path to {{jstack}} is wrong, the thread dump step fails, and the interrupt/kill steps are skipped.
Note that on IBM JDK 8 {{jstack}} is missing completely, so we may want to write the thread stacktraces ourselves. The downside is that we would lose synchronization/lock/deadlock information.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 9 months
[JBoss JIRA] (ISPN-10023) Tx compute command updates are not written to stores
by Pedro Zapata (Jira)
Pedro Zapata created ISPN-10023:
-----------------------------------
Summary: Tx compute command updates are not written to stores
Key: ISPN-10023
URL: https://issues.jboss.org/browse/ISPN-10023
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 9.4.8.Final, 10.0.0.Beta2
Reporter: Pedro Zapata
Fix For: 10.0.0.Beta3, 9.4.9.Final
{{TxBatchUpdater}} collects the modifications from all the commands in a transaction in order to write them to the stores. However, it doesn't implement the {{visitCompute*}} commands, so it doesn't collect any modifications from {{compute()}}, {{computeIfAbsent()}}, and {{computeIfPresent()}}.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 9 months
[JBoss JIRA] (ISPN-10022) Tx compute command updates are not written to stores
by Dan Berindei (Jira)
[ https://issues.jboss.org/browse/ISPN-10022?page=com.atlassian.jira.plugin... ]
Dan Berindei updated ISPN-10022:
--------------------------------
Summary: Tx compute command updates are not written to stores (was: Compute command updates are not written to stores in )
> Tx compute command updates are not written to stores
> ----------------------------------------------------
>
> Key: ISPN-10022
> URL: https://issues.jboss.org/browse/ISPN-10022
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 9.4.8.Final, 10.0.0.Beta2
> Reporter: Dan Berindei
> Priority: Major
> Fix For: 10.0.0.Beta3, 9.4.9.Final
>
>
> {{TxBatchUpdater}} collects the modifications from all the commands in a transaction in order to write them to the stores. However, it doesn't implement the {{visitCompute*}} commands, so it doesn't collect any modifications from {{compute()}}, {{computeIfAbsent()}}, and {{computeIfPresent()}}.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 9 months
[JBoss JIRA] (ISPN-10022) Compute command updates are not written to stores in
by Dan Berindei (Jira)
Dan Berindei created ISPN-10022:
-----------------------------------
Summary: Compute command updates are not written to stores in
Key: ISPN-10022
URL: https://issues.jboss.org/browse/ISPN-10022
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 10.0.0.Beta2, 9.4.8.Final
Reporter: Dan Berindei
Fix For: 10.0.0.Beta3, 9.4.9.Final
{{TxBatchUpdater}} collects the modifications from all the commands in a transaction in order to write them to the stores. However, it doesn't implement the {{visitCompute*}} commands, so it doesn't collect any modifications from {{compute()}}, {{computeIfAbsent()}}, and {{computeIfPresent()}}.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 9 months