[jira] [Created] (CARBONDATA-2805) Wrong order in custom compaction

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (CARBONDATA-2805) Wrong order in custom compaction

Akash R Nilugal (Jira)
Akash R Nilugal created CARBONDATA-2805:
-------------------------------------------

             Summary: 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


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)