Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug][ResourceManager]Resource moreThan Judgment logic bug #187

Closed
wForget opened this issue Dec 13, 2019 · 1 comment
Closed

[Bug][ResourceManager]Resource moreThan Judgment logic bug #187

wForget opened this issue Dec 13, 2019 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@wForget
Copy link
Member

wForget commented Dec 13, 2019

有多个属性的 Resource 类 moreThan 方法没有考虑个别属性相等,其他的大于的情况。
The moretan method of resource class with multiple attributes does not consider the case that individual attributes are equal and others are greater than.

def moreThan(r: Resource): Boolean =
memory > r.memory && cores > r.cores && instances > r.instances

@wForget wForget changed the title Resource >= 判断逻辑BUG Resource moreThan 判断逻辑BUG Dec 13, 2019
@wushengyeyouya wushengyeyouya added the bug Something isn't working label Dec 13, 2019
@wushengyeyouya
Copy link
Contributor

wushengyeyouya commented Dec 13, 2019

Thanks very much, we will fix it in next release.
非常感谢,我们将在下一版本中修复它。

@wForget wForget added this to Done(已完成) in Linkis0.11.0 Jul 29, 2020
@peacewong peacewong changed the title Resource moreThan 判断逻辑BUG [Bug][ResourceManager]Resource moreThan 判断逻辑BUG Nov 12, 2020
@jinyangrao jinyangrao changed the title [Bug][ResourceManager]Resource moreThan 判断逻辑BUG [Bug][ResourceManager]Resource moreThan Judgment logic bug Jul 12, 2021
mayinrain pushed a commit to mayinrain/incubator-linkis that referenced this issue Jul 11, 2023
* add sys funtion script

* Change udf-sys.sql path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Linkis0.11.0
  
Done(已完成)
Development

No branches or pull requests

3 participants