Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-25502

Cleaner causes data loss when processing aborted txn with DP

    XMLWordPrintableJSON

Details

    Description

      Steps to reproduce:
      1) CREATE TABLE cws (b STRING) PARTITIONED BY (a INT) STORED AS ORC;
      2) insert into cws partition (a) values (1, '1');
      update csw set b='2' where a=1;
      3) open HiveStreamingConnection with batch size set to 1, begin txn, write something and abort the txn
      4) insert into cws partition (a) values (2, '2');
      update csw set b='3' where a=2;
      5) manually trigger the compaction and verify that data for part a=1 is gone

      Attachments

        Issue Links

          Activity

            People

              dkuzmenko Denys Kuzmenko
              dkuzmenko Denys Kuzmenko
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 1h
                  1h