[JBoss JIRA] (ISPN-12232) CLI persistent configuration
by Ryan Emerson (Jira)
[ https://issues.redhat.com/browse/ISPN-12232?page=com.atlassian.jira.plugi... ]
Ryan Emerson updated ISPN-12232:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/8630
> CLI persistent configuration
> ----------------------------
>
> Key: ISPN-12232
> URL: https://issues.redhat.com/browse/ISPN-12232
> Project: Infinispan
> Issue Type: Enhancement
> Components: CLI
> Affects Versions: 12.0.0.Dev02
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Priority: Major
> Fix For: 12.0.0.Dev03
>
>
> The CLI should store persistent configuration in an OS-specific location:
> Linux/Unix:
> {noformat}
> ~/.config/infinispan
> {noformat}
> OS X:
> {noformat}
> ~/Library/Java/infinispan
> {noformat}
> Windows:
> {noformat}
> $APPDATA/Sun/Java/infinispan
> {noformat}
> This location should contain:
> {noformat}
> cli.properties
> aliases
> history
> {noformat}
> The configuration properties should be exposed through a {{config}} command.
> Supported properties:
> *autoconnect-url*::
> Specifies the URL to which the CLI will automatically connect to on startup. Example:
> *config set autoconnect-url http://user:password:11222*
> *autoexec*::
> Specifies the path of a CLI batch file to execute on startup. Example:
> *config set autoexec /home/user/my-cli-batch-file*
> *trustall*::
> Specifies whether to trust all server certificates without supplying a trust store. Example:
> *config set trustall true*
> *truststore*::
> Specifies the path of a truststore to use to validate server certificates. Example:
> *config set truststore /home/user/my-trust-store.jks*
> *truststore-password*::
> Specifies the password of the truststore to use to validate server certificates. Example:
> *config set truststore secret*
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 7 months
[JBoss JIRA] (ISPN-12232) CLI persistent configuration
by Ryan Emerson (Jira)
[ https://issues.redhat.com/browse/ISPN-12232?page=com.atlassian.jira.plugi... ]
Ryan Emerson resolved ISPN-12232.
---------------------------------
Resolution: Done
> CLI persistent configuration
> ----------------------------
>
> Key: ISPN-12232
> URL: https://issues.redhat.com/browse/ISPN-12232
> Project: Infinispan
> Issue Type: Enhancement
> Components: CLI
> Affects Versions: 12.0.0.Dev02
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Priority: Major
> Fix For: 12.0.0.Dev03
>
>
> The CLI should store persistent configuration in an OS-specific location:
> Linux/Unix:
> {noformat}
> ~/.config/infinispan
> {noformat}
> OS X:
> {noformat}
> ~/Library/Java/infinispan
> {noformat}
> Windows:
> {noformat}
> $APPDATA/Sun/Java/infinispan
> {noformat}
> This location should contain:
> {noformat}
> cli.properties
> aliases
> history
> {noformat}
> The configuration properties should be exposed through a {{config}} command.
> Supported properties:
> *autoconnect-url*::
> Specifies the URL to which the CLI will automatically connect to on startup. Example:
> *config set autoconnect-url http://user:password:11222*
> *autoexec*::
> Specifies the path of a CLI batch file to execute on startup. Example:
> *config set autoexec /home/user/my-cli-batch-file*
> *trustall*::
> Specifies whether to trust all server certificates without supplying a trust store. Example:
> *config set trustall true*
> *truststore*::
> Specifies the path of a truststore to use to validate server certificates. Example:
> *config set truststore /home/user/my-trust-store.jks*
> *truststore-password*::
> Specifies the password of the truststore to use to validate server certificates. Example:
> *config set truststore secret*
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 7 months
[JBoss JIRA] (ISPN-12232) CLI persistent configuration
by Ryan Emerson (Jira)
[ https://issues.redhat.com/browse/ISPN-12232?page=com.atlassian.jira.plugi... ]
Ryan Emerson updated ISPN-12232:
--------------------------------
Status: Open (was: New)
> CLI persistent configuration
> ----------------------------
>
> Key: ISPN-12232
> URL: https://issues.redhat.com/browse/ISPN-12232
> Project: Infinispan
> Issue Type: Enhancement
> Components: CLI
> Affects Versions: 12.0.0.Dev02
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Priority: Major
> Fix For: 12.0.0.Dev03
>
>
> The CLI should store persistent configuration in an OS-specific location:
> Linux/Unix:
> {noformat}
> ~/.config/infinispan
> {noformat}
> OS X:
> {noformat}
> ~/Library/Java/infinispan
> {noformat}
> Windows:
> {noformat}
> $APPDATA/Sun/Java/infinispan
> {noformat}
> This location should contain:
> {noformat}
> cli.properties
> aliases
> history
> {noformat}
> The configuration properties should be exposed through a {{config}} command.
> Supported properties:
> *autoconnect-url*::
> Specifies the URL to which the CLI will automatically connect to on startup. Example:
> *config set autoconnect-url http://user:password:11222*
> *autoexec*::
> Specifies the path of a CLI batch file to execute on startup. Example:
> *config set autoexec /home/user/my-cli-batch-file*
> *trustall*::
> Specifies whether to trust all server certificates without supplying a trust store. Example:
> *config set trustall true*
> *truststore*::
> Specifies the path of a truststore to use to validate server certificates. Example:
> *config set truststore /home/user/my-trust-store.jks*
> *truststore-password*::
> Specifies the password of the truststore to use to validate server certificates. Example:
> *config set truststore secret*
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 7 months
[JBoss JIRA] (ISPN-12221) Add zero-capacity-node support for Replicated caches
by Ryan Emerson (Jira)
[ https://issues.redhat.com/browse/ISPN-12221?page=com.atlassian.jira.plugi... ]
Ryan Emerson reassigned ISPN-12221:
-----------------------------------
Assignee: Ryan Emerson
> Add zero-capacity-node support for Replicated caches
> ----------------------------------------------------
>
> Key: ISPN-12221
> URL: https://issues.redhat.com/browse/ISPN-12221
> Project: Infinispan
> Issue Type: Enhancement
> Components: Core
> Affects Versions: 12.0.0.Dev01
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Priority: Major
> Fix For: 12.0.0.Dev03
>
>
> Currently if a container is configured to have {{zero-capacity-node=true}} this only applies to distributed caches. To prevent state-transfer for replicated caches, we should modify {{ReplicatedConsistentHashFactory}} and {{ReplicatedConsistentHash}} to allow a node to be a member without also being an owner.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 7 months
[JBoss JIRA] (ISPN-12241) Client listener can miss events during failover
by Dan Berindei (Jira)
Dan Berindei created ISPN-12241:
-----------------------------------
Summary: Client listener can miss events during failover
Key: ISPN-12241
URL: https://issues.redhat.com/browse/ISPN-12241
Project: Infinispan
Issue Type: Bug
Components: Hot Rod, Listeners
Affects Versions: 11.0.3.Final
Reporter: Dan Berindei
{{EventSocketTimeoutTest.testSocketTimeoutWithEvent}} is failing randomly in my environment, and sometimes in CI as well:
https://ci.infinispan.org/job/Infinispan/job/master/2242/testReport/junit...
The reason for the failure is that when the client closes a listener's channel (in this case after a socket read timeout), the listener is automatically re-added, but the client can still perform new writes while the listener is being added.
Of course, other listeners can also perform new writes during the same time, and the listener will also miss the events for those writes.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 7 months