zyxxoo commented on issue #2355: URL: https://github.com/apache/incubator-hugegraph/issues/2355#issuecomment-1818244993
Hi, your understanding is generally correct. The master/slaver design is mainly used to perform asynchronous tasks. The master node distributes tasks and the slave performs tasks. For requests that need to create tasks, such as rebuilding the index, the request needs to be redirected to the master. No. CRUD requests that need to create tasks do not need to go through the master. If we only have one node, there will be a single point problem. -- 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]
