[JBoss JIRA] (ISPN-9559) Server <modules> configuration with a single entry can break classloading
by Gustavo Fernandes (Jira)
[ https://issues.jboss.org/browse/ISPN-9559?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes updated ISPN-9559:
------------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Integrated in master, thanks
> 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
>
>
> 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-9538) Allow for segmentation to be configurable via Features
by Katia Aresti (Jira)
[ https://issues.jboss.org/browse/ISPN-9538?page=com.atlassian.jira.plugin.... ]
Katia Aresti updated ISPN-9538:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Allow for segmentation to be configurable via Features
> ------------------------------------------------------
>
> Key: ISPN-9538
> URL: https://issues.jboss.org/browse/ISPN-9538
> Project: Infinispan
> Issue Type: Enhancement
> Components: Core
> Reporter: William Burns
> Assignee: William Burns
> Priority: Major
> Fix For: 9.4.0.Final
>
>
> We want to allow the segmented containers to be able to be disabled for users where this is not supported. We recently added ISPN-9535 which allows for a nice easy way to do this. We just need to plug this into the DataContainerFactory class and have it enabled by default.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (ISPN-9571) Clustered tutorials should bind to localhost by default
by Galder Zamarreño (Jira)
[ https://issues.jboss.org/browse/ISPN-9571?page=com.atlassian.jira.plugin.... ]
Galder Zamarreño updated ISPN-9571:
-----------------------------------
Status: Open (was: New)
> Clustered tutorials should bind to localhost by default
> -------------------------------------------------------
>
> Key: ISPN-9571
> URL: https://issues.jboss.org/browse/ISPN-9571
> Project: Infinispan
> Issue Type: Task
> Components: Demos and Tutorials
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
> Priority: Major
>
> Clusters not forming is a typical error for beginners. Most often people start by trying to create a cluster in their own environments, e.g. server or laptop. So it'd make sense to add a java option that binds JGroups to 127.0.0.1.
> Users can always modify the variable to their node's external interface when trying to create clusters across multiple machines.
> Without this option, users have to know or look up the documentation to figure out how to do it.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (ISPN-9571) Clustered tutorials should bind to localhost by default
by Galder Zamarreño (Jira)
Galder Zamarreño created ISPN-9571:
--------------------------------------
Summary: Clustered tutorials should bind to localhost by default
Key: ISPN-9571
URL: https://issues.jboss.org/browse/ISPN-9571
Project: Infinispan
Issue Type: Task
Components: Demos and Tutorials
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Clusters not forming is a typical error for beginners. Most often people start by trying to create a cluster in their own environments, e.g. server or laptop. So it'd make sense to add a java option that binds JGroups to 127.0.0.1.
Users can always modify the variable to their node's external interface when trying to create clusters across multiple machines.
Without this option, users have to know or look up the documentation to figure out how to do it.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months