You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Ravindra Pesala (JIRA)" <ji...@apache.org> on 2019/05/08 07:09:00 UTC

[jira] [Resolved] (CARBONDATA-3360) NullPointerException in clean files operation

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

Ravindra Pesala resolved CARBONDATA-3360.
-----------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.5.4

> NullPointerException in clean files operation
> ---------------------------------------------
>
>                 Key: CARBONDATA-3360
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-3360
>             Project: CarbonData
>          Issue Type: Bug
>            Reporter: Akash R Nilugal
>            Priority: Minor
>             Fix For: 1.5.4
>
>          Time Spent: 5h 10m
>  Remaining Estimate: 0h
>
> when delete is failed due to hdfs quota exceeded or disk space is full, then tableUpdateStatus.write will be present in store.
> So after that if clean files operation is done, we were trying to assign null to primitive type long, which will throw runtime exception, and .write file will not be deleted, since we consider it as invalid file.



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