You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@linkis.apache.org by GitBox <gi...@apache.org> on 2021/12/15 11:17:10 UTC

[GitHub] [incubator-linkis] peacewong opened a new issue #1207: The queue name in YarnResource should not be used as calculation logic

peacewong opened a new issue #1207:
URL: https://github.com/apache/incubator-linkis/issues/1207


   **Describe the bug**
   There is an incorrect usage of using the queue name as a comparison in YarnResource
   ```
   override def notLess(r: Resource): Boolean =
       queueName >= r.queueName && queueMemory >= r.queueMemory && queueCores >= r.queueCores && queueInstances >= r.queueInstances
   
   ```


-- 
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: dev-unsubscribe@linkis.apache.org

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



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


[GitHub] [incubator-linkis] sargentti closed issue #1207: The queue name in YarnResource should not be used as calculation logic

Posted by GitBox <gi...@apache.org>.
sargentti closed issue #1207:
URL: https://github.com/apache/incubator-linkis/issues/1207


   


-- 
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: dev-unsubscribe@linkis.apache.org

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



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