Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maobaolong committed Nov 19, 2024
1 parent 7c3289c commit 9e8042a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ public class ShuffleServerConf extends RssBaseConf {
"The block id manager class, the implementation of this interface "
+ "to manage the shuffle block ids");
public static final ConfigOption<Boolean> SERVER_TRIGGER_REPORT_WHILE_UNREGISTER_ENABLED =
ConfigOptions.key("rss.server.trigger.report.while.unregister.enabled")
ConfigOptions.key("rss.server.heartbeatReportOnUnregisterEnabled")
.booleanType()
.defaultValue(false)
.withDescription("Whether to trigger report while unregister");
Expand Down

0 comments on commit 9e8042a

Please sign in to comment.