[JBoss JIRA] (ISPN-9086) Improve logging of topology updates
by Dan Berindei (JIRA)
Dan Berindei created ISPN-9086:
----------------------------------
Summary: Improve logging of topology updates
Key: ISPN-9086
URL: https://issues.jboss.org/browse/ISPN-9086
Project: Infinispan
Issue Type: Task
Components: Core
Affects Versions: 9.2.1.Final
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 9.3.0.Alpha1
Rebalance confirmations are logged with the event logger, but topology updates aren't. It should be the other way around, because the number of confirmations grows with the cluster size, and the number of topology updates only depends on the number of caches and joiners/leavers.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (ISPN-9086) Improve logging of topology updates
by Dan Berindei (JIRA)
[ https://issues.jboss.org/browse/ISPN-9086?page=com.atlassian.jira.plugin.... ]
Dan Berindei updated ISPN-9086:
-------------------------------
Status: Open (was: New)
> Improve logging of topology updates
> -----------------------------------
>
> Key: ISPN-9086
> URL: https://issues.jboss.org/browse/ISPN-9086
> Project: Infinispan
> Issue Type: Task
> Components: Core
> Affects Versions: 9.2.1.Final
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Fix For: 9.3.0.Alpha1
>
>
> Rebalance confirmations are logged with the event logger, but topology updates aren't. It should be the other way around, because the number of confirmations grows with the cluster size, and the number of topology updates only depends on the number of caches and joiners/leavers.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (ISPN-9085) Add forEach taking IntConsumer to IntSet
by William Burns (JIRA)
William Burns created ISPN-9085:
-----------------------------------
Summary: Add forEach taking IntConsumer to IntSet
Key: ISPN-9085
URL: https://issues.jboss.org/browse/ISPN-9085
Project: Infinispan
Issue Type: Task
Components: Core
Reporter: William Burns
Assignee: William Burns
The IntSet class is still missing some methods that have primitive int variants, such as intSpliterator, forEach(IntConsumer), removeIf(IntPredicate). These should be simple to add and actually forEach can be used in a few places.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (ISPN-9084) Conflict resolution should be distributed amongst primary replicas
by Ryan Emerson (JIRA)
Ryan Emerson created ISPN-9084:
----------------------------------
Summary: Conflict resolution should be distributed amongst primary replicas
Key: ISPN-9084
URL: https://issues.jboss.org/browse/ISPN-9084
Project: Infinispan
Issue Type: Enhancement
Components: Core
Affects Versions: 9.2.1.Final
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Currently conflict resolution is executed entirely on the cluster coordinator on a per segment basis. However, as conflict resolution requires the retrieval of all copies of a given segment to be returned, it's only possible to process entries one segment at a time in an attempt to avoid the coordinator running out of memory. Distributing CR to each segment's primary owner will allow for greater parallelism and scalability as the size of the cluster increases.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months