fix(rpc) Synchronize RPC requests only within the TP group. (#25213)
Co-authored-by: Zhiqiang Xie <xiezhq@stanford.edu>
This commit is contained in:
@@ -4005,7 +4005,7 @@ class Scheduler(
|
||||
exec = e
|
||||
logger.error(f"Failed to call rpc {recv_req.method}: {str(e)}")
|
||||
|
||||
barrier()
|
||||
barrier(group=self.tp_group.cpu_group)
|
||||
return RpcReqOutput(success=success, message="" if not exec else str(exec))
|
||||
|
||||
def abort_request(self, recv_req: AbortReq):
|
||||
|
||||
Reference in New Issue
Block a user