Login  Register

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

Posted by Akash R Nilugal (Jira) on Sep 17, 2016; 8:50pm
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/jira-Commented-CARBONDATA-244-Load-and-delete-segment-by-id-queries-giving-inconsistent-results-wheny-tp1179.html


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

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_r79291710
 
    --- Diff: processing/src/main/java/org/apache/carbondata/lcm/status/SegmentStatusManager.java ---
    @@ -287,12 +307,18 @@ private Integer compareDateValues(Long loadValue, Long userValue) {
             }
     
           } else {
    -        LOG.error("Unable to acquire the metadata lock");
    +        String errorMsg = "Delete segment by id is failed for " + tableDetails
    +            + ". Not able to acquire the delete segment lock due to other operation running "
    --- End diff --
   
    LGTM


> 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)