You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@linkis.apache.org by GitBox <gi...@apache.org> on 2022/07/15 08:13:08 UTC

[GitHub] [incubator-linkis] Alexkun opened a new issue, #2476: [Feature] [Entrance] Entrance concurrency of running jobs should be optimized in case of multi instances

Alexkun opened a new issue, #2476:
URL: https://github.com/apache/incubator-linkis/issues/2476

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar feature requirement.
   
   
   ### Problem Description
   
   <img width="1645" alt="image" src="https://user-images.githubusercontent.com/11203920/179179092-7e781b49-7763-41e4-a9bf-71169bdcb0e1.png">
   As it shows above, param 'maxRunningJob' use param 'wds.linkis.rm.instance' as the default value. If there are n entrance nodes, the total running task num will be n * param 'wds.linkis.rm.instance'。
   Entrance服务中maxRunningJob参数默认值取wds.linkis.rm.instance。在集群有n个entrance实例时,总的任务运行数为n * wds.linkis.rm.instance 。 
   
   ### Description
   
   _No response_
   
   ### Use case
   
   _No response_
   
   ### solutions
   
   1, get the value of wds.linkis.rm.instance defined m, num of all entrance nodes in the cluster defined as n , the value of param 'maxRunningJob' is m / n defined as t
   2, define the minimum running job param 'wds.linkis.entrance.runningjob.min' with default value 5.
   3, the group set the minimum value between t and the value of 'wds.linkis.entrance.runningjob.min' .
   1,用户配置wds.linkis.rm.instance 定义为m,集群所有entrance 数量定义为n,则初始最大运行任务数为m/n ,定义为t
   2,定义entrance最小运行任务数 wds.linkis.entrance.runningjob.min = 5
   3,用户队列group设置t和wds.linkis.entrance.runningjob.min中的最小值,作为最大运行数
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!


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

To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org
For additional commands, e-mail: notifications-help@linkis.apache.org


[GitHub] [incubator-linkis] github-actions[bot] commented on issue #2476: [Feature] [Entrance] Entrance concurrency of running jobs should be optimized in case of multi instances

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #2476:
URL: https://github.com/apache/incubator-linkis/issues/2476#issuecomment-1185294953

   :blush:  Welcome to the Apache Linkis (incubating) community!!
   We are glad that you are contributing by opening this issue.
   
   Please make sure to include all the relevant context.
   We will be here shortly.
   
   If you are interested in contributing to our website project, please let us know!
   You can check out our contributing guide on 
    :point_right:  [How to Participate in Project Contribution](https://linkis.apache.org/community/how-to-contribute).
    
   WeChat  Group:
   
   ![image](https://user-images.githubusercontent.com/7869972/176336986-d6b9be8f-d1d3-45f1-aa45-8e6adf5dd244.png)
   Mailing Lists:
   |name|description|Subscribe|Unsubscribe|archive|
   |:-----|:--------|:------|:-------|:-----|
   | [dev@linkis.apache.org](mailto:dev@linkis.apache.org) | community activity information | [subscribe](mailto:dev-subscribe@linkis.apache.org) | [unsubscribe](mailto:dev-unsubscribe@linkis.apache.org) | [archive](http://mail-archives.apache.org/mod_mbox/linkis-dev) |


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

To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org
For additional commands, e-mail: notifications-help@linkis.apache.org


[GitHub] [incubator-linkis] casionone closed issue #2476: [Feature] [Entrance] Entrance concurrency of running jobs should be optimized in case of multi instances

Posted by GitBox <gi...@apache.org>.
casionone closed issue #2476: [Feature] [Entrance] Entrance concurrency of running jobs should be optimized in case of multi instances
URL: https://github.com/apache/incubator-linkis/issues/2476


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

To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org
For additional commands, e-mail: notifications-help@linkis.apache.org