Vikram Ahuja created CARBONDATA-3884:
----------------------------------------
Summary: During Concurrent loads in main table with SI table with isSITableEnabled = false, one of the concurrent load fails
Key: CARBONDATA-3884
URL:
https://issues.apache.org/jira/browse/CARBONDATA-3884 Project: CarbonData
Issue Type: Bug
Components: spark-integration
Affects Versions: 2.0.0
Reporter: Vikram Ahuja
Fix For: 2.0.0
During Concurrent loads in main table with SI table with isSITableEnabled = false, one of the concurrent load fails
The steps are as follows:
1, Create a main table
2. Create SI table
3. Load in main table
4. ALter table set isSITableEnabled'='false'
5. Change SILoadEventListener such that is sleeps for some minutes after getting the main table details.
6. When concurrent loads are fired then it gets the main table details and then it sleeps and the load fails after some time
--
This message was sent by Atlassian Jira
(v8.3.4#803005)