Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • None
    • None
    • Thrift
    • Thrift2

    Description

      HBASE-6073 adds the following to the overall patch:

      -      return resultsFromHBase(scanner.next(numRows));
      +      List<TResult> results = resultsFromHBase(scanner.next(numRows));
      +      if(results.size() < numRows) {
      +        removeScanner(scannerId);
      +      }
      +      return results;
      

      We need to see if we have to add this to Thrift2 as separate patch.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              larsgeorge Lars George
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: