This is an automated email from the ASF dual-hosted git repository.
xincheng pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new a13eacd61c [Imporvement] Improve the MasterCofnig module comments of
dolphinscheduler (#16134)
a13eacd61c is described below
commit a13eacd61c7a098bb820b1e656889bc5ed9e5a5e
Author: Cancai Cai <[email protected]>
AuthorDate: Wed Jun 12 13:29:23 2024 +0800
[Imporvement] Improve the MasterCofnig module comments of dolphinscheduler
(#16134)
Co-authored-by: xiangzihao <[email protected]>
---
.../dolphinscheduler/server/master/config/MasterConfig.java | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git
a/dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/config/MasterConfig.java
b/dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/config/MasterConfig.java
index 20d3cccef3..d9e6ab3b7d 100644
---
a/dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/config/MasterConfig.java
+++
b/dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/config/MasterConfig.java
@@ -96,10 +96,14 @@ public class MasterConfig implements Validator {
private CommandFetchStrategy commandFetchStrategy = new
CommandFetchStrategy();
- // ip:listenPort
+ /**
+ * The IP address and listening port of the master server in the format
'ip:listenPort'.
+ */
private String masterAddress;
- // /nodes/master/ip:listenPort
+ /**
+ * The registry path for the master server in the format
'/nodes/master/ip:listenPort'.
+ */
private String masterRegistryPath;
@Override