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

Manish Gupta resolved CARBONDATA-2805.
--------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.4.1

> Wrong order in custom compaction
> --------------------------------
>
>                 Key: CARBONDATA-2805
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-2805
>             Project: CarbonData
>          Issue Type: Bug
>            Reporter: Akash R Nilugal
>            Assignee: Akash R Nilugal
>            Priority: Major
>             Fix For: 1.4.1
>
>          Time Spent: 2h 50m
>  Remaining Estimate: 0h
>
> when we have segments from 0 to 6 and i give 1, 2, 3 for custom compaction, 
> then it should create 1.1 as compacted segment, but sometimes it will create 
> 3.1 as compacted segment which is wrong.
> +-----------------+---------+--------------------+--------------------+---------+-----------+
> |SegmentSequenceId| Status| Load Start Time| Load End Time|Merged To|File 
> Format|
> +-----------------+---------+--------------------+--------------------+---------+-----------+
> | 4| Success|2018-07-27 07:25:...|2018-07-27 07:25:...| NA|COLUMNAR_V3|
> | 3.1| Success|2018-07-27 07:25:...|2018-07-27 07:25:...| NA|COLUMNAR_V3|
> | 3|Compacted|2018-07-27 07:25:...|2018-07-27 07:25:...| 3.1|COLUMNAR_V3|
> | 2|Compacted|2018-07-27 07:25:...|2018-07-27 07:25:...| 3.1|COLUMNAR_V3|
> | 1|Compacted|2018-07-27 07:25:...|2018-07-27 07:25:...| 3.1|COLUMNAR_V3|
> | 0| Success|2018-07-27 07:25:...|2018-07-27 07:25:...| NA|COLUMNAR_V3|
> +-----------------+---------+--------------------+--------------------+---------+-----------+
>  



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

Reply via email to