You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Akash R Nilugal (JIRA)" <ji...@apache.org> on 2018/01/17 05:33:00 UTC

[jira] [Commented] (CARBONDATA-1727) Dataload is successful even in case if the table is droped from other client.

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

Akash R Nilugal commented on CARBONDATA-1727:
---------------------------------------------

now this scenario doesnot happen as drop is not allowed during load

> Dataload is successful even in case if the table is droped from other client.
> -----------------------------------------------------------------------------
>
>                 Key: CARBONDATA-1727
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-1727
>             Project: CarbonData
>          Issue Type: Bug
>          Components: data-load, spark-integration
>    Affects Versions: 1.2.0, 1.3.0
>            Reporter: Mohammad Shahid Khan
>            Assignee: Mohammad Shahid Khan
>            Priority: Minor
>
> table drop has highest priority so even if on some table load operation is in progress, 
> the table could be droped.
> If before finishing the load operation the table is dropped then the load should fail.
> Steps:
> 1. Create table t1
> 2. Load data into t1 (big data that takes some time)
> 3. when load in progress, then drop the table
> Actual Result : The load is successful
> Expected Result : Final Load status should be fail.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)