[JBoss JIRA] (ISPN-8944) Maven profile traceTests no longer works
by William Burns (JIRA)
William Burns created ISPN-8944:
-----------------------------------
Summary: Maven profile traceTests no longer works
Key: ISPN-8944
URL: https://issues.jboss.org/browse/ISPN-8944
Project: Infinispan
Issue Type: Bug
Components: Build
Affects Versions: 9.2.0.Final
Reporter: William Burns
When trying to run -PtraceTests for maven the tests print out this warning
ERROR StatusLogger File not found in file system or classpath: log4j2-trace.xml
We currently just pass log4j2-trace.xml. Unfortunately this file is no longer in the classpath and no module has that file relative to its directory. We need to add something for root-dir profiles it seems.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (ISPN-8942) Joiners may miss registered listener
by Pedro Ruivo (JIRA)
Pedro Ruivo created ISPN-8942:
---------------------------------
Summary: Joiners may miss registered listener
Key: ISPN-8942
URL: https://issues.jboss.org/browse/ISPN-8942
Project: Infinispan
Issue Type: Bug
Components: Listeners
Reporter: Pedro Ruivo
Assignee: Pedro Ruivo
Since the change where the cluster listener registration is send to the cache-members, the following scenario can happen:
{noformat}
[NODE_C] 2018-03-14 12:19:23,823 -> received topology with {A,B}. requests listeners from A
[NODE_D] 2018-03-14 12:19:23,824 -> received topology with {A,B}. requests listeners from A
[NODE_B] 2018-03-14 12:19:23,926 -> register cluster listener A, B
[NODE_A] 2018-03-14 12:19:23,931 -> register cluster listener from B
{noformat}
Possible fix is to fetch the cluster listener when it is member of the topology.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (ISPN-8942) Joiners may miss registered listener
by Pedro Ruivo (JIRA)
[ https://issues.jboss.org/browse/ISPN-8942?page=com.atlassian.jira.plugin.... ]
Pedro Ruivo updated ISPN-8942:
------------------------------
Status: Open (was: New)
> Joiners may miss registered listener
> ------------------------------------
>
> Key: ISPN-8942
> URL: https://issues.jboss.org/browse/ISPN-8942
> Project: Infinispan
> Issue Type: Bug
> Components: Listeners
> Reporter: Pedro Ruivo
> Assignee: Pedro Ruivo
>
> Since the change where the cluster listener registration is send to the cache-members, the following scenario can happen:
> {noformat}
> [NODE_C] 2018-03-14 12:19:23,823 -> received topology with {A,B}. requests listeners from A
> [NODE_D] 2018-03-14 12:19:23,824 -> received topology with {A,B}. requests listeners from A
> [NODE_B] 2018-03-14 12:19:23,926 -> register cluster listener A, B
> [NODE_A] 2018-03-14 12:19:23,931 -> register cluster listener from B
> {noformat}
> Possible fix is to fetch the cluster listener when it is member of the topology.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (ISPN-8941) RemoteCacheAdmin configuration name should use cache name
by Tristan Tarrant (JIRA)
Tristan Tarrant created ISPN-8941:
-------------------------------------
Summary: RemoteCacheAdmin configuration name should use cache name
Key: ISPN-8941
URL: https://issues.jboss.org/browse/ISPN-8941
Project: Infinispan
Issue Type: Enhancement
Components: Configuration, Hot Rod, Server
Affects Versions: 9.2.0.Final
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 9.2.1.Final
The current implementation of the server-side for remote cache admin expects the name of the configuration in the supplied XML to be "configuration" . This would be more intuitive if it used the actual name.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years