You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logging: fix bug where links wouldn't be promptly activated
The log process thread is what activates multidomain log
links, but if all backends were already initialized,
it would enter a mode where it would block until new
local logs were ready to be processed, even if links
were not yet completed in activation. Change the logic
for computing the timeout used to block the processing
thread so that it stays in periodic polling mode if there
are still log links that haven't finished activating.
Signed-off-by: Mike J. Chen <[email protected]>
0 commit comments