You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by GitBox <gi...@apache.org> on 2019/03/04 12:10:49 UTC

[GitHub] [carbondata] qiuchenjian commented on issue #3130: [CARBONDATA-3297] Fix that the IndexoutOfBoundsException when creating table and dropping table are at the same time

qiuchenjian commented on issue #3130: [CARBONDATA-3297] Fix that the IndexoutOfBoundsException when creating table and dropping table are at the same time
URL: https://github.com/apache/carbondata/pull/3130#issuecomment-469230616
 
 
   @ravipesala  @brijoobopanna @xuchuanyin   
   This exception is throwed by create table command by chanceļ¼Œ not every time.
   I think the reason is  type of carbonTables in MetaData.class is ArrayBuffer, and the ArrayBuffer is not thread-safe and we drop tables and create tables at the same time in a carbon session 
   Do you have other ideas?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services