You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Ajeet Rai (JIRA)" <ji...@apache.org> on 2017/11/16 13:51:00 UTC

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

Ajeet Rai created CARBONDATA-1744:
-------------------------------------

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


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)