Suppress ChosenMachine to fix simulation error (#11277)
This commit is contained in:
parent
a6e543b5c7
commit
2a774d39a5
|
@ -4955,6 +4955,7 @@ int DDTeamCollection::addBestMachineTeams(int machineTeamsToBuild) {
|
|||
LocalityEntry process = tcMachineInfo->localityEntry;
|
||||
forcedAttributes.push_back(process);
|
||||
TraceEvent("ChosenMachine")
|
||||
.suppressFor(30.0)
|
||||
.detail("MachineInfo", tcMachineInfo->machineID)
|
||||
.detail("LeaseUsedMachinesSize", leastUsedMachines.size())
|
||||
.detail("ForcedAttributesSize", forcedAttributes.size());
|
||||
|
|
Loading…
Reference in New Issue