Uploaded image for project: 'CarbonData'
  1. CarbonData
  2. CARBONDATA-3298

Logs are getting printed when clean files is executed for old stores

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 1.5.3
    • None
    • None

    Description

       Please run the below queries to reproduce the issue.

      In old store:

      create table log(a int, b string) stored by 'carbondata';

      insert into log values(1, 'abc');

      update table log set (a) =(2) where b = 'abc';

      delete from log where b = 'abc';

      clean files for table log;

      In new store , refresh and perform insert & delete operation and execute clean files command.

      In this case, logs are getting printed for already deleted segments as below

      "Files are not found in segment "location" it seems, files are already being deleted"

       

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              Indhumathi27 Indhumathi Muthumurugesh
              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 - 2.5h
                  2.5h