dosubot[bot] commented on issue #2833: URL: https://github.com/apache/incubator-hugegraph/issues/2833#issuecomment-3078128778
<!-- Answer --> 已记录历史 context:HugeGraph 早期(无 PD 时)采用 master/worker 机制做集群角色分工和选举,1.5.x 版本引入 PD(Placement Driver)后,HStore 等 PD 支持的后端已完全由 PD 负责分布式协调、分区和元数据管理,master/worker 机制在这些场景下已不再使用,仅为兼容非 PD 后端保留配置和代码路径。配置文件和代码注释也明确标注相关配置在 1.5.0 起已废弃,仅对旧后端有效,HStore+PD 场景下不会再走 master/worker 逻辑,所有集群调度都交由 PD 处理。[代码示例1](https://github.com/apache/incubator-hugegraph/blob/a53af864b31f803780a1db31cb20d3d94d5d34fc/hugegraph-server/hugegraph-dist/src/assembly/static/conf/rest-server.properties) [代码示例2](https://github.com/apache/incubator-hugegraph/blob/a53af864b31f803780a1db31cb20d3d94d5d34fc/hugegraph-server/hugegraph-hstore/src/main/java/org/apache/hugegraph/backend/store/hstore/HstoreSessionsImpl.java) <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/17171339-1625-4b77-8ca8-282d24ed8595?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/17171339-1625-4b77-8ca8-282d24ed8595?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/17171339-1625-4b77-8ca8-282d24ed8595?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/17171339-1625-4b77-8ca8-282d24ed8595?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/17171339-1625-4b77-8ca8-282d24ed8595?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/17171339-1625-4b77-8ca8-282d24ed8595?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/17171339-1625-4b77-8ca8-282d24ed8595?feedback_type=other)</sup> [](https://go.dosu.dev/discord-bot) [! [Share on X](https://img.shields.io/badge/X-share-black)](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/incubator-hugegraph/issues/2833) -- 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]
