[ https://issues.apache.org/jira/browse/HBASE-21132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16601196#comment-16601196 ]
Hudson commented on HBASE-21132: -------------------------------- Results for branch branch-2.0 [build #758 on builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.0/758/]: (x) *{color:red}-1 overall{color}* ---- details (if available): (/) {color:green}+1 general checks{color} -- For more information [see general report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.0/758//General_Nightly_Build_Report/] (/) {color:green}+1 jdk8 hadoop2 checks{color} -- For more information [see jdk8 (hadoop2) report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.0/758//JDK8_Nightly_Build_Report_(Hadoop2)/] (/) {color:green}+1 jdk8 hadoop3 checks{color} -- For more information [see jdk8 (hadoop3) report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.0/758//JDK8_Nightly_Build_Report_(Hadoop3)/] (x) {color:red}-1 source release artifact{color} -- Something went wrong with this stage, [check relevant console output|${BUILD_URL}/console]. > return wrong result in rest multiget > ------------------------------------ > > Key: HBASE-21132 > URL: https://issues.apache.org/jira/browse/HBASE-21132 > Project: HBase > Issue Type: Bug > Affects Versions: 3.0.0, 2.0.0 > Reporter: Guangxu Cheng > Assignee: Guangxu Cheng > Priority: Major > Fix For: 3.0.0, 1.5.0, 2.2.0, 2.1.1, 2.0.3 > > Attachments: HBASE-21132-branch-1-addendum.patch, > HBASE-21132.master.001.patch, HBASE-21132.master.001.patch, > HBASE-21132.master.001.patch, HBASE-21132.master.002.patch > > > There are two ways to specify columns in multi-gets feature。 > 1、Specify columns in PathParam as described in HBASE-15870. Examples: > {code:sh}GET /t1/multiget/cf1:c1,cf2?row=r1{code} > 2、Specify columns in QueryParam. Examples: > {code:sh} GET /t1/multiget?row=r1/cf1:c1,cf2&row=r2/cf2 {code} > However, when we specify columns in QueryParam, the result is wrong , the > rowkey contains the columns. -- This message was sent by Atlassian JIRA (v7.6.3#76005)