Details
-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
Security Level: Public
-
None
-
CBG Sprint 126
-
1
Description
When we close the cbgt manager, it tears down feeds in a way that triggers OnFeedError for each pIndex. This results in relatively verbose info-level logging about feed EOF errors. It would be preferable to suppress this logging when the manager has been intentionally closed (as opposed to an unexpected EOF for a running manager).
We should set a 'closing' flag on the sgMgrEventHandlers when we stop the manager, and suppressing the logging when that flag is set to true.