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

Example Thrift DemoClient is flaky

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • None
    • 0.98.0, 0.96.2, 0.99.0
    • Thrift
    • None
    • Reviewed

    Description

      DemoClient for thrift under hbase-examples is failing sometimes because of earlier delete eclipses future puts with same timestamp.

      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
      

      Similar to the one we have, we can add another small sleep between delete and subsequent put.

      Attachments

        1. hbase-10163_v1.patch
          1 kB
          Enis Soztutar

        Activity

          People

            enis Enis Soztutar
            enis Enis Soztutar
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: