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 2017/11/23 10:42:03 UTC

[jira] [Resolved] (CARBONDATA-1797) Segment_Index compaction should take compaction lock to support concurrent scenarios better

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

Ravindra Pesala resolved CARBONDATA-1797.
-----------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.3.0

> Segment_Index compaction should take compaction lock to support concurrent scenarios better
> -------------------------------------------------------------------------------------------
>
>                 Key: CARBONDATA-1797
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-1797
>             Project: CarbonData
>          Issue Type: Bug
>            Reporter: dhatchayani
>            Assignee: dhatchayani
>             Fix For: 1.3.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> SEGMENT_INDEX compaction is not taking compaction lock. While concurrent operation, this may be successful but the output may not be as expected.
> Scenario:
> Execute MINOR compaction and SEGMENT_INDEX compaction concurrently.
> As SEGMENT_INDEX compaction is not taking any lock it will do tasks in between, finally some segments index files will be merged, probably the newly created segments may be left out.
> Solution:
> To take compaction lock



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)