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
As described by @rachedbenmustapha in the PR #1 , We need to design some kind of fallback behavior for whenever enough errors occur simultaneously (but slowly) to fill the memory with log entries.
We need to make sure that the log system won't become a worsening factor, and that it won't hog all the memory for itself due to bad design decisions.
The first (and current) version shall be simple, but we need to think about a solution for the long-term.
The text was updated successfully, but these errors were encountered:
We could introduce a dumpLevelLimit (configurable and set to some default). This would mean that we would evict entries using FIFO once the number of entries on a request logger reach that limit.
As described by @rachedbenmustapha in the PR #1 , We need to design some kind of fallback behavior for whenever enough errors occur simultaneously (but slowly) to fill the memory with log entries.
We need to make sure that the log system won't become a worsening factor, and that it won't hog all the memory for itself due to bad design decisions.
The first (and current) version shall be simple, but we need to think about a solution for the long-term.
The text was updated successfully, but these errors were encountered: