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
Subscription services have a number of problems in their error handling. The Subscriber.Service.Send does not return any errors, which causes the Enterprise SubWriteOk counter to be incremented on both success and failure, which is wrong.
In addition, the logging for the Subscriber service does not use various conventions that would make it easier to debug through the logs. We should put more context in the error messages like database and retention policy, as well as which writer failed (if that information is available).
The text was updated successfully, but these errors were encountered:
Subscription services have a number of problems in their error handling. The Subscriber.Service.Send does not return any errors, which causes the Enterprise
SubWriteOk
counter to be incremented on both success and failure, which is wrong.In addition, the logging for the Subscriber service does not use various conventions that would make it easier to debug through the logs. We should put more context in the error messages like database and retention policy, as well as which writer failed (if that information is available).
The text was updated successfully, but these errors were encountered: