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
Since 7.4.0 when a datafeed is stopped it tries to persist datafeed timing stats. However, this is done in the finally block in DatafeedManager.stop(), and if it fails for some reason then the datafeed is not fully stopped. It remains permanently in the stopping state, and due to #48931 there is currently no way to stop a datafeed that is stuck in the stopping state.
Failure to persist datafeed timing stats for some reason should be logged as a warning but should not prevent more critical datafeed shutdown actions from being attempted.
The text was updated successfully, but these errors were encountered:
Since 7.4.0 when a datafeed is stopped it tries to persist datafeed timing stats. However, this is done in the
finally
block inDatafeedManager.stop()
, and if it fails for some reason then the datafeed is not fully stopped. It remains permanently in thestopping
state, and due to #48931 there is currently no way to stop a datafeed that is stuck in thestopping
state.Failure to persist datafeed timing stats for some reason should be logged as a warning but should not prevent more critical datafeed shutdown actions from being attempted.
The text was updated successfully, but these errors were encountered: