dosubot[bot] commented on issue #2831: URL: https://github.com/apache/incubator-hugegraph/issues/2831#issuecomment-3060730477
<!-- Answer --> This error happens because when you run `init-store.sh` with the hstore backend, the script intentionally skips initializing hstore, so the EventHub component is never started. However, during shutdown, HugeGraph always tries to destroy EventHub, which triggers the "EventHub has not been initialized" error if it was never started. This is a benign warning and does not affect the initialization or operation of HugeGraph with hstore. You can safely ignore this error message—your store is still properly initialized and ready to use. If you see "Initialization finished," everything worked as expected for hstore users. [Reference: InitStore.java, HugeFactory.java, EventHub.java](https://github.com/apache/incubator-hugegraph/blob/a53af864b31f803780a1db31cb20d3d94d5d34fc/hugegraph-server/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/InitStore.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/c8503336-addd-4bb6-ac7e-1bf65c4caace?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/c8503336-addd-4bb6-ac7e-1bf65c4caace?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/c8503336-addd-4bb6-ac7e-1bf65c4caace?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/c8503336-addd-4bb6-ac7e-1bf65c4caace?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/c8503336-addd-4bb6-ac7e-1bf65c4caace?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/c8503336-addd-4bb6-ac7e-1bf65c4caace?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/c8503336-addd-4bb6-ac7e-1bf65c4caace?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/2831) -- 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]
