Commit Graph

69041 Commits

Author SHA1 Message Date
alesapin
444ad67663
Merge pull request #26972 from ClickHouse/fix_zookeeper_log_initialization
Fix system.zookeeper_log initialization
2021-07-30 12:24:19 +03:00
PHO
6425dd001a
Add a codec AES_128_GCM_SIV for encrypting columns on disk (#19896)
* Add a codec Encrypted() for encrypting columns on disk

While this is implemented as a compression codec, it does not actually compress data. It instead encrypts data on disk. The key is obtained by executing a user-specified command at the server startup, or if it's not specified the codec refuses to process any data. For now the only supported cipher is 'AES-128-GCM-SIV'.
2021-07-30 12:12:33 +03:00
alesapin
cae5502d51
Merge pull request #26963 from ClickHouse/fix_bad_partition_id
Add simple validation for partition id before drop partition
2021-07-30 11:21:28 +03:00
alexey-milovidov
ec97695257
Merge pull request #26962 from ClickHouse/print-exception-from-terminate-in-separate-lines
Print trace from std::terminate exception line-by-line to make it grep easier
2021-07-30 09:21:37 +03:00
alexey-milovidov
44441535ff
Update BaseDaemon.cpp 2021-07-30 09:21:03 +03:00
alexey-milovidov
3694a548d1
Update PULL_REQUEST_TEMPLATE.md 2021-07-30 09:18:47 +03:00
alexey-milovidov
867568fe2a
Merge pull request #26916 from ClickHouse/update_nuraft_2
Update NuRaft
2021-07-30 09:13:25 +03:00
alexey-milovidov
407f53b476
Merge pull request #26953 from ClickHouse/fix-race-in-connections-collector
Hold context in HedgedConnections to prevent use-after-free on settings.
2021-07-30 08:52:17 +03:00
alexey-milovidov
7220c0205e
Merge pull request #26958 from Algunenano/fix_dynamic_build
Fix linking of auxiliar programs when using dynamic libraries
2021-07-30 08:50:30 +03:00
alexey-milovidov
99849f94c0
Merge pull request #26959 from ClickHouse/fix_stress_client_options
Fix client options in stress test
2021-07-30 08:49:34 +03:00
alexey-milovidov
4545fa15f7
Merge pull request #26975 from Algunenano/fix_quota_test
Fix 01600_quota_by_forwarded_ip
2021-07-30 08:45:05 +03:00
Maksim Kita
c5349f6d8c
Merge pull request #26901 from Algunenano/fix_client_secure
Tests: Fix CLICKHOUSE_CLIENT_SECURE with the default config
2021-07-29 21:43:42 +03:00
Raúl Marín
b4cd34b5fb Make the test parallelizable 2021-07-29 20:01:57 +02:00
alexey-milovidov
2bd5067e54
Merge pull request #26948 from azat/fix-custom-tld-read
Fix reading of custom TLDs (stops processing with lower buffer or bigger file)
2021-07-29 20:57:25 +03:00
alexey-milovidov
2a8e5bd208
Merge pull request #26973 from ClickHouse/docs-remove-trailing-whitespaces
Remove trailing whitespaces from docs
2021-07-29 20:37:59 +03:00
Raúl Marín
ee4759ce86 Fix 01600_quota_by_forwarded_ip
The test was assuming clickhouse-local and curl would connect using the same address
2021-07-29 17:47:16 +02:00
tavplubix
c18c16855a
Merge pull request #26913 from PolyProgrammist/table-function-cluster-macros
Supported cluster macros inside table function 'cluster'
2021-07-29 18:43:36 +03:00
alexey-milovidov
0ca55b23d9
Merge pull request #26974 from kitaisreal/benchmark-script-fix
Benchmark script fix
2021-07-29 18:36:07 +03:00
Alexey Milovidov
df3be36758 Remove trailing whitespaces from docs 2021-07-29 18:27:50 +03:00
Alexey Milovidov
d87d833691 Remove trailing whitespaces from docs 2021-07-29 18:20:55 +03:00
Alexander Tokmakov
47995a053e fix system.zookeeper_log initialization 2021-07-29 17:48:49 +03:00
Raúl Marín
34b0bb6b7f Move formatBlock to its own file 2021-07-29 16:39:42 +02:00
Nikolai Kochetov
3d029e66fe
Update BaseDaemon.cpp 2021-07-29 17:00:33 +03:00
tavplubix
8aa5df7ceb
Update 01154_move_partition_long.sh 2021-07-29 16:40:33 +03:00
tavplubix
888d096ede
Update stress 2021-07-29 16:21:29 +03:00
alesapin
21599ffefc Simple validation for partition id before drop partition 2021-07-29 16:11:05 +03:00
Nikolai Kochetov
3b8cb7e4bf Print trace from std::terminate exception line-by-line to make it grep easier. 2021-07-29 15:49:31 +03:00
alesapin
bb77342606 Add test 2021-07-29 15:33:28 +03:00
Alexander Tokmakov
381634960e fix client options in stress test 2021-07-29 15:16:34 +03:00
Raúl Marín
5c39fd5f08 Fix auxiliar program build with dynamic libraries 2021-07-29 14:09:45 +02:00
alesapin
6472ac8a26 Followup 2021-07-29 14:18:44 +03:00
alesapin
3654627cb9 Fix build 2021-07-29 14:12:46 +03:00
tavplubix
4a3ade1aa5
Merge pull request #26814 from ClickHouse/fix_lost_aggregate_function_parameters
Fix lost parameters of aggregate functions
2021-07-29 13:43:05 +03:00
tavplubix
f8b6815ade
Merge pull request #26847 from ClickHouse/check_aggregate_function_parameters
Check aggregate function parameters in -Merge combinator
2021-07-29 13:42:52 +03:00
Nikolai Kochetov
cfa3fd4b87 Hold context in HedgedConnections to prevent use-after-free on settings. 2021-07-29 13:29:36 +03:00
Maksim Kita
6f7f8a4464 Benchmark script fix 2021-07-29 13:02:10 +03:00
robot-clickhouse
7cf32eb2b7 Update version_date.tsv after release 21.7.5.29 2021-07-29 12:55:50 +03:00
alexey-milovidov
4ff28cca91
Merge pull request #26947 from ClickHouse/remove-confusing-files
Remove unused files that confuse developers #26913
2021-07-29 12:35:47 +03:00
Vadim Volodin
918a4e8ab3 Supported cluster macros inside table function 'cluster' 2021-07-29 12:12:29 +03:00
Azat Khuzhin
bad1f91f28 Fix reading of custom TLDs (stops processing with lower buffer or bigger file) 2021-07-29 10:36:32 +03:00
Alexey Milovidov
b7a26772f3 Add comments 2021-07-29 09:15:44 +03:00
Alexey Milovidov
10166eb1a4 Revert Arcadia file 2021-07-29 09:13:13 +03:00
Alexey Milovidov
c4c3e34377 Remove unused files that confuse developers #26913 2021-07-29 09:10:29 +03:00
Georgy Ginzburg
feeb278b65
fixed grammar typo in developer-instruction.md (#26943) 2021-07-29 08:01:33 +03:00
alexey-milovidov
905eed2429
Merge pull request #26915 from Algunenano/fix_01854
Improve test compatibility (00646_url_engine and 01854_HTTP_dict_decompression)
2021-07-29 01:20:17 +03:00
alexey-milovidov
5ed60ee6bf
Merge pull request #26918 from Algunenano/01921_timezone
01921_datatype_date32: Adapt it to work under Pacific/Fiji
2021-07-29 01:19:33 +03:00
alexey-milovidov
d0ff8056d9
Merge pull request #26919 from ClickHouse/simple-hardware-benchmark
Automated hardware benchmark
2021-07-29 01:18:24 +03:00
alexey-milovidov
f62c11dbf3
Merge pull request #26898 from vitstn/arcadia_arrow2
Enable Arrow format in Arcadia
2021-07-29 01:17:57 +03:00
alesapin
26b129bef2
Merge pull request #26900 from ClickHouse/fix_trash_bug
Fix bug when default column reference non materialized column
2021-07-28 22:40:48 +03:00
Alexey Milovidov
55154b73da Add results from Ampere Altra 2021-07-28 21:10:17 +03:00