Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A5C4C200AE4 for ; Fri, 24 Jun 2016 14:33:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A47F7160A38; Fri, 24 Jun 2016 12:33:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 8A5D9160A5A for ; Fri, 24 Jun 2016 14:33:22 +0200 (CEST) Received: (qmail 29251 invoked by uid 500); 24 Jun 2016 12:33:16 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 28855 invoked by uid 99); 24 Jun 2016 12:33:16 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jun 2016 12:33:16 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 34A432C1F62 for ; Fri, 24 Jun 2016 12:33:16 +0000 (UTC) Date: Fri, 24 Jun 2016 12:33:16 +0000 (UTC) From: "Blaye Nicolas (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-16106) HBase Rest API: unexpected behavior of get with timestamp MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 24 Jun 2016 12:33:23 -0000 [ https://issues.apache.org/jira/browse/HBASE-16106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Blaye Nicolas updated HBASE-16106: ---------------------------------- Description: Issue seen there: http://stackoverflow.com/questions/37985426/hbase-get-request-for-row-data-with-timestamp?noredirect=1#comment63464266_37985426 The *adress:port/table/row/column/timestamp* returns the first value *strictly inferior* to the timestamp provided. This behavior is not the one seen in bash and java as explained in the question. I haven't found the bug here but I may be wrong, and it may be fixed already. was: Issue seen there: http://stackoverflow.com/questions/37985426/hbase-get-request-for-row-data-with-timestamp?noredirect=1#comment63464266_37985426 The *adress:port/table/row/column/timestamp* returns the first value strictly inferior to the timestamp provided. This behavior is not the one seen in bash and java as explained in the question. I haven't found the bug here but I may be wrong, and it may be fixed already. > HBase Rest API: unexpected behavior of get with timestamp > --------------------------------------------------------- > > Key: HBASE-16106 > URL: https://issues.apache.org/jira/browse/HBASE-16106 > Project: HBase > Issue Type: Bug > Components: API, REST > Affects Versions: 1.2.1 > Reporter: Blaye Nicolas > Priority: Minor > Labels: easyfix, newbie > > Issue seen there: http://stackoverflow.com/questions/37985426/hbase-get-request-for-row-data-with-timestamp?noredirect=1#comment63464266_37985426 > The *adress:port/table/row/column/timestamp* returns the first value *strictly inferior* to the timestamp provided. > This behavior is not the one seen in bash and java as explained in the question. > I haven't found the bug here but I may be wrong, and it may be fixed already. -- This message was sent by Atlassian JIRA (v6.3.4#6332)