[JBoss JIRA] (ISPN-10657) Handle async-xsite in parallel
by Pedro Ruivo (Jira)
[ https://issues.redhat.com/browse/ISPN-10657?page=com.atlassian.jira.plugi... ]
Pedro Ruivo updated ISPN-10657:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Handle async-xsite in parallel
> ------------------------------
>
> Key: ISPN-10657
> URL: https://issues.redhat.com/browse/ISPN-10657
> Project: Infinispan
> Issue Type: Enhancement
> Components: Cross-Site Replication
> Affects Versions: 10.0.0.CR2
> Reporter: Pedro Ruivo
> Assignee: Pedro Ruivo
> Priority: Major
> Fix For: 9.1.8.Final, 10.0.0.Final
>
>
> Asynchronous cross-site replication relies on the ordering of the write operation to ensure data consistency. This ordering is provided by JGroups; it only delivers the next request after the first one is completed.
> This order contains updates for multiple caches and keys. What is proposed here is to handle different keys/cache updates in parallel.
> It should improve the response time, however, there is no free lunch. The following is expected:
> * An increase of CPU utilization: it may spawn new threads to handle different keys update in parallel
> * An increase in memory: it chains the updates (queue)
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 10 months
[JBoss JIRA] (ISPN-11252) Add transport stop/start to endpoint subsystem
by Tristan Tarrant (Jira)
Tristan Tarrant created ISPN-11252:
--------------------------------------
Summary: Add transport stop/start to endpoint subsystem
Key: ISPN-11252
URL: https://issues.redhat.com/browse/ISPN-11252
Project: Infinispan
Issue Type: Enhancement
Components: WildFly Server
Affects Versions: 9.4.17.Final
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 9.4.18.Final
It is desirable to allow enabling/disabling the protocol server transport to prevent access while still keeping the node up
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 10 months
[JBoss JIRA] (ISPN-11251) Be able to remove caches in the console
by Katia Aresti (Jira)
Katia Aresti created ISPN-11251:
-----------------------------------
Summary: Be able to remove caches in the console
Key: ISPN-11251
URL: https://issues.redhat.com/browse/ISPN-11251
Project: Infinispan
Issue Type: Feature Request
Components: Console
Affects Versions: 10.1.1.Final
Reporter: Katia Aresti
Today we can create caches but we can't remove them.
Add a button on the list to remove a cache
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 10 months