Skip to content

Commit 6d20ef1

Browse files
committed
fix:modify log level in SpecStreamClient.
1 parent 614fd4a commit 6d20ef1

File tree

2 files changed

+2
-2
lines changed
  • polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc

2 files changed

+2
-2
lines changed

polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/SpecStreamClient.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ public void onNext(ResponseProto.DiscoverResponse response) {
260260
updateTask = pendingTask.remove(serviceEventKey);
261261
}
262262
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));
264264
return;
265265
}
266266
if (updateTask.getTaskType() == Type.FIRST) {

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
<properties>
6666
<!-- Project revision -->
67-
<revision>1.12.5</revision>
67+
<revision>1.12.6</revision>
6868

6969
<timestamp>${maven.build.timestamp}</timestamp>
7070
<skip.maven.deploy>false</skip.maven.deploy>

0 commit comments

Comments
 (0)