Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISPN-12476 Enable conflict resolution for IRAC state transfer #8985

Merged
merged 1 commit into from Jan 22, 2021

Conversation

pruivo
Copy link
Member

@pruivo pruivo commented Jan 18, 2021

Copy link
Contributor

@karesti karesti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM but maybe someone else should review as well ?

Copy link
Member

@wburns wburns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As far as I can tell it seems okay.

AggregateCompletionStage<Void> cf = CompletionStages.aggregateCompletionStage();
LocalizedCacheTopology topology = clusteringDependentLogic.getCacheTopology();
for (XSiteState state : stateList) {
int segment = topology.getSegment(state.key());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick: would be nice to store state.getKey() in a variable since it is used in so many places.

@wburns wburns merged commit b57aec3 into infinispan:master Jan 22, 2021
@wburns
Copy link
Member

wburns commented Jan 22, 2021

Integrated into master, thanks @pruivo !

@pruivo pruivo deleted the t_12476 branch January 22, 2021 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants