Commit Graph

4 Commits

Author SHA1 Message Date
Dao 1c9c832f6c Merge branch 'cherry-pick-802d2a95' into 'cnch-ce-merge'
feat(clickhousech@m-9380338): [cp] support reload log level from config file

See merge request dp/ClickHouse!17122
2023-11-20 18:51:22 +08:00
Azat Khuzhin 45459d9433 Suppress exceptions from logger code
Some code does not expect from the logger code to throw, and this can
lead to the problems like:
- marking distributed batch as broken (in
  StorageDistributedDirectoryMonitor)
- some MergeTree code may also be affected.

So instead of throwing the exception, it will be logged to the stderr
(if it is possible).
2021-06-07 09:38:15 +03:00
Alexey Milovidov 36aab47149 Fixed race condition in text_log 2020-03-18 14:59:40 +03:00
Ivan b7ef5a699c
Move FastMemcpy to contribs (#9219)
* Get rid of non-existent vectorclass
* Move FastMemcpy to contribs
* Restore comments
* Disable FastMemcpy on non-Linux
* Fix cmake file
* Don't build FastMemcpy for ARM64
* Replace FastMemcpy submodule with its contents
* Fix cmake file
* Move widechar_width to contrib/
* Move sumbur to contrib/
* Move consistent-hashing to contrib/
* Fix UBSan tests
2020-03-13 01:26:16 +03:00