[Red Hat JIRA] (ISPN-11519) Cache should not start if it cluster listener replication fails
by Tristan Tarrant (Jira)
[ https://issues.redhat.com/browse/ISPN-11519?page=com.atlassian.jira.plugi... ]
Tristan Tarrant updated ISPN-11519:
-----------------------------------
Fix Version/s: 12.1.0.Final
(was: 12.0.0.Final)
> Cache should not start if it cluster listener replication fails
> ---------------------------------------------------------------
>
> Key: ISPN-11519
> URL: https://issues.redhat.com/browse/ISPN-11519
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 10.1.5.Final, 11.0.0.Dev03
> Reporter: Dan Berindei
> Assignee: Will Burns
> Priority: Major
> Fix For: 12.1.0.Final
>
>
> {{StateConsumerImpl.fetchClusterListeners}} catches any exceptions during the fetch and local installation of cluster listeners from other nodes, and only logs a warning message:
> {noformat}
> 18:04:14,069 WARN (jgroups-5,Test-NodeD:[]) [StateConsumerImpl] ISPN000284: Problem encountered while installing cluster listener
> {noformat}
> If a cache starts without installing all the cluster listeners locally, the listeners will miss events for keys that end up with the joiner as the primary owner, which would be pretty hard to debug. We should instea fail fast, and prevent the cache from starting if the cluster listeners cannot be fetched and installed locally.
--
This message was sent by Atlassian Jira
(v8.13.1#813001)
5 years, 3 months
[Red Hat JIRA] (ISPN-11493) Display if rebalancing is not activated for a cache in the cache list
by Tristan Tarrant (Jira)
[ https://issues.redhat.com/browse/ISPN-11493?page=com.atlassian.jira.plugi... ]
Tristan Tarrant updated ISPN-11493:
-----------------------------------
Fix Version/s: 12.1.0.Final
(was: 12.0.0.Final)
> Display if rebalancing is not activated for a cache in the cache list
> ---------------------------------------------------------------------
>
> Key: ISPN-11493
> URL: https://issues.redhat.com/browse/ISPN-11493
> Project: Infinispan
> Issue Type: Feature Request
> Components: Console
> Affects Versions: 10.1.5.Final
> Reporter: Katia Aresti
> Assignee: Katia Aresti
> Priority: Major
> Labels: console-ng
> Fix For: 12.1.0.Final
>
>
> If the cache has rebalancing disabled, display in the cache features that rebalancing IS Disabled.
> This is valid only when rebalancing is ON for the cluster. Every cache will have rebalancing disabled if the cluster has rebalancing disabled, so there is no point on displaying it in that case
--
This message was sent by Atlassian Jira
(v8.13.1#813001)
5 years, 3 months
[Red Hat JIRA] (ISPN-11596) Role based access in the Infinispan Console
by Tristan Tarrant (Jira)
[ https://issues.redhat.com/browse/ISPN-11596?page=com.atlassian.jira.plugi... ]
Tristan Tarrant updated ISPN-11596:
-----------------------------------
Fix Version/s: 12.1.0.Final
(was: 12.0.0.Final)
> Role based access in the Infinispan Console
> -------------------------------------------
>
> Key: ISPN-11596
> URL: https://issues.redhat.com/browse/ISPN-11596
> Project: Infinispan
> Issue Type: Feature Request
> Components: Console
> Affects Versions: 10.1.5.Final
> Reporter: Katia Aresti
> Assignee: Katia Aresti
> Priority: Major
> Labels: console-ng
> Fix For: 12.1.0.Final
>
>
> Infinispan console should handle READ / WRITE and ADMIN roles.
> Un authz endpoint should bring the role that a user can perform and the console should handle READ, WRITE and ADMIN (all access) operations.
--
This message was sent by Atlassian Jira
(v8.13.1#813001)
5 years, 3 months
[Red Hat JIRA] (ISPN-11567) Scattered caches with a single node expire entries immediately
by Tristan Tarrant (Jira)
[ https://issues.redhat.com/browse/ISPN-11567?page=com.atlassian.jira.plugi... ]
Tristan Tarrant updated ISPN-11567:
-----------------------------------
Fix Version/s: 12.1.0.Final
(was: 12.0.0.Final)
> 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: 12.1.0.Final
>
>
> {{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
(v8.13.1#813001)
5 years, 3 months
[Red Hat JIRA] (ISPN-11608) SoftIndexFileStoreTest.testOverrideWithExpirableAndCompaction random failures
by Tristan Tarrant (Jira)
[ https://issues.redhat.com/browse/ISPN-11608?page=com.atlassian.jira.plugi... ]
Tristan Tarrant updated ISPN-11608:
-----------------------------------
Fix Version/s: 12.1.0.Final
(was: 12.0.0.Final)
> SoftIndexFileStoreTest.testOverrideWithExpirableAndCompaction random failures
> -----------------------------------------------------------------------------
>
> Key: ISPN-11608
> URL: https://issues.redhat.com/browse/ISPN-11608
> Project: Infinispan
> Issue Type: Bug
> Components: Loaders and Stores, Test Suite
> Affects Versions: 10.1.5.Final, 11.0.0.Dev03
> Reporter: Dan Berindei
> Priority: Major
> Labels: testsuite_stability
> Fix For: 12.1.0.Final
>
>
> SIFS is not restarting properly, maybe because it the expiration worker thread was writing to the store while it was stopping?
> {noformat}
> org.infinispan.persistence.spi.PersistenceException: ISPN029019: Cannot load key key from index.
> at org.infinispan.persistence.sifs.SoftIndexFileStore.loadEntry(SoftIndexFileStore.java:474)
> at org.infinispan.persistence.sifs.SoftIndexFileStoreTest.testOverrideWithExpirableAndCompaction(SoftIndexFileStoreTest.java:177)
> Caused by: org.infinispan.persistence.spi.PersistenceException: ISPN029020: Index looks corrupt.
> at org.infinispan.persistence.sifs.IndexNode.applyOnLeaf(IndexNode.java:288)
> at org.infinispan.persistence.sifs.Index.getRecord(Index.java:86)
> at org.infinispan.persistence.sifs.SoftIndexFileStore.loadEntry(SoftIndexFileStore.java:467)
> ... 24 more
> Caused by: org.infinispan.persistence.sifs.IndexNode$IndexNodeOutdatedException: 8:709
> at org.infinispan.persistence.sifs.IndexNode$LeafNode.loadRecord(IndexNode.java:978)
> at org.infinispan.persistence.sifs.IndexNode$ReadOperation$1.apply(IndexNode.java:219)
> at org.infinispan.persistence.sifs.IndexNode$ReadOperation$1.apply(IndexNode.java:216)
> at org.infinispan.persistence.sifs.IndexNode.applyOnLeaf(IndexNode.java:284)
> ... 26 more
> {noformat}
--
This message was sent by Atlassian Jira
(v8.13.1#813001)
5 years, 3 months