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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

GitBox
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:
[hidden email]


With regards,
Apache Git Services