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/17 09:10:02 UTC

[jira] [Created] (CARBONDATA-1755) Carbon1.3.0 Concurrent Insert overwrite-update: User is able to run insert overwrite and update job concurrently.

Ajeet Rai created CARBONDATA-1755:
-------------------------------------

             Summary: Carbon1.3.0 Concurrent Insert overwrite-update: User is able to run insert overwrite and update job concurrently.
                 Key: CARBONDATA-1755
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-1755
             Project: CarbonData
          Issue Type: Bug
          Components: data-load
    Affects Versions: 1.3.0
         Environment: 3 Node ant cluster
            Reporter: Ajeet Rai
            Priority: Minor


Carbon1.3.0 Concurrent Insert overwrite-update: User is able to run insert overwrite and update job concurrently.

updated data will be overwritten by insert overwrite job. So there is no meaning of running update job if insert overwrite is in progress.
Steps:
1: Create a table
2: Do a data load
3: run insert overwrite job.
4: run a update job while overwrite job is still running.
5: Observe that update job is finished and after that overwrite job is also finished.
6: All previous segments are marked for delete and there is no impact of update job. Update job will use the resources unnecessary.



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