You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/08/08 18:04:00 UTC

[jira] [Commented] (GEODE-6748) Client invalidate operations never use single hop

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

ASF subversion and git services commented on GEODE-6748:
--------------------------------------------------------

Commit b9dbd9e2d0b8735cebf3bf07a912ca11b6e33ec7 in geode's branch refs/heads/develop from mivanac
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=b9dbd9e ]

GEODE-6748: First part of solution (#3854)




> 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
>            Assignee: Mario Ivanac
>            Priority: Major
>              Labels: needs-review, pull-request-available
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> 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.14#76016)