You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Kunal Kapoor (JIRA)" <ji...@apache.org> on 2019/02/28 15:15:00 UTC

[jira] [Resolved] (CARBONDATA-3298) Logs are getting printed when clean files is executed for old stores

     [ https://issues.apache.org/jira/browse/CARBONDATA-3298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kunal Kapoor resolved CARBONDATA-3298.
--------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.5.3

> Logs are getting printed when clean files is executed for old stores
> --------------------------------------------------------------------
>
>                 Key: CARBONDATA-3298
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-3298
>             Project: CarbonData
>          Issue Type: Bug
>            Reporter: Indhumathi Muthumurugesh
>            Priority: Minor
>             Fix For: 1.5.3
>
>          Time Spent: 2.5h
>  Remaining Estimate: 0h
>
>  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"*
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)