Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-22715

All scan requests should be handled by scan handler threads in RWQueueRpcExecutor

Log workAgile BoardRank to TopRank to BottomAttach filesAttach ScreenshotBulk Copy AttachmentsBulk Move AttachmentsVotersWatch issueWatchersCreate sub-taskConvert to sub-taskMoveLinkCloneLabelsUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Reviewed

    Description

      When we use RWQueueRpcExecutor, all scans should be handled by scan handler threads, not read handler.

       

      Before HBASE-17508, when calling openScanner() in client, a region server doesn't make results, just open scanner and return scanner id. So, this request(open) is executed in read handlers intentionally.
       

      However, since HBASE-17508,, actual scan behavior happened while opening a scanner,

      I think this request should probably be executed in scan handlers when using RWQueueRpcExecutor.

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            Jeongdae Kim Jeongdae Kim Assign to me
            Jeongdae Kim Jeongdae Kim
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment