jerqi commented on code in PR #2014:
URL: 
https://github.com/apache/incubator-uniffle/pull/2014#discussion_r1705101222


##########
coordinator/src/main/java/org/apache/uniffle/coordinator/CoordinatorConf.java:
##########
@@ -250,6 +250,12 @@ public class CoordinatorConf extends RssBaseConf {
           .defaultValue(true)
           .withDescription(
               "When set to true, for auditing purposes, the coordinator will 
log audit records for every rpc request operation. ");
+  public static final ConfigOption<List<String>> 
COORDINATOR_RPC_AUDIT_LOG_EXCLUDE_LIST =
+      ConfigOptions.key("rss.coordinator.rpc.audit.log.exclude.list")

Review Comment:
   `exclude.list`->`excludeList`. we can refer to the style of Spark. The last 
segment use the style of camel.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to