mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
313747688e
Otherwise there can be pretty noisy messages, like here [1]: Cannot add message to the log: Code: 241. DB::Exception: Memory limit (for user) exceeded: would use 42.02 MiB (attempt to allocate chunk of 2101278 bytes), maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): [1]: https://s3.amazonaws.com/clickhouse-test-reports/0/efc74e33e580b7d3ff33c3e269db86addfaa6b51/stateless_tests__msan__[2/3].html And it should be okay to ignore server limits too, since it always better to have a proper log message in a proper place, not stderr which does not inspected usually. Follow-up for: #24069 Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ExtendedLogChannel.cpp | ||
ExtendedLogChannel.h | ||
Loggers.cpp | ||
Loggers.h | ||
OwnFormattingChannel.cpp | ||
OwnFormattingChannel.h | ||
OwnJSONPatternFormatter.cpp | ||
OwnJSONPatternFormatter.h | ||
OwnPatternFormatter.cpp | ||
OwnPatternFormatter.h | ||
OwnSplitChannel.cpp | ||
OwnSplitChannel.h |