[JBoss JIRA] (ISPN-11582) Server test driver should use pgrep instead of jps
by Tristan Tarrant (Jira)
[ https://issues.redhat.com/browse/ISPN-11582?page=com.atlassian.jira.plugi... ]
Tristan Tarrant updated ISPN-11582:
-----------------------------------
Fix Version/s: 11.0.0.Dev04
10.1.6.Final
> Server test driver should use pgrep instead of jps
> --------------------------------------------------
>
> Key: ISPN-11582
> URL: https://issues.redhat.com/browse/ISPN-11582
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 10.1.5.Final, 11.0.0.Dev03
> Reporter: Diego Lovison
> Assignee: Tristan Tarrant
> Priority: Major
> Fix For: 11.0.0.Dev04, 10.1.6.Final
>
>
> {noformat}
> [OK: 0, KO: 0, SKIP: 0] Test starting: ResilienceIT.testUnresponsiveNode
> [0] PAUSE Container.ExecResult(exitCode=0, stdout=Paused server with PID=
> , stderr=/opt/infinispan/bin/pause.sh: line 2: jps: command not found
> kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]
> )
> ]]></system-out>
> {noformat}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 9 months
[JBoss JIRA] (ISPN-11582) Server test driver should use pgrep instead of jps
by Tristan Tarrant (Jira)
[ https://issues.redhat.com/browse/ISPN-11582?page=com.atlassian.jira.plugi... ]
Tristan Tarrant updated ISPN-11582:
-----------------------------------
Security: (was: Red Hat Internal)
> Server test driver should use pgrep instead of jps
> --------------------------------------------------
>
> Key: ISPN-11582
> URL: https://issues.redhat.com/browse/ISPN-11582
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 10.1.5.Final, 11.0.0.Dev03
> Reporter: Diego Lovison
> Assignee: Tristan Tarrant
> Priority: Major
> Fix For: 11.0.0.Dev04, 10.1.6.Final
>
>
> {noformat}
> [OK: 0, KO: 0, SKIP: 0] Test starting: ResilienceIT.testUnresponsiveNode
> [0] PAUSE Container.ExecResult(exitCode=0, stdout=Paused server with PID=
> , stderr=/opt/infinispan/bin/pause.sh: line 2: jps: command not found
> kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]
> )
> ]]></system-out>
> {noformat}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 9 months
[JBoss JIRA] (ISPN-11567) Scattered caches with a single node expire entries immediately
by Dan Berindei (Jira)
[ https://issues.redhat.com/browse/ISPN-11567?page=com.atlassian.jira.plugi... ]
Dan Berindei updated ISPN-11567:
--------------------------------
Status: Open (was: Pull Request Sent)
Git Pull Request: (was: https://github.com/infinispan/infinispan/pull/8136)
> Scattered caches with a single node expire entries immediately
> --------------------------------------------------------------
>
> Key: ISPN-11567
> URL: https://issues.redhat.com/browse/ISPN-11567
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 10.1.5.Final, 11.0.0.Dev03
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Major
> Fix For: 11.0.0.Dev04
>
>
> {{ClusterExpirationManager.checkExpiredMaxIdle()}} sends a {{TouchCommand}} to the other owners and expires the entry locally if the touch was unsuccessful.
> {{ScatteredTouchResponseCollector}} is stateless, and reports that the entry has not been touched if it doesn't receive any {{true}} response. However, this is only correct if at least one backup entry existing on another node, and that is not the always the case: e.g. between the backup node leaving the cluster and another node becoming a backup, or when the cluster has a single node.
> Since {{ClusterExpirationManager.checkExpiredMaxIdle()}} is called on every read, before the entry being expired on the local node, it means a transient entry in a scattered cache with a single node will expire on the first read, immediately after being inserted.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 9 months