somandal commented on code in PR #15891: URL: https://github.com/apache/pinot/pull/15891#discussion_r2114492877
########## pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/tenant/TenantRebalanceConfig.java: ########## @@ -63,6 +79,7 @@ public void setParallelWhitelist(Set<String> parallelWhitelist) { _parallelWhitelist = parallelWhitelist; } + @ApiModelProperty(hidden = true) Review Comment: Yet to look at the full code in detail, but will marking these as `hidden = true` break backward compatibility for users that use these properties? What does it mean to hide these? -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org