Skip to content

Commit

Permalink
[202012] Fix orchagent missing request when logrotate happens (#2718)
Browse files Browse the repository at this point in the history
- Cherry picking #2712 
- The sairedis logrotate has been moved into the daemon main select loop. After it finishes, it should not continue, because that will drop the event that has been selected.
  • Loading branch information
prsunny authored Mar 30, 2023
1 parent 3108985 commit 637e4c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion orchagent/orchdaemon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,6 @@ void OrchDaemon::start()
gSaiRedisLogRotate = false;

logRotate();
continue;
}

auto *c = (Executor *)s;
Expand Down

0 comments on commit 637e4c7

Please sign in to comment.