improve memory limits errors observability (add debugging details)#6551
Conversation
|
⚪
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
|
|
||
| for (auto& [outputIndex, sinkInfo] : SinksMap) { | ||
| if (auto* sink = GetSink(outputIndex, sinkInfo)) { | ||
| if (!sinkInfo.AsyncOutput) |
There was a problem hiding this comment.
for reviewers: at extreme low limits this check prevents potential segfault
|
⚪
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
Changelog entry
improve memory limits errors observability (add debugging details)
Changelog category
Additional information
...