[JBoss JIRA] (ISPN-9559) Server <modules> configuration with a single entry can break classloading
by Adrian Nistor (Jira)
[ https://issues.jboss.org/browse/ISPN-9559?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated ISPN-9559:
--------------------------------
Fix Version/s: 9.3.4.Final
> Server <modules> configuration with a single entry can break classloading
> -------------------------------------------------------------------------
>
> Key: ISPN-9559
> URL: https://issues.jboss.org/browse/ISPN-9559
> Project: Infinispan
> Issue Type: Bug
> Components: Core, Embedded Querying, Server
> Affects Versions: 9.2.0.Final
> Reporter: Adrian Nistor
> Assignee: Adrian Nistor
> Priority: Major
> Fix For: 9.4.0.Final, 9.3.4.Final
>
>
> There's a bug in CacheContainerConfigurationBuilder introduced by changes for ISPN-7714. This happens only if we have a _single_ module entry specified in the <modules> element of the cache container config and nothing in the 'module' attribute. In that case the module is used as if it was specified in the 'module' attribute. The classloader of the specified module is used as the global classloader of the cache container and this is almost always wrong. We should instead have an AggregatedClassloader of the classloaders of the user specified module/modules + the infinispan subsystem classloader (if no module attribute is present). If a 'module' attribute was specified then we should let that module be the designated classloader and do not use infinispan subsystem classloader as backup.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (ISPN-9595) Update Cassandra Store to Infinispan 9.4
by William Burns (Jira)
William Burns created ISPN-9595:
-----------------------------------
Summary: Update Cassandra Store to Infinispan 9.4
Key: ISPN-9595
URL: https://issues.jboss.org/browse/ISPN-9595
Project: Infinispan
Issue Type: Enhancement
Components: Loaders and Stores
Reporter: William Burns
Assignee: William Burns
Infinispan 9.3 added publish methods and Infinispan 9.4 added segmentation to cache stores. We should update Cassandra to 9.4 at at least implement the publish methods. Segmentation is optional and most likely doesn't need to be done.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (ISPN-9402) Upgrade to JGroups 4.0.13.Final
by Diego Lovison (Jira)
[ https://issues.jboss.org/browse/ISPN-9402?page=com.atlassian.jira.plugin.... ]
Diego Lovison closed ISPN-9402.
-------------------------------
> Upgrade to JGroups 4.0.13.Final
> -------------------------------
>
> Key: ISPN-9402
> URL: https://issues.jboss.org/browse/ISPN-9402
> Project: Infinispan
> Issue Type: Component Upgrade
> Components: Core
> Affects Versions: 9.4.0.Alpha1
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Major
> Fix For: 9.4.0.CR3
>
>
> Interesting changes in JGroups 4.0.13.Final:
> {quote}
> - Changed the way a coord leaves gracefully (JGRP-2277): instead of creating the last view itself, the leaving coord asks the next-in-line to create and install it. This has the advantage that the new coord can retransmit the view (if lost) as it's stil alive and simplifies code, because the path for graceful leave and crash is now the same.
> - Reactive style of merging (JGRP-2281): when using MERGE3 and TCP, a merge could be only partial and multiple merge rounds would be needed, increasing the total time for a complete merge.
> This was changed by providing a new event which implements a reactive style of discovery by invoking a callback every time a discovery response is received.
> {quote}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months