Commit Graph

80325 Commits

Author SHA1 Message Date
Alexey Milovidov
d6ece47b7f Allow vfork 2021-12-24 12:25:27 +03:00
Alexey Milovidov
fb5b1c3d6a Make tests not depend on subtle changes in math functions 2021-12-24 12:25:27 +03:00
Alexey Milovidov
7897d93b25 Increase stack size on Musl 2021-12-24 12:25:27 +03:00
Alexey Milovidov
ad05c90c00 Fix build 2021-12-24 12:25:27 +03:00
Alexey Milovidov
6472e8691d Fix build 2021-12-24 12:25:27 +03:00
Alexey Milovidov
1fcb0006f3 Disable some libraries 2021-12-24 12:25:26 +03:00
Alexey Milovidov
204cc11e29 Fix incorrect include 2021-12-24 12:25:26 +03:00
alesapin
df0af75864 Fix clang tidy 2021-12-24 10:36:39 +03:00
mergify[bot]
da4dc1680a
Merge branch 'master' into add_jepsen_test 2021-12-24 07:31:25 +00:00
Kevin Michel
ffc1fca296
Start/stop servers when listen_host/*_port changes
This allows starting and stopping separately each protocol server
without restarting ClickHouse.

This also allows adding or removing `listen_host` entries, which
start and stops servers for all enabled ports.

When stopping a server, the listening socket is immediately closed
(and available for another server).

Protocols with persistent connections try to wait for any currently
running query to finish before closing the connection, but idle
connection are closed quickly (depending on how often the protocol
is polled).

An extra ProfileEvent is added, `MainConfigLoads`, it is
incremented every time the configuration is reloaded. This helps
when trying to assess whether the new configuration was applied.
2021-12-24 08:26:02 +01:00
freedomDR
fbddbebca8 fix bitmapData rb_contain rb_remove 2021-12-24 06:21:13 +00:00
alexey-milovidov
a7f29f959f
Merge pull request #33122 from ClickHouse/fix-test-01821
Fix test that was dependent on time zone
2021-12-24 06:27:57 +03:00
taiyang-li
82465fd22e fix style 2021-12-24 10:49:12 +08:00
taiyang-li
004180c92f fix sytle 2021-12-24 10:27:44 +08:00
Alexey Milovidov
26e10c1fbb Remove unused header 2021-12-24 04:02:26 +03:00
Alexey Milovidov
df8689ce22 Fix test that was dependent on time zone 2021-12-24 03:57:50 +03:00
alexey-milovidov
6eecb3b457
Merge pull request #32934 from lehasm/alexey-sm-DOCSUP-15663-doc-interserver-credential-rotation
DOCSUP-15663: document interserver credential rotation
2021-12-24 03:55:12 +03:00
alexey-milovidov
2c73ee2758
Merge pull request #32641 from gulige/master
avoid inconsistent state in Block
2021-12-24 03:54:38 +03:00
alexey-milovidov
dea2543177
Update Field.h 2021-12-24 03:26:31 +03:00
alexey-milovidov
0e3af2f19a
Merge pull request #33097 from kssenii/clickhouse-local-send-profile-onfo
clickhouse-local send profile info
2021-12-24 02:29:36 +03:00
avogar
e38cb0389c Remove NOLINT 2021-12-23 21:22:51 +03:00
avogar
26dc1bc4e1 Fix style 2021-12-23 21:03:26 +03:00
avogar
47ad4200c9 Fix test 2021-12-23 21:00:22 +03:00
avogar
85d214d560 Fix build 2021-12-23 20:14:54 +03:00
avogar
2e02a6bcca Try to fix build 2021-12-23 19:47:29 +03:00
avogar
9333265c1a Minor change 2021-12-23 19:47:29 +03:00
avogar
ce68c54b03 Fix comments, reduce extra copying 2021-12-23 19:47:29 +03:00
avogar
5e5d6609ed Proper cast to bool 2021-12-23 19:47:29 +03:00
avogar
19faf46b68 Improve Bool data type 2021-12-23 19:47:29 +03:00
meoww-bot
3d2bacc56d
Update one.md 2021-12-24 00:38:50 +08:00
meoww-bot
c79344373e
Fix some words 2021-12-23 23:40:01 +08:00
meoww-bot
a97633f068
Update disks.md
Co-authored-by: Nikolay Degterinsky <43110995+evillique@users.noreply.github.com>
2021-12-23 23:25:31 +08:00
meoww-bot
547c0f26d5
Update databases.md 2021-12-23 23:21:05 +08:00
mergify[bot]
9b5e1e3aae
Merge branch 'master' into blinkov-patch-25 2021-12-23 14:40:11 +00:00
meoww-bot
04e0bcf3fa
Update storage_policies.md 2021-12-23 21:28:46 +08:00
taiyang-li
81e2e72dd0 fix bug 2021-12-23 20:52:36 +08:00
taiyang-li
98c620cfac inject git info for clickhouse-client clickhouse-server 2021-12-23 20:46:25 +08:00
meoww-bot
80e109a604
Update disks.md 2021-12-23 20:34:52 +08:00
Raúl Marín
77db850c0b Merge remote-tracking branch 'blessed/master' into libcxx13_take2 2021-12-23 12:42:39 +01:00
Nikolai Kochetov
b84591d17a
Merge pull request #32862 from ClickHouse/fix-mv-result-with-many-chunks
Fix MV query with multiple chunk result.
2021-12-23 14:37:17 +03:00
Raúl Marín
b94dbb64d6 Improvements based on PR review 2021-12-23 11:56:07 +01:00
Kruglov Pavel
a1455c0f2a
Merge pull request #32981 from Avogar/fix-csv-tuples
Fix tuple output in CSV format
2021-12-23 13:27:34 +03:00
alexey-milovidov
f005d6d316
Update Block.cpp 2021-12-23 13:00:38 +03:00
kssenii
8cf52918b9 clickhouse local send profile info 2021-12-23 12:37:29 +03:00
gulige
6bab5c8651
code refactoring as @alexey-milovidov suggested 2021-12-23 17:26:47 +08:00
Nikolay Degterinsky
826f7cb0f5
Merge pull request #32240 from benbiti/master
Fix unix timestamp Millisecond convert to DateTime64, fractional part calc reversed
2021-12-23 12:11:53 +03:00
Alexey Milovidov
d98675b49c Whitespace 2021-12-23 11:50:40 +03:00
Nikolay Degterinsky
6757afa052
Merge pull request #32843 from nkolotov/fix_echo_option_not_used_in_batch_mode
Fixed --echo option is not used by clickhouse-client in batch mode with single query
2021-12-23 11:37:02 +03:00
lgbo-ustc
abe79fb1c2 move Exception in LRUCache::set() 2021-12-23 16:33:43 +08:00
Raúl Marín
e5a0fba638 Use ClickHouse-Extras for the submodules 2021-12-23 09:19:10 +01:00