ClickHouse/dbms
Alexander Kuzmenkov 3ff143c60f Lock the TinyLog storage when reading.
Unlike StripeLog, we only have one set of files per column, so we can't
read concurrently with writing. We didn't use any locking before, and
that lead to user-visible error messages and tsan failures.
2019-07-31 13:59:12 +03:00
..
benchmark
cmake Auto version update to [19.13.1.1] [54425] 2019-07-23 11:20:52 +03:00
programs Do not report strange exception messages into JSON report from performance-test 2019-07-29 12:05:37 +03:00
src Lock the TinyLog storage when reading. 2019-07-31 13:59:12 +03:00
tests Merge pull request #6207 from yandex/fix-logs-level-tests 2019-07-29 21:40:58 +03:00
CMakeLists.txt Merge pull request #4247 from laplab/query-poor-mans-profiler 2019-07-23 03:02:58 +03:00