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

[jira] [Updated] (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 ]

Indhumathi Muthumurugesh updated CARBONDATA-3298:
-------------------------------------------------
    Summary: Logs are getting printed when clean files is executed for old stores  (was: Unnecessary logs are getting printed when clean files is executed for second time)

> 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
>
>  Please run the below queries to reproduce the issue.
> create table log(a int, b string) stored by 'carbondata';
> insert into log values(1, 'abc');
> delete from log where b = 'abc';
> clean files for table log;
> Again perform insert & delete operation and execute clean files command.
> In this case, logs are getting printed for already deleted segments
>  



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