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

metadata for values temporary tables for INSERTs are getting replicated during bootstrap

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.2.0
    • 3.0.0
    • HiveServer2
    • None

    Description

      create table a (age int);
      insert into table a values (34),(4);
      repl dump default;

      there is a temporary table created as values_tmptable_[nmber], which is also present in the dumped information with only metadata, this should not be processed.

      Attachments

        1. HIVE-16254.3.patch
          22 kB
          Anishek Agarwal
        2. HIVE-16254.4.patch
          22 kB
          Sushanth Sowmyan
        3. HIVE-16254.5.patch
          22 kB
          Sushanth Sowmyan

        Activity

          People

            anishek Anishek Agarwal
            anishek Anishek Agarwal
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: