gavinchou commented on code in PR #53104:
URL: https://github.com/apache/doris/pull/53104#discussion_r2199853980
##########
fe/fe-common/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -3364,8 +3364,10 @@ public static int metaServiceRpcRetryTimes() {
@ConfField(mutable = true)
public static int audit_event_log_queue_size = 250000;
- @ConfField(description = {"存算分离模式下streamload导入使用的转发策略,
可选值为public-private或者空",
- "streamload route policy in cloud mode, availale options are
public-private and empty string"})
+ @ConfField(mutable = true, description = {
+ "streamload导入使用的转发策略,
可选值为public-private/public/private/direct/random_be/空",
Review Comment:
`random_be` 命名和 `public-private` 格式不一样, 最好保持一样的风格, 使用 横杠的风格.
不同的转发策略有没有文档说明他们的行为, 这里选项还是比较多 需要展开说下 每一项的行为
--
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]