[GitHub] carbondata pull request #2269: [WIP][LUCENE]close the lucene index reader af...

classic Classic list List threaded Threaded
54 messages Options
123
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata pull request #2269: [CARBONDATA-2433][LUCENE]close the lucene ind...

qiuchenjian-2
Github user ravipesala commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2269#discussion_r189423352
 
    --- Diff: core/src/main/java/org/apache/carbondata/core/datamap/DistributableDataMapFormat.java ---
    @@ -158,7 +166,11 @@ public float getProgress() throws IOException, InterruptedException {
     
           @Override
           public void close() throws IOException {
    -
    +        if (null != dataMaps) {
    +          for (DataMap dataMap : dataMaps) {
    +            dataMap.clear();
    --- End diff --
   
    This impacts the datamaps which they want to cache on executor side. It always clears cache for each call.  Better add another method in datamap interface close or finish to release the resources which are need to released for every call


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

[GitHub] carbondata issue #2269: [CARBONDATA-2433][LUCENE]close the lucene index read...

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

    https://github.com/apache/carbondata/pull/2269
 
    @akashrn5 Please rebase it


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

[GitHub] carbondata issue #2269: [CARBONDATA-2433][LUCENE]close the lucene index read...

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

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



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

[GitHub] carbondata issue #2269: [CARBONDATA-2433][LUCENE]close the lucene index read...

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

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



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

[GitHub] carbondata issue #2269: [CARBONDATA-2433][LUCENE]close the lucene index read...

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

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



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

[GitHub] carbondata issue #2269: [CARBONDATA-2433][LUCENE]close the lucene index read...

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

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



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

[GitHub] carbondata issue #2269: [CARBONDATA-2433][LUCENE]close the lucene index read...

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

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



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

[GitHub] carbondata issue #2269: [CARBONDATA-2433][LUCENE]close the lucene index read...

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

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



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

[GitHub] carbondata issue #2269: [CARBONDATA-2433][LUCENE]close the lucene index read...

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

    https://github.com/apache/carbondata/pull/2269
 
    retest sdv please


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

[GitHub] carbondata issue #2269: [CARBONDATA-2433][LUCENE]close the lucene index read...

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

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



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

[GitHub] carbondata issue #2269: [CARBONDATA-2433][LUCENE]close the lucene index read...

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

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



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

[GitHub] carbondata issue #2269: [CARBONDATA-2433][LUCENE]close the lucene index read...

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

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



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

[GitHub] carbondata issue #2269: [CARBONDATA-2433][LUCENE]close the lucene index read...

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

    https://github.com/apache/carbondata/pull/2269
 
    LGTM


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

[GitHub] carbondata pull request #2269: [CARBONDATA-2433][LUCENE]close the lucene ind...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user asfgit closed the pull request at:

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


---
123