You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
👉 How to Participate in Project Contribution.
Search before asking
Linkis Component
linkis-computation-governance
Steps to reproduce
public String toString() {
return String.format(
"Number of instances(实例数):%d,(RAM)内存:%s ,cpu: %s",
this.getInstances(), this.getCores(), this.getMemory());
}
Expected behavior
public String toString() {
return String.format(
"Number of instances(实例数):%d,(RAM)内存:%s ,cpu: %s",
this.getInstances(), this.getMemory(), this.getCores());
}
Your environment
Anything else
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: