未验证 提交 ff2ab69a 编写于 作者: Z zifeihan 提交者: GitHub

Fix the uuid field in GRPCConfigWatcherRegister is not updated. (#6115)

上级 1b1f0851
......@@ -40,6 +40,7 @@ Release Notes.
* Add JavaScript component ID.
* Fix CVE of UninstrumentedGateways in Dynamic Configuration activation.
* Improve query performance in storage-influxdb-plugin.
* Fix the uuid field in GRPCConfigWatcherRegister is not updated.
#### UI
* Fix un-removed tags in trace query.
......
......@@ -67,6 +67,7 @@ public class GRPCConfigWatcherRegister extends ConfigWatcherRegister {
table.add(new ConfigTable.ConfigItem(name, config.getValue()));
}
});
this.uuid = responseUuid;
} catch (Exception e) {
LOGGER.error("Remote config center [" + settings + "] is not available.", e);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册