You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "anubhav tarar (JIRA)" <ji...@apache.org> on 2017/12/27 05:02:00 UTC

[jira] [Issue Comment Deleted] (CARBONDATA-1744) Carbon1.3.0 Concurrent Load-Delete:Delete query is not working correctly if load is already in process.

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

anubhav tarar updated CARBONDATA-1744:
--------------------------------------
    Comment: was deleted

(was: [~a00408367] fixed with  https://github.com/apache/carbondata/pull/1719)

> Carbon1.3.0 Concurrent Load-Delete:Delete query is not working correctly if load is already in process.
> -------------------------------------------------------------------------------------------------------
>
>                 Key: CARBONDATA-1744
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-1744
>             Project: CarbonData
>          Issue Type: Bug
>          Components: sql
>    Affects Versions: 1.3.0
>         Environment:  
> 3 Node ant cluster 
>            Reporter: Ajeet Rai
>            Assignee: anubhav tarar
>            Priority: Minor
>              Labels: DFX
>
> Concurrent Load-Delete:Delete query is not working correctly if load is already in process.
> steps:
>  1:Create a table
> 2: Start a large data load
> 3: Execute delete query from another session(delete from table_name)
> 4: Observe that Delete operation doesn't give any error and completed as success.
> 5: Execute show segment query and observe that status of current segment is in progress.
> 6: execute delete query again once load is completed.
> 7: Observe that delete is success but segments are not marked for delete. Current status is still success which is wrong.



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