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

Ravindra Pesala resolved CARBONDATA-1834.
-----------------------------------------
       Resolution: Fixed
         Assignee: Kushal
    Fix Version/s: 1.3.0

> Multi-user concurrent scene: when running "insert overwrite" task,and 
> parallely executing select query task
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: CARBONDATA-1834
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-1834
>             Project: CarbonData
>          Issue Type: Improvement
>            Reporter: Kushal Sah
>            Assignee: Kushal
>            Priority: Minor
>             Fix For: 1.3.0
>
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> 【test steps】:
> 1. create table:create table obs (name string , age int, gender string, class 
> int , comment string) using csv options ( path 's3a://obs-js/namelist.csv, 
> header 'true' );
> 2. create table:   create table uquery (name string , age int, gender string, 
> class int , comment string);
> 3. run command:   insert overwrite table uquery select * from obs
> 3. when insert command is running,  run some  select command
> 【expect result】 : if insert overwrite  finish,can  get new result;   if not 
> finish, can get old result
>  
> 【actual result】:Multi-user concurrent scene: when running "insert overwrite" 
> task,  another user will scan table failed sometimes



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

Reply via email to