[Log] Modify some log level on BE side (#6381)

This commit is contained in:
Mingyu Chen
2021-08-14 10:25:45 +08:00
committed by GitHub
parent 42fedc0a56
commit 2030c44dba
3 changed files with 9 additions and 6 deletions

View File

@ -197,7 +197,7 @@ public class UtFrameUtils {
be.setOwnerClusterName(SystemInfoService.DEFAULT_CLUSTER);
be.setBePort(be_thrift_port);
be.setHttpPort(be_http_port);
be.setBeRpcPort(be_brpc_port);
be.setBrpcPort(be_brpc_port);
Catalog.getCurrentSystemInfo().addBackend(be);
}