[GitHub] carbondata pull request #2045: [CARBONDATA-2230]Add a path into table path t...

classic Classic list List threaded Threaded
108 messages Options
1234 ... 6
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata pull request #2045: [CARBONDATA-2230]Add a path into table path t...

qiuchenjian-2
GitHub user zzcclp opened a pull request:

    https://github.com/apache/carbondata/pull/2045

    [CARBONDATA-2230]Add a path into table path to store lock files and delete useless segment lock files before loading

    After PR1984[https://github.com/apache/carbondata/pull/1984] merged, it doesn't delete the lock files when unlock, there are many useless lock files in table path, especially segment lock files, they grow after every batch loading.
   
    Solution :
    1. add a child path into table path, called Locks, all lock files will be stored in this path;
    2. Before loading, get all useless segment lock files and delete them, because just segment lock files will grow, other lock files dosen't grow.
   
    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? No
   
     - [ ] Testing done
            Please provide details on
            - Whether new unit test cases have been added or why no new tests are required?
            - 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.
        Test manually    
   
     - [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.
   


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zzcclp/carbondata CARBONDATA-2230

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/carbondata/pull/2045.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2045
   
----
commit 79f2c6db97f91f7609eb9cc432a561815bdefc9b
Author: Zhang Zhichao <441586683@...>
Date:   2018-03-08T07:18:09Z

    [CARBONDATA-2230]Add a path into table path to store lock files and delete useless segment lock files before loading
   
    After PR1984[https://github.com/apache/carbondata/pull/1984] merged, it doesn't delete the lock files when unlock, there are many useless lock files in table path, especially segment lock files, they grow after every batch loading.
   
    Solution :
    1. add a child path into table path, called Locks, all lock files will be stored in this path;
    2. Before loading, get all useless segment lock files and delete them, because just segment lock files will grow, other lock files dosen't grow.

----


---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2045: [CARBONDATA-2230]Add a path into table path to store...

qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2045
 
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/2887/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2045: [CARBONDATA-2230]Add a path into table path to store...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2045
 
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/4132/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2045: [CARBONDATA-2230]Add a path into table path to store...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2045
 
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/4133/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2045: [CARBONDATA-2230]Add a path into table path to store...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2045
 
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/2888/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2045: [CARBONDATA-2230]Add a path into table path to store...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user zzcclp commented on the issue:

    https://github.com/apache/carbondata/pull/2045
 
    retest this please.


---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2045: [CARBONDATA-2230]Add a path into table path to store...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/2045
 
    SDV Build Success , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/3792/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2045: [CARBONDATA-2230]Add a path into table path to store...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2045
 
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/4134/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2045: [CARBONDATA-2230]Add a path into table path to store...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2045
 
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/2889/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2045: [CARBONDATA-2230]Add a path into table path to store...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user zzcclp commented on the issue:

    https://github.com/apache/carbondata/pull/2045
 
    retest this please


---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2045: [CARBONDATA-2230]Add a path into table path to store...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/2045
 
    SDV Build Success , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/3793/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2045: [CARBONDATA-2230]Add a path into table path to store...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2045
 
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/2890/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2045: [CARBONDATA-2230]Add a path into table path to store...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2045
 
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/4135/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2045: [CARBONDATA-2230]Add a path into table path to store...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2045
 
    Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/4140/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2045: [CARBONDATA-2230]Add a path into table path to store...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/2045
 
    SDV Build Success , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/3802/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2045: [CARBONDATA-2230]Add a path into table path to store...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2045
 
    Build Success with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/2895/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2045: [CARBONDATA-2230]Add a path into table path to store...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user zzcclp commented on the issue:

    https://github.com/apache/carbondata/pull/2045
 
    @ravipesala @jackylk please help to review. thanks.


---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2045: [CARBONDATA-2230]Add a path into table path to store...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2045
 
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/4145/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2045: [CARBONDATA-2230]Add a path into table path to store...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2045
 
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/2901/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2045: [CARBONDATA-2230]Add a path into table path to store...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2045
 
    Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/4146/



---
1234 ... 6