mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-12 02:23:14 +00:00
Merge branch 'system-stack-trace-fix' into ditch-aio
This commit is contained in:
commit
002e648183
@ -223,7 +223,7 @@ void StorageSystemStackTrace::fillData(MutableColumns & res_columns, ContextPtr,
|
||||
{
|
||||
constexpr size_t comm_buf_size = 32; /// More than enough for thread name
|
||||
ReadBufferFromFile comm(thread_name_path.string(), comm_buf_size);
|
||||
readStringUntilEOF(thread_name, comm);
|
||||
readEscapedStringUntilEOL(thread_name, comm);
|
||||
comm.close();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user