You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by mohammadshahidkhan <gi...@git.apache.org> on 2018/01/17 10:10:16 UTC

[GitHub] carbondata pull request #1822: [CARBONDATA-2043] Configurable wait time for ...

GitHub user mohammadshahidkhan opened a pull request:

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

    [CARBONDATA-2043] Configurable wait time for requesting executors and…

    **Problem**
    In case of spark.dynamicAllocation.enabled to true, during the block distribution based on the needs of required number of executors carbon request the executors from sparks and waits for specified time 
    for required executor's to come up before starting the block distribution. 
    Carbon waits for the specified time even if not possible to get the required number of executors.
    **Solution**
    Configurable wait time for requesting executors and minimum registered executors ratio to continue the block distribution
    - carbon.dynamicAllocation.schedulerTimeout : to configure wait time. defalt 5sec, Min 5 sec and max 15 sec.
    - carbon.scheduler.minRegisteredResourcesRatio :    min 0.1, max 1.0 and default to 0.8 to configure minimum registered executors ratio.
    
    Be sure to do all of the following checklist to help us incorporate 
    your contribution quickly and easily:
    
     - [X] Any interfaces changed?
        No
    
     - [X] Any backward compatibility impacted?
     
     - [X] Document update required?
        Yes
     - [X] 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.
           Added test case for the property configuration validation.
     - [X] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA. 
    NA


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

    $ git pull https://github.com/mohammadshahidkhan/incubator-carbondata scheduler_wait_time_for_executors

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

    https://github.com/apache/carbondata/pull/1822.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 #1822
    
----
commit f708ab9790debad1ff6937ad90d7e955fb143544
Author: mohammadshahidkhan <mo...@...>
Date:   2017-12-22T12:00:31Z

    [CARBONDATA-2043] Configurable wait time for requesting executors and minimum registered executors ratio to continue the block distribution
    - carbon.dynamicAllocation.schedulerTimeout : to configure wait time. defalt 5sec, Min 5 sec and max 15 sec.
    - carbon.scheduler.minRegisteredResourcesRatio :     min 0.1, max 1.0 and default to 0.8 to configure minimum registered executors ratio.

----


---

[GitHub] carbondata issue #1822: [CARBONDATA-2043] Configurable wait time for request...

Posted by kushalsaha <gi...@git.apache.org>.
Github user kushalsaha commented on the issue:

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


---

[GitHub] carbondata issue #1822: [CARBONDATA-2043] Configurable wait time for request...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

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



---

[GitHub] carbondata issue #1822: [CARBONDATA-2043] Configurable wait time for request...

Posted by mohammadshahidkhan <gi...@git.apache.org>.
Github user mohammadshahidkhan commented on the issue:

    https://github.com/apache/carbondata/pull/1822
  
    retest SDV please


---

[GitHub] carbondata issue #1822: [CARBONDATA-2043] Configurable wait time for request...

Posted by manishgupta88 <gi...@git.apache.org>.
Github user manishgupta88 commented on the issue:

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


---

[GitHub] carbondata pull request #1822: [CARBONDATA-2043] Configurable wait time for ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---

[GitHub] carbondata issue #1822: [CARBONDATA-2043] Configurable wait time for request...

Posted by ravipesala <gi...@git.apache.org>.
Github user ravipesala commented on the issue:

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



---

[GitHub] carbondata issue #1822: [CARBONDATA-2043] Configurable wait time for request...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

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



---

[GitHub] carbondata issue #1822: [CARBONDATA-2043] Configurable wait time for request...

Posted by gvramana <gi...@git.apache.org>.
Github user gvramana commented on the issue:

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


---

[GitHub] carbondata issue #1822: [CARBONDATA-2043] Configurable wait time for request...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

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



---

[GitHub] carbondata issue #1822: [CARBONDATA-2043] Configurable wait time for request...

Posted by ravipesala <gi...@git.apache.org>.
Github user ravipesala commented on the issue:

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



---

[GitHub] carbondata issue #1822: [CARBONDATA-2043] Configurable wait time for request...

Posted by mohammadshahidkhan <gi...@git.apache.org>.
Github user mohammadshahidkhan commented on the issue:

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


---

[GitHub] carbondata issue #1822: [WIP][CARBONDATA-2043] Configurable wait time for re...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

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



---

[GitHub] carbondata issue #1822: [CARBONDATA-2043] Configurable wait time for request...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

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



---

[GitHub] carbondata issue #1822: [CARBONDATA-2043] Configurable wait time for request...

Posted by ravipesala <gi...@git.apache.org>.
Github user ravipesala commented on the issue:

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



---

[GitHub] carbondata issue #1822: [CARBONDATA-2043] Configurable wait time for request...

Posted by mohammadshahidkhan <gi...@git.apache.org>.
Github user mohammadshahidkhan commented on the issue:

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


---

[GitHub] carbondata issue #1822: [CARBONDATA-2043] Configurable wait time for request...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

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



---

[GitHub] carbondata issue #1822: [CARBONDATA-2043] Configurable wait time for request...

Posted by ravipesala <gi...@git.apache.org>.
Github user ravipesala commented on the issue:

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



---

[GitHub] carbondata issue #1822: [CARBONDATA-2043] Configurable wait time for request...

Posted by kushalsaha <gi...@git.apache.org>.
Github user kushalsaha commented on the issue:

    https://github.com/apache/carbondata/pull/1822
  
    retest SDV please


---

[GitHub] carbondata issue #1822: [CARBONDATA-2043] Configurable wait time for request...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

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



---

[GitHub] carbondata issue #1822: [CARBONDATA-2043] Configurable wait time for request...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

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



---

[GitHub] carbondata issue #1822: [CARBONDATA-2043] Configurable wait time for request...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

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



---

[GitHub] carbondata issue #1822: [CARBONDATA-2043] Configurable wait time for request...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

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



---

[GitHub] carbondata issue #1822: [CARBONDATA-2043] Configurable wait time for request...

Posted by ravipesala <gi...@git.apache.org>.
Github user ravipesala commented on the issue:

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



---

[GitHub] carbondata issue #1822: [CARBONDATA-2043] Configurable wait time for request...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

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



---

[GitHub] carbondata issue #1822: [WIP][CARBONDATA-2043] Configurable wait time for re...

Posted by ravipesala <gi...@git.apache.org>.
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/1822
  
    SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/2953/



---

[GitHub] carbondata issue #1822: [CARBONDATA-2043] Configurable wait time for request...

Posted by ravipesala <gi...@git.apache.org>.
Github user ravipesala commented on the issue:

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



---

[GitHub] carbondata issue #1822: [CARBONDATA-2043] Configurable wait time for request...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

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



---

[GitHub] carbondata issue #1822: [CARBONDATA-2043] Configurable wait time for request...

Posted by mohammadshahidkhan <gi...@git.apache.org>.
Github user mohammadshahidkhan commented on the issue:

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


---

[GitHub] carbondata issue #1822: [WIP][CARBONDATA-2043] Configurable wait time for re...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

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



---

[GitHub] carbondata issue #1822: [CARBONDATA-2043] Configurable wait time for request...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

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



---