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 7e9ea6a commit 4d346a6Copy full SHA for 4d346a6
src/main/java/com/actiontech/dble/log/AlarmAppender.java
@@ -59,7 +59,7 @@ public void append(LogEvent event) {
59
if (DbleServer.getInstance().isUseUcore()) {
60
grpcLevel = 300;
61
serverId = UcoreConfig.getInstance().getValue(ClusterParamCfg.CLUSTER_CFG_MYID) + getLocalIPs();
62
- alertComponentId = UcoreConfig.getInstance().getValue(ClusterParamCfg.CLUSTER_CFG_CLUSTERID);
+ alertComponentId = UcoreConfig.getInstance().getValue(ClusterParamCfg.CLUSTER_CFG_MYID);
63
Channel channel = ManagedChannelBuilder.forAddress(UcoreConfig.getInstance().getIpList().get(0),
64
Integer.parseInt(UcoreConfig.getInstance().getValue(ClusterParamCfg.CLUSTER_PLUGINS_PORT))).
65
usePlaintext(true).build();
0 commit comments