[JBoss JIRA] (ISPN-11493) Display if rebalancing is not activated for a cache in the cache list
by Katia Aresti (Jira)
Katia Aresti created ISPN-11493:
-----------------------------------
Summary: 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
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
(v7.13.8#713008)
6 years
[JBoss JIRA] (ISPN-11489) TransactionCoordinator updated for non blocking
by Will Burns (Jira)
Will Burns created ISPN-11489:
---------------------------------
Summary: TransactionCoordinator updated for non blocking
Key: ISPN-11489
URL: https://issues.redhat.com/browse/ISPN-11489
Project: Infinispan
Issue Type: Sub-task
Reporter: Will Burns
Assignee: Will Burns
TransactionCoordinator is utilized when working with transactions. Unfortunately due to transaction API being inherently blocking, we need to make some exceptions to how this is handled.
# TransactionCoordinator should only be invokable by a blocking method, the inverse of the PersistenceManagerImpl
# We should invoke all the non blocking code of TransactionCoordinator in a non blocking thread and then block on its completion in the blocking thread.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years