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-8357 Remove support for the deprecated Index.LOCAL #7587

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -49,19 +49,6 @@ public boolean shouldModifyIndexes(FlagAffectedCommand command, InvocationContex
}
},

/**
* Only events generated by the current node will trigger indexing events (excepting those flagged with {@code
* Flag.SKIP_INDEXING}.
*/
@Deprecated
anistor marked this conversation as resolved.
Show resolved Hide resolved
LOCAL_ONLY {
@Override
public boolean shouldModifyIndexes(FlagAffectedCommand command, InvocationContext ctx,
DistributionManager distributionManager, RpcManager rpcManager, Object key) {
return PRIMARY_OWNER.shouldModifyIndexes(command, ctx, distributionManager, rpcManager, key);
}
},

/**
* Only events target to the primary owner will trigger indexing of the data
*/
Expand Down