We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d20bc8 commit b607e36Copy full SHA for b607e36
fe/fe-core/src/main/java/org/apache/doris/cloud/catalog/CloudInstanceStatusChecker.java
@@ -59,9 +59,6 @@ public CloudInstanceStatusChecker(CloudSystemInfoService cloudSystemInfoService)
59
protected void runAfterCatalogReady() {
60
try {
61
Cloud.GetInstanceResponse response = cloudSystemInfoService.getCloudInstance();
62
- if (LOG.isDebugEnabled()) {
63
- LOG.debug("get from ms response {}", response);
64
- }
65
if (!isResponseValid(response)) {
66
return;
67
}
0 commit comments