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
Copy file name to clipboardExpand all lines: polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/SpecStreamClient.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -260,7 +260,7 @@ public void onNext(ResponseProto.DiscoverResponse response) {
260
260
updateTask = pendingTask.remove(serviceEventKey);
261
261
}
262
262
if (null == updateTask) {
263
-
LOG.error("[ServerConnector]callback not found for:{}", TextFormat.shortDebugString(service));
263
+
LOG.warn("[ServerConnector]callback not found for:{}", TextFormat.shortDebugString(service));
0 commit comments