imbajin commented on code in PR #2937:
URL: 
https://github.com/apache/incubator-hugegraph/pull/2937#discussion_r2804216101


##########
docker/configs/server2-conf/graphs/hugegraph.properties:
##########
@@ -13,7 +13,6 @@ serializer=binary
 pd.peers=127.0.0.1:8686,127.0.0.1:8687,127.0.0.1:8688
 
 # task config
-task.scheduler_type=local
 task.schedule_period=10

Review Comment:
   ⚠️ 这里已经移除了 `task.scheduler_type`,但同目录的 `server1-conf` / `server3-conf` 
仍保留该配置项。由于本 PR 同时删除了 
`CoreOptions.SCHEDULER_TYPE`,这会导致示例配置不一致,并在启动时产生冗余配置告警。建议同步清理另外两个 docker 
配置文件,避免误导运维配置。



-- 
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