qiuchenjian edited a comment 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 about this exception?
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
