Remove duplicate enterprise startup logic#114
Remove duplicate enterprise startup logic#114SpecialThing44 wants to merge 1 commit intographfoundation:1.0from
Conversation
SpecialThing44
commented
Apr 24, 2025
- As far as I can tell, this is a duplicate of the logic in org.neo4j.server.enterprise.EnterpriseNeoServer#start. which calls createDbFactory function.
- As far as I can tell, this is a duplicate of the logic in org.neo4j.server.enterprise.EnterpriseNeoServer#start. which calls createDbFactory function.
bradnussbaum
left a comment
There was a problem hiding this comment.
I'm not following the logic on why this is duplicate startup logic. How do OpenEnterpriseCoreGraphDatabase and OpenEnterpriseReadReplicaGraphDatabase get initialized based on the CORE/READ_REPLICA mode?
|
See the implementation of createDbFactory in OpenEnterpriseNeoServer, which is already the default call on the switch statement in EnterpriseNeoServer. |
|
This will need to be investigated further as |
|
I see it now :) |