Alexey Milovidov
|
efb901245b
|
Merge branch 'master' into ft-thread-scheduling-stacktrace
|
2023-06-29 11:38:54 +03:00 |
|
Yakov Olkhovskiy
|
535fef97d5
|
clang-tidy fix
|
2023-06-25 04:44:21 +00:00 |
|
Yakov Olkhovskiy
|
e0485778f5
|
style fix
|
2023-06-24 19:37:00 +00:00 |
|
Yakov Olkhovskiy
|
f11e1c25ee
|
added to fatal errors handler, added comments
|
2023-06-24 17:24:54 +00:00 |
|
Sema Checherinda
|
977cd03cf2
|
Merge branch 'master' into memory-leak
|
2023-06-23 15:35:53 +02:00 |
|
Sema Checherinda
|
95349a405b
|
release buffers with exception context
|
2023-06-22 13:00:13 +02:00 |
|
Andrey Zvonov
|
07191ce10d
|
Merge branch 'master' into zvonand-implicit-tz
|
2023-06-20 00:24:53 +02:00 |
|
Alexey Milovidov
|
dcd4cfa5c2
|
Fix build
|
2023-06-19 03:28:59 +02:00 |
|
Alexey Milovidov
|
9ae4915655
|
Code simplification
|
2023-06-18 21:08:37 +02:00 |
|
Alexey Milovidov
|
a6dde6ab62
|
Print changed settings on fatal errors
|
2023-06-18 20:38:25 +02:00 |
|
zvonand
|
4155d13d69
|
merge master and resolve conflict
|
2023-06-16 02:20:32 +02:00 |
|
Michael Kolupaev
|
badde0fde2
|
Print git hash when crashing
|
2023-06-14 15:22:44 -07:00 |
|
Andrey Zvonov
|
9237b904be
|
Merge branch 'master' into zvonand-implicit-tz
|
2023-05-10 01:25:33 +02:00 |
|
Kseniia Sumarokova
|
336bb41c5d
|
Merge branch 'master' into remove-dependency-from-context
|
2023-05-08 12:46:10 +02:00 |
|
Alexey Milovidov
|
b1a92a5712
|
Remove dangerous code
|
2023-05-06 18:30:18 +02:00 |
|
Alexey Milovidov
|
efa66521de
|
Allow to run in Linux without PRCTL support
|
2023-05-05 06:40:12 +02:00 |
|
kssenii
|
ecfbf1e304
|
Remove dependency from DB::Context in readers
|
2023-05-02 21:45:27 +02:00 |
|
zvonand
|
089306820f
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into zvonand-implicit-tz
|
2023-04-14 13:21:49 +02:00 |
|
zvonand
|
2a9f28b73b
|
resolve
|
2023-04-12 12:54:39 +02:00 |
|
zvonand
|
a9499eed79
|
moved getting server TZ DateLUT to separate place, upd tests and fix
|
2023-04-12 12:47:05 +02:00 |
|
Robert Schulze
|
05606a8835
|
Clean up GCC warning pragmas
|
2023-04-11 18:21:08 +00:00 |
|
Azat Khuzhin
|
79b83c4fd2
|
Remove superfluous includes of logger_userful.h from headers
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2023-04-10 17:59:30 +02:00 |
|
Alexey Milovidov
|
09ea79aaf7
|
Add support for {server_uuid} macro
|
2023-04-09 03:04:26 +02:00 |
|
Коренберг Марк
|
6df169dce3
|
Fix #36971: Watchdog: exit with non-zero code if child process exits
|
2023-03-24 16:04:09 +03:00 |
|
Sema Checherinda
|
0b641fcead
|
Merge pull request #47564 from CheSema/remove-redundant
remove counters for threads, fix negative counters
|
2023-03-18 02:23:52 +01:00 |
|
Robert Schulze
|
f72a337074
|
Remove cruft from build
No need to check compiler flags, clang >= 15 supports all of them.
|
2023-03-17 13:44:04 +00:00 |
|
Sema Checherinda
|
3c6deddd1d
|
work with comments on PR
|
2023-03-16 19:55:58 +01:00 |
|
Mike Kot
|
9920a52c51
|
use std::lerp, constexpr hex.h
|
2023-03-07 22:50:17 +00:00 |
|
Mike Kot
|
4bc443f3c7
|
initial solution
|
2023-03-06 19:35:00 +03:00 |
|
Alexander Tokmakov
|
619b282060
|
more correct handling of fatal errors
|
2023-03-03 01:22:04 +01:00 |
|
Alexey Milovidov
|
f28ab14759
|
Better handling of fatal errors
|
2023-02-24 23:29:06 +01:00 |
|
Alexey Milovidov
|
d8cda3dbb8
|
Remove PVS-Studio
|
2023-02-19 23:30:05 +01:00 |
|
Alexey Milovidov
|
183707be74
|
Fix the script
|
2023-02-14 12:05:38 +01:00 |
|
Alexey Milovidov
|
4315853d95
|
Add an option for watchdog to restart the child process
|
2023-02-12 09:45:24 +01:00 |
|
Azat Khuzhin
|
758deac715
|
Do not check close() return value in BaseDaemon::closeFDs()
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2023-02-08 05:52:35 +01:00 |
|
Azat Khuzhin
|
8cc41b7f41
|
Check return value of ::close()
Note, that according close(2), EINTR should not be retriable for close()
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2023-02-07 11:28:22 +01:00 |
|
Alexander Tokmakov
|
3f6594f4c6
|
forbid old ctor of Exception
|
2023-01-23 22:18:05 +01:00 |
|
Alexander Tokmakov
|
522686f78b
|
less empty patterns
|
2023-01-17 01:19:44 +01:00 |
|
Alexey Milovidov
|
3a027d285f
|
Merge pull request #44828 from ClickHouse/remove-two-lines-of-code
What if I will remove two lines of code?
|
2023-01-04 04:50:52 +03:00 |
|
Robert Schulze
|
27f5aad49e
|
What happens if I remove 156 lines of code?
|
2023-01-03 18:51:16 +00:00 |
|
Alexey Milovidov
|
6e946cc757
|
Less OOM in stress test
|
2023-01-01 23:22:26 +01:00 |
|
Raúl Marín
|
e915ce1e95
|
Merge remote-tracking branch 'blessed/master' into perf_experiment
|
2022-12-28 20:15:43 +01:00 |
|
Alexey Milovidov
|
e1115828d0
|
Merge pull request #44593 from ClickHouse/better-diagnostic-in-stress-test
Better diagnostics on server stop for the stress test
|
2022-12-27 16:07:43 +03:00 |
|
Alexey Milovidov
|
c37fc45d07
|
Merge pull request #44611 from ClickHouse/maybe-fix-bogus-msan-error
Maybe fix a bogus MSan error
|
2022-12-27 15:08:42 +03:00 |
|
Raúl Marín
|
fc1fa82a39
|
Merge branch 'master' into perf_experiment
|
2022-12-27 10:51:58 +01:00 |
|
Alexey Milovidov
|
e1e1448143
|
Maybe fix a bogus MSan error
|
2022-12-26 20:26:55 +01:00 |
|
Alexey Milovidov
|
b6bf942f70
|
Fix bad punctuation in log
|
2022-12-26 13:35:44 +01:00 |
|
Alexey Milovidov
|
e98f217b87
|
Better diagnostics on stop
|
2022-12-26 12:15:58 +01:00 |
|
Alexander Gololobov
|
2f7228c012
|
Removed parent pid check that breaks in containers
|
2022-12-21 20:43:59 +01:00 |
|
Raúl Marín
|
45d27f461b
|
Merge branch 'master' into perf_experiment
|
2022-12-20 09:07:48 +00:00 |
|