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/05/03 16:42:38 UTC

[GitHub] [carbondata] KanakaKumar opened a new pull request #3198: [CARBONDATA-3369] Fix issues during concurrent execution of Create table If not exists

KanakaKumar opened a new pull request #3198: [CARBONDATA-3369] Fix issues during concurrent execution of Create table If not exists
URL: https://github.com/apache/carbondata/pull/3198
 
 
   Create table if not exists has following problems if run concurrently from different drivers 
   
   1) Sometimes It fails with error "Table <db.table> already exists." 
   2) Create table failed driver still holds the table with wrong path or schema. Eventual operations refer the wrong path
   3) Stale path created during create table is not deleted for ever [After 1.5.0 version table will be created in a new folder using UUID if folder with table name already exists]
   
   This PR fixes above 3 issues.
   
   Be sure to do all of the following checklist to help us incorporate 
   your contribution quickly and easily:
   
    - [ ] Any interfaces changed?
    No
    - [ ] Any backward compatibility impacted?
    No
    - [ ] Document update required?
   NA
    - [ ] Testing done
           Please provide details on 
           - Whether new unit test cases have been added or why no new tests are required?
   Yes
           - How it is tested? Please attach test report.
           - Is it a performance related change? Please attach the performance test report.
           - Any additional information to help reviewers in testing this change.
          
    - [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA. 
   
   

----------------------------------------------------------------
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