Suppress ChosenMachine to fix simulation error (#11277)

This commit is contained in:
Hao Fu 2024-04-03 17:26:22 -04:00 committed by GitHub
parent a6e543b5c7
commit 2a774d39a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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());