kunal642 opened a new pull request #3610: [HOTFIX] Concurrent insert test case 
failure fix
URL: https://github.com/apache/carbondata/pull/3610
 
 
    ### Why is this PR needed?
   System.currentTimeMillis() is giving same results for 2 insert due to which 
1 load is deleting the temp folder for another load.
    
    ### What changes were proposed in this PR?
   1. Change to System.nanoTime()
   2. If schema file does not exists then go for lookup which can induce some 
difference in the concurrent insert operations
       
    ### Does this PR introduce any user interface change?
    - No
    - Yes. (please explain the change and update document)
   
    ### Is any new testcase added?
    - No
    - Yes
   
       
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to