You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Alexey Serbin (Jira)" <ji...@apache.org> on 2021/05/13 05:17:00 UTC

[jira] [Created] (KUDU-3285) MultiThreadedHybridClockTabletTest sometimes fails

Alexey Serbin created KUDU-3285:
-----------------------------------

             Summary: MultiThreadedHybridClockTabletTest sometimes fails
                 Key: KUDU-3285
                 URL: https://issues.apache.org/jira/browse/KUDU-3285
             Project: Kudu
          Issue Type: Bug
    Affects Versions: 1.15.0
            Reporter: Alexey Serbin
         Attachments: MultiThreadedHybridClockTabletTest.log.xz

The {{MultiThreadedHybridClockTabletTest/0.UpdateNoMergeCompaction}} scenario sometimes fails with the following error:

{noformat}
F0513 05:07:05.498741   616 delta_tracker.cc:276] Check failed: first_copy->delta_stats().min_timestamp() >= second_copy->delta_stats().min_timestamp() (6639134414248239104 vs. 6639134414253285376) Found out-of-order deltas: [{11304431265317564209 (ts range=[6639134414248239104, 6639134414323712000], delete_count=[0], reinsert_count=[0], update_counts_by_col_id=[12:12])}, {11304431265317564181 (ts range=[6639134414253285376, 6639134414253285376], delete_count=[0], reinsert_count=[0], update_counts_by_col_id=[12:1])}]: type = 1
{noformat}

The log is attached.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)