[JBoss JIRA] (ISPN-5785) Make the GMS join timeout overridable in the server
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-5785?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes reassigned ISPN-5785:
---------------------------------------
Assignee: Gustavo Fernandes
> Make the GMS join timeout overridable in the server
> ---------------------------------------------------
>
> Key: ISPN-5785
> URL: https://issues.jboss.org/browse/ISPN-5785
> Project: Infinispan
> Issue Type: Enhancement
> Components: Server
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Fix For: 8.1.0.Alpha1
>
>
> The default JGroups configuration in the server has a join timeout of 15s, causing the server in clustered or domain mode to take >20s to start (in non clustered it takes < 5s). Ideally this timeout should be easily configured via command line so that integration tests and docker images can benefit from it.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (ISPN-5785) Make the GMS join timeout overridable in the server
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-5785?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes updated ISPN-5785:
------------------------------------
Fix Version/s: 8.1.0.Alpha1
> Make the GMS join timeout overridable in the server
> ---------------------------------------------------
>
> Key: ISPN-5785
> URL: https://issues.jboss.org/browse/ISPN-5785
> Project: Infinispan
> Issue Type: Enhancement
> Components: Server
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Fix For: 8.1.0.Alpha1
>
>
> The default JGroups configuration in the server has a join timeout of 15s, causing the server in clustered or domain mode to take >20s to start (in non clustered it takes < 5s). Ideally this timeout should be easily configured via command line so that integration tests and docker images can benefit from it.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (ISPN-5785) Make the GMS join timeout overridable in the server
by Gustavo Fernandes (JIRA)
Gustavo Fernandes created ISPN-5785:
---------------------------------------
Summary: Make the GMS join timeout overridable in the server
Key: ISPN-5785
URL: https://issues.jboss.org/browse/ISPN-5785
Project: Infinispan
Issue Type: Enhancement
Components: Server
Reporter: Gustavo Fernandes
The default JGroups configuration in the server has a join timeout of 15s, causing the server in clustered or domain mode to take >20s to start (in non clustered it takes < 5s). Ideally this timeout should be easily configured via command line so that integration tests and docker images can benefit from it.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (ISPN-2201) Make a distinction between user-level and internal flags
by Galder Zamarreño (JIRA)
[ https://issues.jboss.org/browse/ISPN-2201?page=com.atlassian.jira.plugin.... ]
Galder Zamarreño resolved ISPN-2201.
------------------------------------
Fix Version/s: 8.0.0.Final
Resolution: Done
This functionality to separate between user-level and internal flags is possible with the new functional map API
> Make a distinction between user-level and internal flags
> --------------------------------------------------------
>
> Key: ISPN-2201
> URL: https://issues.jboss.org/browse/ISPN-2201
> Project: Infinispan
> Issue Type: Enhancement
> Components: Core
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
> Fix For: 8.0.0.Final
>
>
> This confusion is highlighted by ISPN-2187.
> User-level flags, i.e. FORCE_WRITE_LOCK, should be separated from those that are purely internal, i.e. PUT_FOR_EXTERNAL_READ.
> Obviously, user-level flags might be used for internal purpouses, but by making the separation and putting the internal-only flags separately, we should avoid misuse.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (ISPN-5784) [CLI] Cant connect to infinispan server via CLI
by Andrea Cosentino (JIRA)
[ https://issues.jboss.org/browse/ISPN-5784?page=com.atlassian.jira.plugin.... ]
Andrea Cosentino commented on ISPN-5784:
----------------------------------------
Same problem here.
> [CLI] Cant connect to infinispan server via CLI
> -----------------------------------------------
>
> Key: ISPN-5784
> URL: https://issues.jboss.org/browse/ISPN-5784
> Project: Infinispan
> Issue Type: Bug
> Components: CLI
> Affects Versions: 8.0.0.Final, 8.0.1.Final
> Reporter: Vitalii Chepeliuk
> Priority: Blocker
>
> *container* command does not show all available containers
> [disconnected /] connect
> [standalone@localhost:9990 /] container
> [standalone@localhost:9990 /]
> [standalone@localhost:9990 /] cd subsystem=datagrid-infinispan/cache-container=local
> [standalone@localhost:9990 cache-container=local]
> alias connection-info encoding ls roles unset
> abort container end module rollback upgrade
> batch create evict patch run-batch version
> begin data-source get put set xa-data-source
> cache deny grant pwd shutdown :
> cd deploy help quit site
> clear deployment-info history read-attribute start
> clearcache deployment-overlay if read-operation stats
> command echo info reload try
> connect echo-dmr jdbc-driver-info replace undeploy
> *cache* command shows no resources registered
> [standalone@localhost:9990 cache-container=local] cache default
> WFLYCTL0030: No resource definition is registered for address [
> ("subsystem" => "infinispan"),
> ("cache-container" => "local")
> ]
> [standalone@localhost:9990 cache-container=local]
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (ISPN-5784) [CLI] Cant connect to infinispan server via CLI
by Vitalii Chepeliuk (JIRA)
[ https://issues.jboss.org/browse/ISPN-5784?page=com.atlassian.jira.plugin.... ]
Vitalii Chepeliuk updated ISPN-5784:
------------------------------------
Priority: Blocker (was: Critical)
> [CLI] Cant connect to infinispan server via CLI
> -----------------------------------------------
>
> Key: ISPN-5784
> URL: https://issues.jboss.org/browse/ISPN-5784
> Project: Infinispan
> Issue Type: Bug
> Components: CLI
> Affects Versions: 8.0.0.Final, 8.0.1.Final
> Reporter: Vitalii Chepeliuk
> Priority: Blocker
>
> *container* command does not show all available containers
> [disconnected /] connect
> [standalone@localhost:9990 /] container
> [standalone@localhost:9990 /]
> [standalone@localhost:9990 /] cd subsystem=datagrid-infinispan/cache-container=local
> [standalone@localhost:9990 cache-container=local]
> alias connection-info encoding ls roles unset
> abort container end module rollback upgrade
> batch create evict patch run-batch version
> begin data-source get put set xa-data-source
> cache deny grant pwd shutdown :
> cd deploy help quit site
> clear deployment-info history read-attribute start
> clearcache deployment-overlay if read-operation stats
> command echo info reload try
> connect echo-dmr jdbc-driver-info replace undeploy
> *cache* command shows no resources registered
> [standalone@localhost:9990 cache-container=local] cache default
> WFLYCTL0030: No resource definition is registered for address [
> ("subsystem" => "infinispan"),
> ("cache-container" => "local")
> ]
> [standalone@localhost:9990 cache-container=local]
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months