[ 
https://issues.apache.org/jira/browse/GEODE-6748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16843337#comment-16843337
 ] 

Mario Ivanac commented on GEODE-6748:
-------------------------------------

According to documentation:

Single hop is used for the following operations: {{put}}, {{get}}, {{destroy}}, 
{{putAll}}, {{getAll}}, {{removeAll}} and {{onRegion}} function execution.

My question:

Is single hop supported for invalidate operation, and if it is, then we should 
also update and documentation.
h1.  

> Client invalidate operations never use single hop
> -------------------------------------------------
>
>                 Key: GEODE-6748
>                 URL: https://issues.apache.org/jira/browse/GEODE-6748
>             Project: Geode
>          Issue Type: Bug
>          Components: client/server
>    Affects Versions: 1.9.0
>            Reporter: Barry Oglesby
>            Priority: Major
>
> InvalidateOp.execute does:
> {noformat}
> public static void execute(ExecutablePool pool, String region, EntryEventImpl 
> event) {
>   AbstractOp op = new InvalidateOpImpl(region, event);
>   pool.execute(op);
> }{noformat}
> That is the non-single-hop way of executing an operation.
> It should use the single-hop way of executing an operation if 
> pr-single-hop-enabled=true.
> The execute methods in PutOp and GetOp show examples of that.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to