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 ba3c0f3 commit 42bd002Copy full SHA for 42bd002
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