Adding TraceEvent when a worker is removed from cluster controller.
This commit is contained in:
parent
e9b07dc77c
commit
97cd53d649
|
@ -3095,6 +3095,7 @@ ACTOR Future<Void> workerAvailabilityWatch(WorkerInterface worker,
|
|||
cluster->removedDBInfoEndpoints.insert(worker.updateServerDBInfo.getEndpoint());
|
||||
cluster->id_worker.erase(worker.locality.processId());
|
||||
cluster->updateWorkerList.set(worker.locality.processId(), Optional<ProcessData>());
|
||||
TraceEvent("ClusterFailedWorker", cluster->id).detail("WorkerProcessId", worker.locality.processId());
|
||||
return Void();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue