[JBoss JIRA] (ISPN-12345) Dump effective JGroups Stack on startup
by Tristan Tarrant (Jira)
[ https://issues.redhat.com/browse/ISPN-12345?page=com.atlassian.jira.plugi... ]
Tristan Tarrant updated ISPN-12345:
-----------------------------------
Status: Open (was: New)
> Dump effective JGroups Stack on startup
> ---------------------------------------
>
> Key: ISPN-12345
> URL: https://issues.redhat.com/browse/ISPN-12345
> Project: Infinispan
> Issue Type: Enhancement
> Components: Configuration
> Affects Versions: 12.0.0.Dev03
> Reporter: Ryan Emerson
> Assignee: Tristan Tarrant
> Priority: Major
>
> It's possible to configure JGroups stacks via inheritance, however there is no mechanism to allow users to see what the resulting stack contains, making it very difficult to verify that any attribute/protocol modifications have worked as expected. Therefore we should add trace logging that outputs the effective stack on node startup.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years
[JBoss JIRA] (ISPN-12345) Dump effective JGroups Stack on startup
by Ryan Emerson (Jira)
Ryan Emerson created ISPN-12345:
-----------------------------------
Summary: Dump effective JGroups Stack on startup
Key: ISPN-12345
URL: https://issues.redhat.com/browse/ISPN-12345
Project: Infinispan
Issue Type: Enhancement
Components: Configuration
Affects Versions: 12.0.0.Dev03
Reporter: Ryan Emerson
Assignee: Tristan Tarrant
It's possible to configure JGroups stacks via inheritance, however there is no mechanism to allow users to see what the resulting stack contains, making it very difficult to verify that any attribute/protocol modifications have worked as expected. Therefore we should add trace logging that outputs the effective stack on node startup.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years
[JBoss JIRA] (ISPN-12344) Docs: Do not preload shared remote stores
by Donald Naro (Jira)
Donald Naro created ISPN-12344:
----------------------------------
Summary: Docs: Do not preload shared remote stores
Key: ISPN-12344
URL: https://issues.redhat.com/browse/ISPN-12344
Project: Infinispan
Issue Type: Enhancement
Components: Documentation
Affects Versions: 11.0.3.Final, 12.0.0.Dev03
Reporter: Donald Naro
Assignee: Donald Naro
Fix For: 11.0.4.Final, 12.0.0.Dev04
When configuring shared remote stores, you should not preload data.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years
[JBoss JIRA] (ISPN-12343) Transport stack default valyue always set to `tcp`
by Ryan Emerson (Jira)
Ryan Emerson created ISPN-12343:
-----------------------------------
Summary: Transport stack default valyue always set to `tcp`
Key: ISPN-12343
URL: https://issues.redhat.com/browse/ISPN-12343
Project: Infinispan
Issue Type: Bug
Components: Configuration
Affects Versions: 11.0.3.Final, 12.0.0.Dev03
Reporter: Ryan Emerson
Assignee: Tristan Tarrant
The default transport configuration in the server is the following:
{code:java}
<cache-container name="default" statistics="true">
<transport cluster="${infinispan.cluster.name}" stack="${infinispan.cluster.stack:tcp}" node-name="${infinispan.node.name:}"/>
</cache-container>
{code}
If the xml is updated so that {{ stack="${infinispan.cluster.stack:udp}" }} and the property is not set on launch, the "tcp" stack is still loaded instead of "udp".
Conversely, simply specifying {{stack="udp"}} works as expected, with the "udp" stack loaded.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years
[JBoss JIRA] (ISPN-12343) Transport stack default value always set to `tcp`
by Ryan Emerson (Jira)
[ https://issues.redhat.com/browse/ISPN-12343?page=com.atlassian.jira.plugi... ]
Ryan Emerson updated ISPN-12343:
--------------------------------
Summary: Transport stack default value always set to `tcp` (was: Transport stack default valyue always set to `tcp`)
> Transport stack default value always set to `tcp`
> -------------------------------------------------
>
> Key: ISPN-12343
> URL: https://issues.redhat.com/browse/ISPN-12343
> Project: Infinispan
> Issue Type: Bug
> Components: Configuration
> Affects Versions: 12.0.0.Dev03, 11.0.3.Final
> Reporter: Ryan Emerson
> Assignee: Tristan Tarrant
> Priority: Major
>
> The default transport configuration in the server is the following:
> {code:java}
> <cache-container name="default" statistics="true">
> <transport cluster="${infinispan.cluster.name}" stack="${infinispan.cluster.stack:tcp}" node-name="${infinispan.node.name:}"/>
> </cache-container>
> {code}
> If the xml is updated so that {{ stack="${infinispan.cluster.stack:udp}" }} and the property is not set on launch, the "tcp" stack is still loaded instead of "udp".
> Conversely, simply specifying {{stack="udp"}} works as expected, with the "udp" stack loaded.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years