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
{{ message }}
This repository was archived by the owner on Mar 12, 2026. It is now read-only.
During a recent incident, the DSAPI's connection to a data server failed when it was initialising and that endpoint remained unusable. All requests to the endpoint failed, but no log entries were generated for these failures.
This makes it harder for the operators to determine which component is failing and can delay resolution of an issue.
All responses should be logged. In the case of errors due to failed initialisation, there should be some indication in the log entries that this is cause of the failure and a suggestion to look earlier in the log for the cause of the failed initialisation.
During a recent incident, the DSAPI's connection to a data server failed when it was initialising and that endpoint remained unusable. All requests to the endpoint failed, but no log entries were generated for these failures.
This makes it harder for the operators to determine which component is failing and can delay resolution of an issue.
All responses should be logged. In the case of errors due to failed initialisation, there should be some indication in the log entries that this is cause of the failure and a suggestion to look earlier in the log for the cause of the failed initialisation.
See also #49