[
https://issues.apache.org/jira/browse/CARBONDATA-263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15507469#comment-15507469 ]
ASF GitHub Bot commented on CARBONDATA-263:
-------------------------------------------
GitHub user kumarvishal09 opened a pull request:
https://github.com/apache/incubator-carbondata/pull/183 [CARBONDATA-263]Configurable blocklet distribution
Problem: In case of limit query if limit value is 100 so after consuming 100 records executor service is not getting shutdown, and it may cause memory issue
Solution: Add executor service in query model need to shutdown the executor after query execution in carbonscan rdd
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/kumarvishal09/incubator-carbondata configurableblockletdistribution
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-carbondata/pull/183.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #183
----
commit 4c803c9c503d1081a25289103aff60f6d8e9e0d7
Author: kumarvishal <
[hidden email]>
Date: 2016-09-20T18:57:43Z
configurable blocklet distribution
----
> Configurable blocklet distribution
> ----------------------------------
>
> Key: CARBONDATA-263
> URL:
https://issues.apache.org/jira/browse/CARBONDATA-263> Project: CarbonData
> Issue Type: Bug
> Reporter: kumar vishal
> Assignee: kumar vishal
>
> Problem: Currently blocklet distribution is not configurable , in some case it may impact query performance
> Solution: Expose parameter to enable and disable blocklet distribution
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)