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

return wrong result in rest multiget

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.0.0-alpha-1, 2.0.0
    • 3.0.0-alpha-1, 1.5.0, 2.2.0, 2.1.1, 2.0.3
    • None
    • None
    • Reviewed

    Description

      There are two ways to specify columns in multi-gets feature。

      1、Specify columns in PathParam as described in HBASE-15870. Examples:

      GET /t1/multiget/cf1:c1,cf2?row=r1

      2、Specify columns in QueryParam. Examples:

       GET /t1/multiget?row=r1/cf1:c1,cf2&row=r2/cf2 

      However, when we specify columns in QueryParam, the result is wrong , the rowkey contains the columns.

      Attachments

        1. HBASE-21132-branch-1-addendum.patch
          2 kB
          Duo Zhang
        2. HBASE-21132.master.002.patch
          3 kB
          Guangxu Cheng
        3. HBASE-21132.master.001.patch
          3 kB
          Guangxu Cheng
        4. HBASE-21132.master.001.patch
          3 kB
          Guangxu Cheng
        5. HBASE-21132.master.001.patch
          3 kB
          Guangxu Cheng

        Activity

          People

            gxcheng Guangxu Cheng
            gxcheng Guangxu Cheng
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: