Ethereal-O commented on issue #330:
URL: 
https://github.com/apache/incubator-hugegraph-computer/issues/330#issuecomment-2922842447

   Hello everyone, I have briefly outlined the calling process and related 
concepts such as Space, Graph, Worker, WorkerGroup, etc( 
https://ethereal-o.github.io/2025/05/21/hugegraph-vermeer-reading/ ). 
Meanwhile, I also briefly outlined the plan for implementing this task:
   1. Worker loads the WorkerGroup configuration item from the configuration at 
startup.
   2. Pass configuration items to the Master when SayHello.
   3. The Master uses the passed WorkerGroup configuration item in the 
CreateWorker function to assign a Group to the Worker.
   At present, I think the points that need attention and solutions are as 
follows:
   1. Default configuration: Worker passes in a "$" string.
   2. Priority of recovery from object storage: The priority of recovery from 
object storage is higher, and I believe that ensuring the stability of the 
Master is the primary condition.
   3. Worker trustworthiness: Always believe that the worker is trustworthy and 
faithfully executing the correct code.
   I would like to ask if my previous approach is correct? And are there any 
other areas that need attention? thank.


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