Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 45141109B6 for ; Tue, 17 Dec 2013 03:23:32 +0000 (UTC) Received: (qmail 40393 invoked by uid 500); 17 Dec 2013 03:23:25 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 40265 invoked by uid 500); 17 Dec 2013 03:23:23 -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 40032 invoked by uid 99); 17 Dec 2013 03:23:18 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Dec 2013 03:23:18 +0000 Date: Tue, 17 Dec 2013 03:23:18 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-10163) Example Thrift DemoClient is flaky MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-10163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13850056#comment-13850056 ] Hudson commented on HBASE-10163: -------------------------------- SUCCESS: Integrated in HBase-0.98 #16 (See [https://builds.apache.org/job/HBase-0.98/16/]) HBASE-10163 Example Thrift DemoClient is flaky (enis: rev 1551387) * /hbase/branches/0.98/hbase-examples/src/main/java/org/apache/hadoop/hbase/thrift/DemoClient.java > Example Thrift DemoClient is flaky > ---------------------------------- > > Key: HBASE-10163 > URL: https://issues.apache.org/jira/browse/HBASE-10163 > Project: HBase > Issue Type: Bug > Components: Thrift > Reporter: Enis Soztutar > Assignee: Enis Soztutar > Priority: Trivial > Fix For: 0.98.0, 0.96.2, 0.99.0 > > Attachments: hbase-10163_v1.patch > > > DemoClient for thrift under hbase-examples is failing sometimes because of earlier delete eclipses future puts with same timestamp. > {code} > row: 00006, cols: unused: => DELETE_ME; > row: 00006, cols: entry:num => -1; > row: 00006, cols: entry:num => 6; entry:sqr => 36; > row: 00006, cols: entry:num => 6; entry:sqr => 36; > row: 00006, values: 6; -1; > row: 00005, cols: unused: => DELETE_ME; > row: 00005, values: > FATAL: wrong # of versions > {code} > Similar to the one we have, we can add another small sleep between delete and subsequent put. -- This message was sent by Atlassian JIRA (v6.1.4#6159)