apache / linkis

Apache Linkis builds a computation middleware layer to facilitate connection, governance and orchestration between the upper applications and the underlying data engines.
https://linkis.apache.org/
Apache License 2.0
3.29k stars 1.16k forks source link

#4907 Incorrect adjustment of log printing resource parameters #4908

Closed sjgllgh closed 11 months ago

sjgllgh commented 11 months ago

What is the purpose of the change

Incorrect adjustment of log printing resource parameters

Related issues/PRs

Related issues: #4907

Brief change log

Change After: public String toString() { return String.format( "Number of instances(实例数):%d,(RAM)内存:%s ,cpu: %s", this.getInstances(), this.getMemory(), this.getCores()); }

Checklist