Uploaded image for project: 'Geode'
  1. Geode
  2. GEODE-6748

Client invalidate operations never use single hop

    XMLWordPrintableJSON

Details

    Description

      InvalidateOp.execute does:

      public static void execute(ExecutablePool pool, String region, EntryEventImpl event) {
        AbstractOp op = new InvalidateOpImpl(region, event);
        pool.execute(op);
      }

      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.

      Attachments

        Issue Links

          Activity

            People

              mivanac Mario Ivanac
              boglesby Barrett Oglesby
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 1h 10m
                  1h 10m