Commit Graph

68927 Commits

Author SHA1 Message Date
Alexey Milovidov
1df68fb163 Update benchmark scripts 2021-07-28 01:09:29 +03:00
Kseniia Sumarokova
b5dce17707
Merge pull request #26821 from azat/rocksdb-improvements
Add system.rocksdb and read rocksdb/rocksdb_TABLE options from config
2021-07-27 17:31:12 +03:00
tavplubix
168edaed73
Merge pull request #26808 from amosbird/safe2
Make sure table is readonly when restarting fails.
2021-07-27 17:21:08 +03:00
Nikolai Kochetov
97bc754dd8
Merge pull request #26758 from ClickHouse/output-streams-to-processors
Remove some output streams
2021-07-27 17:19:26 +03:00
Kseniia Sumarokova
f2e599d8d1
Merge pull request #26826 from kssenii/rabbit-fix-tests
Try fix rabbitmq tests
2021-07-27 17:07:37 +03:00
Alexey Boykov
4d5721edf5
Merge pull request #26681 from lehasm/alexey-sm-DOCSUP-11657-document-check_sample_column_is_correct-setting
DOCSUP-11657: Document the check_sample_column_is_correct setting
2021-07-27 16:53:38 +03:00
alexey-milovidov
d7b2404119
Merge pull request #15408 from ClickHouse/random_timezone_for_stateless_tests
Use random timezone in stateless and stateful tests
2021-07-27 16:18:14 +03:00
Nikita Mikhaylov
7bf0fc2ac1
Merge pull request #26703 from Algunenano/threadpool_safety
ParallelFormattingOutputFormat: Use mutex to handle the join to the collector_thread
2021-07-27 16:02:07 +03:00
Vitaly Baranov
8e98cf7c4d
Merge pull request #26818 from vitlibar/fix-killing-unstopped-containers-in-integration-tests
Fix killing unstopped containers in integration tests.
2021-07-27 15:38:36 +03:00
Alexander Kuzmenkov
ece7d000dd
Merge pull request #26736 from Algunenano/ch_local_remote_localhost
CH local: Treat localhost:port as a remote database
2021-07-27 15:30:54 +03:00
Alexander Kuzmenkov
7e737d9568
Merge pull request #26334 from ryzuo/ryzuo
Implementation of window function nth_value
2021-07-27 15:02:29 +03:00
tavplubix
d071fbc2f5
Merge pull request #26830 from ClickHouse/tavplubix-patch-3
Try fix timeout in functional tests with pytest
2021-07-27 14:43:45 +03:00
lehasm
3bf9234ffb
Update docs/ru/operations/settings/merge-tree-settings.md
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-07-27 13:05:50 +03:00
lehasm
be8c8b9372
Update docs/en/operations/settings/merge-tree-settings.md
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-07-27 13:05:07 +03:00
tavplubix
4b462ddc81
Merge pull request #26817 from ClickHouse/tavplubix-patch-2
Check stdout for messages to retry in clickhouse-test
2021-07-27 12:53:16 +03:00
tavplubix
41f1a1c4e7
Update query_test.py 2021-07-27 12:41:35 +03:00
Nikolai Kochetov
be121ded20
Update PushingToViewsBlockOutputStream.cpp 2021-07-27 12:25:07 +03:00
Nikolai Kochetov
a9effdad18 Merge branch 'master' into output-streams-to-processors 2021-07-27 11:31:53 +03:00
Nikolai Kochetov
f656b5a161 Another try to fix tests. 2021-07-27 11:29:24 +03:00
Nikolai Kochetov
6d348f2b18
Merge pull request #26820 from ClickHouse/fix-26815
Do not start new hedged connection if query was already canceled.
2021-07-27 10:18:36 +03:00
Nikolai Kochetov
671c2194b3
Merge pull request #26807 from amosbird/improvement2
Remove unneeded mutex during connection draining
2021-07-27 10:15:53 +03:00
kssenii
764615c48b Update rabbitmq conf 2021-07-27 07:14:41 +00:00
Alexey Milovidov
2872b7fec6 Fix for Antarctica/Casey 2021-07-27 09:53:58 +03:00
Vitaly Baranov
72ab7f598c Fix killing unstopped containers in integration tests. 2021-07-27 09:31:04 +03:00
kssenii
1d50e9a3b9 Add retries 2021-07-27 06:16:40 +00:00
Azat Khuzhin
8ef677b15f Add ability to set any rocksdb option via config.xml
v2: Cover rocksdb options in ClickHouse config
v3: add missing __init__.py
v4: Rework rocksdb options from config
v5: add column_family_options support
2021-07-27 08:40:50 +03:00
Alexey Milovidov
6d64cf8de2 Fix test 2021-07-27 06:55:59 +03:00
Alexey Milovidov
04196d1cd6 Fix for Sydney 2021-07-27 05:33:03 +03:00
Alexey Milovidov
5e2ea4e042 Whitespace 2021-07-27 05:20:03 +03:00
Kseniia Sumarokova
ee13f2e6bc
Merge pull request #26795 from kssenii/fixing-sqlite
Fix sqlite engine attach
2021-07-27 00:37:31 +03:00
Kseniia Sumarokova
0f7fd2bc37
Merge pull request #26324 from sevirov/sevirov-DOCSUP-11416-implement_idisk_interface_for_hdfs
DOCSUP-11416: Implement IDisk interface for HDFS
2021-07-26 23:59:34 +03:00
Kseniia Sumarokova
7c80e7b478
Update mergetree.md 2021-07-26 23:58:20 +03:00
Kseniia Sumarokova
d8e1798f87
Update mergetree.md 2021-07-26 23:57:31 +03:00
Azat Khuzhin
c7d2a5aad8 Add system.rocksdb table (with various rocksdb internals)
v2: fix USE_ROCKSDB check (there is #cmakedefine01 so it is either 0/1,
so we should not check with #ifdef)
2021-07-26 23:13:59 +03:00
Dmitriy
7d31316b17 Fix endpoint parameter
Поправил описание параметра endpoint.
2021-07-26 22:23:32 +03:00
Nikolai Kochetov
7da5bb3871 Do not start new hedged connection if query was already canceled. 2021-07-26 20:48:38 +03:00
Nikolai Kochetov
61f8524ae7 Fix style. 2021-07-26 20:36:54 +03:00
Nikolai Kochetov
4ec05e13da Fix fuzz logical error. 2021-07-26 20:34:04 +03:00
Nikolai Kochetov
61d8f880cd Rename some files. 2021-07-26 19:48:25 +03:00
tavplubix
858bef8bef
Update clickhouse-test 2021-07-26 19:19:47 +03:00
Raúl Marín
61a90fa935 Use individual mutex to manage the collector_thread 2021-07-26 17:51:10 +02:00
Raúl Marín
2b410c744a Ignore ASAN warning 2021-07-26 17:28:32 +02:00
Nikolai Kochetov
9b5a816b43 Merge branch 'master' into output-streams-to-processors 2021-07-26 18:03:11 +03:00
Nikolai Kochetov
0eb563dc1b Fix more tests. 2021-07-26 17:47:29 +03:00
Alexey Boykov
9282e0f5b7
Merge pull request #26460 from zxc111/DOCSUP-11552
DOCSUP-11552: Add support for argument of UUID type for empty and notEmpty functions
2021-07-26 14:40:23 +03:00
Kseniia Sumarokova
5c5cb5d0d6
Update src/Storages/StorageSQLite.h
Co-authored-by: Vladimir <vdimir@yandex-team.ru>
2021-07-26 14:26:06 +03:00
Nikolai Kochetov
f1c9c728f0
Merge pull request #26676 from ka1bi4/romanzhukov-DOCSUP-11551-adding_new_third-party
DOCSUP-11551: Edit and translate to Russian (Guidelines for adding new third-party libraries)
2021-07-26 14:25:28 +03:00
Amos Bird
623faf47e4
Make sure table is readonly when restarting fails. 2021-07-26 19:21:14 +08:00
Roman Bug
33799507ff
Update docs/ru/development/contrib.md
Co-authored-by: Nikolai Kochetov <KochetovNicolai@users.noreply.github.com>
2021-07-26 14:17:29 +03:00
Amos Bird
50e53035c9
Remove unneeded mutex during connection draining 2021-07-26 19:15:45 +08:00