[jira] [Commented] (CARBONDATA-244) Load and delete segment by id queries giving inconsistent results when we execute parallely

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

[jira] [Commented] (CARBONDATA-244) Load and delete segment by id queries giving inconsistent results when we execute parallely

Akash R Nilugal (Jira)

    [ https://issues.apache.org/jira/browse/CARBONDATA-244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15499627#comment-15499627 ]

ASF GitHub Bot commented on CARBONDATA-244:
-------------------------------------------

Github user sujith71955 commented on a diff in the pull request:

    https://github.com/apache/incubator-carbondata/pull/156#discussion_r79291346
 
    --- Diff: processing/src/main/java/org/apache/carbondata/lcm/locks/LockUsage.java ---
    @@ -28,5 +28,7 @@
       public static String COMPACTION_LOCK = "compaction.lock";
       public static String SYSTEMLEVEL_COMPACTION_LOCK = "system_level_compaction.lock";
       public static String TABLE_STATUS_LOCK = "tablestatus.lock";
    +  public static String DELETE_SEGMENT_LOCK = "delete_segment.lock";
    --- End diff --
   
    make it final/use enum


> Load and delete segment by id queries giving inconsistent results when we execute parallely
> -------------------------------------------------------------------------------------------
>
>                 Key: CARBONDATA-244
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-244
>             Project: CarbonData
>          Issue Type: Bug
>            Reporter: Manohar Vanam
>            Assignee: Manohar Vanam
>
> Delete segment by id behavior is inconsistent when  we Execute load and delete segment by id queries parallely,  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)