You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by GitBox <gi...@apache.org> on 2019/02/20 15:16:11 UTC

[GitHub] Indhumathi27 opened a new pull request #3131: [CARBONDATA-3298]Remove Log Message for Already Deleted Segments in old stores

Indhumathi27 opened a new pull request #3131: [CARBONDATA-3298]Remove Log Message for Already Deleted Segments in old stores
URL: https://github.com/apache/carbondata/pull/3131
 
 
   Problem:
   In old store, Create table and perform one Insert operation. Now, update and delete that record, which marks that segment as  "MARKED FOR DELETE". Now run "clean files command" to delete the segment.
   Note: In this case, Metadata folder doesn't  contain segment file.
   In new store, Refresh the table and again perform IUD operation. Now, when "clean files" command is executed,  We will check if physically segment file exists or not, if not present, then we will log a warning message, as file not present. If old store contains more segments, then for each segment, this log message will be getting printed, which is not required.
   
   Solution:
   Removed log message for already deleted segments
   
    - [ ] Any interfaces changed?
    
    - [ ] Any backward compatibility impacted?
    
    - [ ] Document update required?
   
    - [x] Testing done
          Testing done manually
   
    - [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA. 
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services