dosubot[bot] commented on issue #2675:
URL: 
https://github.com/apache/incubator-hugegraph/issues/2675#issuecomment-2407753649

   <!-- Answer -->
   You can't delete vertex labels in standalone mode with `server.role` set to 
`computer` because the server is not a master. In HugeGraph, tasks like 
deleting vertex labels must be scheduled on a master server. The error message 
"Can't schedule task on non-master server" indicates that the operation is 
being attempted on a non-master server, which is not allowed 
<sup>[[1]](https://github.com/apache/incubator-hugegraph/blob/master/hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java)</sup><sup>[[2]](https://github.com/apache/incubator-hugegraph/blob/master/hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/VertexLabelAPI.java)</sup>.
   
   
   <!-- Dosu Comment Footer -->
   *To continue talking to [Dosu](https://dosu.dev), mention @dosu.*
   


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