Skip to content

Commit

Permalink
[Imporvement] Improve the MasterCofnig module comments of dolphinsche…
Browse files Browse the repository at this point in the history
…duler (#16134)

Co-authored-by: xiangzihao <460888207@qq.com>
  • Loading branch information
caicancai and SbloodyS authored Jun 12, 2024
1 parent d8011d8 commit a13eacd
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a13eacd

Please sign in to comment.