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

ACID: Running merge concurrently with minor compaction causes a later select * to throw exception

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 3.1.1, 4.0.0
    • 4.0.0-alpha-2
    • Transactions
    • None

    Description

      Repro steps:

      • Create table
      • Load some data
      • Run merge so records gets updated and delete_delta dirs are created
      • Manually initiate minor compaction: ALTER TABLE ... COMPACT 'minor';
      • While the compaction is running keep executing the merge statement
      • After some time try to do simple select *;

      Attachments

        Activity

          People

            vgumashta Vaibhav Gumashta
            vgumashta Vaibhav Gumashta
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: