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

Short-Circuit Coprocessor doesn't correctly lookup table when on server

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.94.12
    • None
    • None

    Description

      If the coprocessor isn't on the server hosting root/meta/the target HTable, it will fall back to doing the usual HConnection lookup.

      However, that call then calls the overloaded getHRegionConnection methods, which HBASE-9534 previously made unsupported for Coprocessors. The initial idea was to limit the number of paths that we could lookup a region, but it was just incorrectly done.

      Attachments

        1. hbase-9584-v0.patch
          9 kB
          Jesse Yates
        2. hbase-9584-v1.patch
          9 kB
          Jesse Yates

        Activity

          People

            jesse_yates Jesse Yates
            jesse_yates Jesse Yates
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: