wangxiaobo
f704c0dfec
Implement SYSTEM DROP REPLICA from auxillary ZooKeeper clusters ( #48932 )
...
* multiple zookeeper drop replica bug fix.
* add an integration test.
* format code.
* set stay_alive=True for test.
* style check bug fix.
* add check for is_active
* format code
* remove table_settings and has_metadata_out param.
2023-05-05 14:11:11 +03:00
Kseniia Sumarokova
7c203dbcd2
Merge pull request #49481 from snikch/master
...
Fix postgres database setting
2023-05-05 12:53:51 +02:00
Anton Popov
c87a6e8e7d
Merge pull request #49117 from CurtizJ/limit-mutations
...
Add settings to delay or throw in case of too many mutations
2023-05-05 12:18:57 +02:00
Ilya Yatsishin
2414dd9a06
Merge pull request #49534 from ClickHouse/remove-garbage-pretty
...
Remove garbage from Pretty format
2023-05-05 12:15:38 +02:00
Sergei Trifonov
f6c433cdd2
Merge pull request #49521 from ClickHouse/serxa-patch-3
2023-05-05 08:28:55 +02:00
Alexey Milovidov
dfbba48510
Merge pull request #49282 from loneylee/49280
...
Fix all key value is null and group use rollup return wrong answer
2023-05-05 06:43:41 +03:00
Alexey Milovidov
179eddee01
Remove garbage from Pretty format
2023-05-05 04:44:47 +02:00
Alexey Milovidov
ab1a1ea5b7
Merge pull request #49490 from ClickHouse/fix-s3cluster-with-headers
...
Correctly handle s3Cluster arguments
2023-05-05 05:31:23 +03:00
Alexey Milovidov
fdf650ed49
Merge pull request #49455 from ClibMouse/fix_metadata_functionaltest_s390x
...
Fix the 01193_metadata_loading test to match the query execution time specific to s390x
2023-05-05 04:39:23 +03:00
Alexey Milovidov
38b2f94bfa
Merge pull request #49476 from ClickHouse/minor-changes
...
Minor changes for setThreadName
2023-05-05 04:02:30 +03:00
MeenaRenganathan22
4a38d5f2a9
Added the comment
2023-05-04 22:10:41 +00:00
Kseniia Sumarokova
3cbe9be22d
Merge pull request #49491 from kssenii/fix-assertions-2
...
Fix logical error in stress test, add some logging
2023-05-05 00:00:57 +02:00
Michael Kolupaev
eb3b774ad0
Better control over Parquet row group size
2023-05-04 14:59:55 -07:00
Alexey Milovidov
bbd6be85bf
Merge pull request #49457 from ClibMouse/fix_json_float_s390x
...
Fix the code to use the RapidJSONParser in case of big-endian system
2023-05-05 00:21:30 +03:00
Anton Popov
f0f774e1ea
fix test
2023-05-04 21:11:18 +00:00
MeenaRenganathan22
9b75f08794
Modified the code to disable the build of SimdJSONParser library in case of S390X and use the RapidJSONParser library instead.
2023-05-04 19:48:46 +00:00
Sergei Trifonov
f4b3f1eb28
Fix UserTimeMicroseconds and SystemTimeMicroseconds descriptions
2023-05-04 19:40:41 +02:00
alesapin
9456eb59fd
Merge pull request #48466 from ClickHouse/keeper-correctly-handle-snapshots
...
Correctly handle concurrent snapshots in Keeper
2023-05-04 19:16:00 +02:00
Alexey Milovidov
088ce77096
Merge pull request #49482 from alekar/fix-cast
...
Static cast std::atomic<size_t> to uint64_t to serialize.
2023-05-04 18:37:43 +03:00
Konstantin Bogdanov
c93a131019
Add an integration test for shutdown_wait_unfinished_queries
( #49469 )
2023-05-04 17:21:08 +02:00
Dmitry Novik
befcdbcc6d
Merge pull request #47630 from ClickHouse/revert-47476-revert_46622
...
Fix user MemoryTracker counter in async inserts
2023-05-04 16:57:41 +02:00
Anton Popov
33f0061f36
fix test
2023-05-04 14:44:33 +00:00
Anton Popov
e61d7baa54
Merge remote-tracking branch 'upstream/master' into HEAD
2023-05-04 14:03:53 +00:00
Alexander Tokmakov
b5a57da4ce
Merge pull request #49316 from ClickHouse/rs/48385
...
Unpoison stack frame ptrs from libunwind for msan
2023-05-04 16:17:30 +03:00
vdimir
6d3559e817
Merge pull request #49093 from ClickHouse/vdimir/ntile-default-frame
2023-05-04 14:01:53 +02:00
Alexander Tokmakov
36f8fcdfaf
Merge pull request #49458 from ClickHouse/tavplubix-patch-6
...
Follow-up to #48792
2023-05-04 14:32:18 +03:00
Antonio Andelic
a68a023ca7
Merge pull request #48724 from johanngan/sse-kms
...
Support SSE-KMS configuration with S3 client
2023-05-04 13:20:54 +02:00
Nikolai Kochetov
df9f00e87c
Merge pull request #49417 from ClickHouse/respect-PR-for-agg-projection
...
Respect PK for aggregate projection.
2023-05-04 12:52:27 +02:00
kssenii
cf3a8e9b93
One more fix
2023-05-04 12:49:23 +02:00
Alexander Gololobov
7a0fedb069
Merge pull request #49485 from kislovs/patch-1
...
Fix code block in clickhouse-local.md
2023-05-04 12:34:25 +02:00
kssenii
663a007fa6
Add assertion
2023-05-04 12:11:44 +02:00
alesapin
08039024a2
Merge pull request #49492 from ClickHouse/add_server_jepsen_image
...
Fixes in server jepsen image
2023-05-04 12:02:27 +02:00
Alexander Gololobov
f77cc89464
Merge pull request #49470 from ClickHouse/remove_no_delay_flag
...
Replace `NO DELAY` with `SYNC` in tests
2023-05-04 11:57:01 +02:00
alesapin
412b161104
Merge pull request #48791 from kssenii/better-local-object-storage
...
Make local object storage work consistently with s3 object storage, fix problem with append, make it configurable as independent storage
2023-05-04 11:47:43 +02:00
alesapin
caed9c811a
Merge pull request #49424 from ClickHouse/whitespaces-3
...
Whitespaces
2023-05-04 11:43:12 +02:00
kssenii
7ad4330c14
Fix logical error in stress test
2023-05-04 11:37:19 +02:00
alesapin
ba0d9c8b93
Merge branch 'master' into whitespaces-3
2023-05-04 11:32:02 +02:00
alesapin
89caf40840
Merge pull request #46528 from myrrc/feature/show-secrets-option
...
Show secrets in `SHOW` and `SELECT` queries
2023-05-04 11:21:30 +02:00
alesapin
f7470e1453
Merge pull request #49475 from ClickHouse/check-description-in-lambda
...
Check the PRs body directly in lambda, without rerun
2023-05-04 11:17:23 +02:00
Antonio Andelic
8769ac2187
Correctly append arguments
2023-05-04 08:30:45 +00:00
Sergey Kislov
e36d29b1fe
Update clickhouse-local.md
...
Code block was with additional indent which causes wrong rendering here on GitHub and website.
2023-05-04 13:26:19 +07:00
Li Shuai
279970337a
Fix all key value is null and group use rollup return wrong answer
2023-05-04 11:07:17 +08:00
johanngan
731823b873
Add support for SSE-KMS configuration with S3
...
https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingKMSEncryption.html
Similar to the server_side_encryption_customer_key_base64 option for
configuring SSE-C with S3, add the following settings to configure
SSE-KMS on a per-endpoint/disk basis:
- server_side_encryption_kms_key_id
- server_side_encryption_kms_encryption_context
- server_side_encryption_kms_bucket_key_enabled
2023-05-03 21:35:38 -05:00
johanngan
1bc52977a7
Support "header" setting in S3 disk config
...
The S3 table engine supports specifying extra HTTP headers in S3
requests to certain endpoints, via the "headers" setting. This commit
adds the same setting to S3 disk config.
2023-05-03 21:32:58 -05:00
alekar
1361648f13
Merge branch 'master' into fix-cast
2023-05-03 18:14:19 -07:00
Manas Alekar
6d6f3bc58b
Static cast std::atomic<size_t> to uint64_t to serialize.
...
There are no viable constructors for the atomic in rapidJSON.
2023-05-03 18:11:17 -07:00
Mal Curtis
5727585d95
s/use_tables_cache/use_table_cache
2023-05-03 23:40:12 +00:00
alesapin
27f9384717
Followup
2023-05-03 23:33:19 +02:00
robot-ch-test-poll2
9a67616791
Merge pull request #49460 from candiduslynx/patch-1
...
chore(docs): Add map to list of unsupported nullable types
2023-05-03 23:16:56 +02:00
Alexey Milovidov
c799bcf6bf
Merge pull request #49437 from azat/build/disable-libraries-fixes
...
Build fixes for ENABLE_LIBRARIES=OFF
2023-05-03 23:55:50 +03:00