Skip to content

Commit 8f1700e

Browse files
committed
Remove the extra round of data draining processing which is not needed.
Signed-off-by: Jipan Yang <jipan.yang@alibaba-inc.com>
1 parent a4f5742 commit 8f1700e

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

orchagent/orchdaemon.cpp

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -363,14 +363,8 @@ void OrchDaemon::warmRestoreAndSyncUp()
363363
o->doTask();
364364
}
365365

366-
// One more iteration due to the VLAN lag empty member restrictioin temporary fix, to be removed.
367-
for (Orch *o : m_orchList)
368-
{
369-
o->doTask();
370-
}
371-
372366
/*
373-
* At this point, all the pre-existing data should be have been processed properly, and
367+
* At this point, all the pre-existing data should have been processed properly, and
374368
* orchagent should be in exact same state of pre-shutdown.
375369
* Perform restore validation as needed.
376370
*/

0 commit comments

Comments
 (0)