Alexey Milovidov
|
00a4b2cf8a
|
Removing garbage, part 1
|
2019-01-13 21:51:57 +03:00 |
|
Alexey Zatelepin
|
006a764df9
|
don't use pool for TaskStatsInfoGetter [#CLICKHOUSE-4209]
Pool is not needed because creation of a TaskStatsInfoGetter takes
an order of 10us. Also pool is harmful because created sockets are
never closed.
|
2019-01-09 20:52:25 +03:00 |
|
Alexey Milovidov
|
7d6ec29c5c
|
Fixed tests in Travis (order of destruction of thread-local variables of the main thread vs. static variables) [#CLICKHOUSE-3989]
|
2018-09-16 03:14:55 +03:00 |
|
Alexey Milovidov
|
3c7c2e3853
|
Revert "Revert "Tidy up thread locals usage across translation units""
This reverts commit 509386b14d .
|
2018-09-06 00:01:43 +03:00 |
|
Alexey Milovidov
|
509386b14d
|
Revert "Tidy up thread locals usage across translation units"
This reverts commit e28753061f .
|
2018-09-05 19:41:34 +03:00 |
|
Nicolae Vartolomei
|
e28753061f
|
Tidy up thread locals usage across translation units
Fixes #3015.
|
2018-09-03 22:36:16 +01:00 |
|
Alexey Milovidov
|
6ccd74aeeb
|
Attempt to fix performance regression due to usage of taskstats #2482
|
2018-08-30 21:48:41 +03:00 |
|
Alexey Milovidov
|
c34d36bf35
|
Fixed tests in Sandbox [#CLICKHOUSE-2]
|
2018-08-29 22:01:01 +03:00 |
|
Alexey Milovidov
|
efca6e4e09
|
Code cleanups #2482
|
2018-08-22 03:41:30 +03:00 |
|
Alexey Milovidov
|
43f1f70c9b
|
Code cleanups #2482
|
2018-08-22 03:24:55 +03:00 |
|
Alexey Milovidov
|
3fdff1abea
|
TaskStats: better code #2482
|
2018-08-22 00:05:30 +03:00 |
|
Alexey Milovidov
|
acb99b49df
|
Merge branch 'master' into CLICKHOUSE-2910
|
2018-08-14 23:29:42 +03:00 |
|
Vitaliy Lyudvichenko
|
1a4157f2a9
|
clickhouse_common_io does not depend on dbms. [#CLICKHOUSE-2910]
Get rid of extra linking dependencies for clickhouse_common_io. [#CLICKHOUSE-2910]
|
2018-06-21 15:13:56 +03:00 |
|
Vitaliy Lyudvichenko
|
358e4ae9bf
|
Fixed failures in utils, more precise test. [#CLICKHOUSE-2910]
|
2018-06-20 18:41:15 +03:00 |
|
Vitaliy Lyudvichenko
|
e13ba09004
|
Rewritten ThreadStatus via adding shared thread state. [#CLICKHOUSE-2910]
Fixed race condition in SystemLog.
|
2018-06-19 23:30:35 +03:00 |
|
Vitaliy Lyudvichenko
|
392f6e0c6c
|
Print query_id in logs. Add own logging interface. [#CLICKHOUSE-2910]
|
2018-06-18 16:41:13 +03:00 |
|
Vitaliy Lyudvichenko
|
a0e9d17bfd
|
Add query_id and host_name to server logs. [#CLICKHOUSE-2910]
|
2018-06-15 16:49:01 +03:00 |
|
Vitaliy Lyudvichenko
|
e5e73d4a9b
|
Add CAP_NET_ADMIN capability check. [#CLICKHOUSE-2910]
|
2018-06-14 17:58:39 +03:00 |
|
Vitaliy Lyudvichenko
|
95b42afcb9
|
Add test for profile events logging. [#CLICKHOUSE-2910]
|
2018-06-14 14:56:12 +03:00 |
|
Vitaliy Lyudvichenko
|
c04dfb40a6
|
Fixed memory tracking. [#CLICKHOUSE-2910]
|
2018-06-09 18:29:08 +03:00 |
|
Vitaliy Lyudvichenko
|
ac54e52fb3
|
Add server logs passing to client. [#CLICKHOUSE-2910]
|
2018-06-07 20:58:50 +03:00 |
|
Vitaliy Lyudvichenko
|
89f2107c75
|
C++ify taskstats getter, periodic auto update of profile events. [#CLICKHOUSE-2910]
|
2018-06-04 17:50:35 +03:00 |
|
Vitaliy Lyudvichenko
|
b46f2ad946
|
Simplified code via introducing states. [#CLICKHOUSE-2910]
|
2018-06-01 22:39:32 +03:00 |
|
Vitaliy Lyudvichenko
|
2b179b560b
|
Initialize external tables after enqueue query. [#CLICKHOUSE-2910]
|
2018-06-01 18:32:27 +03:00 |
|
Vitaliy Lyudvichenko
|
549a6944d9
|
Better AsynchronousBlockInputStream in sync mode. [#CLICKHOUSE-2910]
|
2018-06-01 14:58:17 +03:00 |
|
Vitaliy Lyudvichenko
|
0355f81f20
|
[WIP] Introduced query_thread_log. [#CLICKHOUSE-2910]
|
2018-05-31 18:54:08 +03:00 |
|
Vitaliy Lyudvichenko
|
e265e5c2ab
|
Refactoring. [#CLICKHOUSE-2910]
|
2018-05-29 21:14:31 +03:00 |
|
Vitaliy Lyudvichenko
|
d81744fd06
|
Add more perfomance counters. [#CLICKHOUSE-2910]
|
2018-05-28 23:03:03 +03:00 |
|
Vitaliy Lyudvichenko
|
bd4d8a6766
|
Add profile events and settings logging. [#CLICKHOUSE-2910]
|
2018-05-17 19:01:41 +03:00 |
|
Vitaliy Lyudvichenko
|
364f519eea
|
Threads and ProfileEvents in system.processes. [#CLICKHOUSE-2910]
|
2018-03-07 14:35:54 +03:00 |
|
Vitaliy Lyudvichenko
|
efdda9cc9b
|
Introduced ThreadStatus. [#CLICKHOUSE-2910]
|
2018-03-07 14:35:10 +03:00 |
|