You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Enis Soztutar (JIRA)" <ji...@apache.org> on 2013/12/13 22:26:07 UTC

[jira] [Created] (HBASE-10163) Example Thrift DemoClient is flaky

Enis Soztutar created HBASE-10163:
-------------------------------------

             Summary: 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


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)