[JBoss JIRA] (ISPN-9213) Update to Hibernate ORM 5.3.1 and Hibernate Search 5.10.1
by Sanne Grinovero (JIRA)
Sanne Grinovero created ISPN-9213:
-------------------------------------
Summary: Update to Hibernate ORM 5.3.1 and Hibernate Search 5.10.1
Key: ISPN-9213
URL: https://issues.jboss.org/browse/ISPN-9213
Project: Infinispan
Issue Type: Component Upgrade
Components: Build
Reporter: Sanne Grinovero
Assignee: Sanne Grinovero
Priority: Optional
Fix For: 9.3.0.CR1
This is not particularly urgent or relevant to Infinispan directly, but it would align the dependencies with the versions included in WildFly 13.
Might reduce some overall efforts.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 7 months
[JBoss JIRA] (ISPN-3566) Add tests for the custom collections
by Dan Berindei (JIRA)
[ https://issues.jboss.org/browse/ISPN-3566?page=com.atlassian.jira.plugin.... ]
Dan Berindei resolved ISPN-3566.
--------------------------------
Fix Version/s: 9.0.0.Final
Resolution: Out of Date
The equivalence collections are deprecated and no longer used internally.
> Add tests for the custom collections
> -------------------------------------
>
> Key: ISPN-3566
> URL: https://issues.jboss.org/browse/ISPN-3566
> Project: Infinispan
> Issue Type: Task
> Components: Core
> Reporter: Mircea Markus
> Assignee: Galder Zamarreño
> Priority: Critical
> Fix For: 9.0.0.Final
>
>
> ISPN-3564 reports a very severe bug in EquivalentLinkedHashMap, would be good to have tests for all our custom collections as bugs in that area might cause lots of pain.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 7 months
[JBoss JIRA] (ISPN-9170) Enable Multi-Release build
by Dan Berindei (JIRA)
[ https://issues.jboss.org/browse/ISPN-9170?page=com.atlassian.jira.plugin.... ]
Dan Berindei updated ISPN-9170:
-------------------------------
Status: Open (was: New)
> Enable Multi-Release build
> --------------------------
>
> Key: ISPN-9170
> URL: https://issues.jboss.org/browse/ISPN-9170
> Project: Infinispan
> Issue Type: Enhancement
> Components: Build
> Affects Versions: 9.3.0.Beta1
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Fix For: 9.3.0.CR1
>
>
> Infinispan can currently be built with any JDK >= 8.
> The infinispan-commons jar will only be built as a MR jar when the JDK >= 10.
> We want to be able to build Infinispan with a multi-JDK combination so that JDK 8 is used for the base build and JDK 10 is used to build and test the Java 10-specific items.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 7 months
[JBoss JIRA] (ISPN-9170) Enable Multi-Release build
by Dan Berindei (JIRA)
[ https://issues.jboss.org/browse/ISPN-9170?page=com.atlassian.jira.plugin.... ]
Dan Berindei updated ISPN-9170:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Enable Multi-Release build
> --------------------------
>
> Key: ISPN-9170
> URL: https://issues.jboss.org/browse/ISPN-9170
> Project: Infinispan
> Issue Type: Enhancement
> Components: Build
> Affects Versions: 9.3.0.Beta1
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Fix For: 9.3.0.CR1
>
>
> Infinispan can currently be built with any JDK >= 8.
> The infinispan-commons jar will only be built as a MR jar when the JDK >= 10.
> We want to be able to build Infinispan with a multi-JDK combination so that JDK 8 is used for the base build and JDK 10 is used to build and test the Java 10-specific items.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 7 months
[JBoss JIRA] (ISPN-9204) Single node JgroupsTransport invoke* methods that take a collection leak memory
by William Burns (JIRA)
[ https://issues.jboss.org/browse/ISPN-9204?page=com.atlassian.jira.plugin.... ]
William Burns updated ISPN-9204:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Single node JgroupsTransport invoke* methods that take a collection leak memory
> -------------------------------------------------------------------------------
>
> Key: ISPN-9204
> URL: https://issues.jboss.org/browse/ISPN-9204
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Reporter: William Burns
> Assignee: William Burns
> Fix For: 9.3.0.CR1
>
>
> While running some tx tests with a single node I noticed that it took "forever" for the cache to stop. This is caused by a build up of MultiTargetRequests in the RequestRepository. The problem is that we don't actually send a command anywhere since we exclude the originator. This causes the request to have to wait until it can timeout before it can be removed.
> We just need to check if the request is complete before attempting to send to a remote node.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 7 months
[JBoss JIRA] (ISPN-9212) Bypass interceptors for nontx REPL reads
by William Burns (JIRA)
William Burns created ISPN-9212:
-----------------------------------
Summary: Bypass interceptors for nontx REPL reads
Key: ISPN-9212
URL: https://issues.jboss.org/browse/ISPN-9212
Project: Infinispan
Issue Type: Enhancement
Components: Core
Affects Versions: 9.3.0.Beta1
Reporter: William Burns
Assignee: William Burns
Fix For: 9.3.0.CR1
It should be possible to completely bypass the interceptor stack and directly query the data container with a REPL cache. We just can only do this when it is non tx, has no persistence. We would have to do stats and notifications manually.
It could even be possible to add this to all cache modes and fall back to the interceptor stack if no entry was found. This would slow down the miss state minimally, however the hot path would be increased many times.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 7 months