alexey-milovidov
9049599e36
Update optimize_window_funnel.xml
2021-01-09 05:15:40 +03:00
Azat Khuzhin
a24be01025
Drop Kafka storage from 01645_system_table_engines for fasttest
2021-01-09 00:59:03 +03:00
Ivan Lezhankin
5426eae79a
Minor fix
2021-01-09 00:26:33 +03:00
alexey-milovidov
7d25c1f7f7
Merge pull request #18862 from sundy-li/update-rocksdb
...
Update contrib from ClickHouse-Extras/rocksdb
2021-01-08 22:54:52 +03:00
alexey-milovidov
9c6d945afc
Merge pull request #18852 from azat/bit-flip-check
...
Do not check bit flips for big buffers (since the size can be corrupted)
2021-01-08 22:41:33 +03:00
alexey-milovidov
6be8338584
Update CompressedReadBufferBase.cpp
2021-01-08 22:41:24 +03:00
alexey-milovidov
a55260fa5c
Merge pull request #18871 from azat/fix-integrity-check
...
Fix integrity check
2021-01-08 22:32:39 +03:00
alexey-milovidov
4a54916733
Merge pull request #18858 from ClickHouse/better-strsignal
...
Import strsignal from Musl
2021-01-08 22:26:00 +03:00
alexey-milovidov
6dcb887eed
Merge pull request #18857 from amosbird/fixmaxpartitionremotesetting
...
Correctly override default settings remotely
2021-01-08 22:25:43 +03:00
alexey-milovidov
f3fb2204d2
Merge pull request #18848 from ClickHouse/better-kill
...
Better SYSTEM KILL
2021-01-08 22:25:25 +03:00
feng lv
04c07d59bf
add performance test
2021-01-08 15:43:49 +00:00
Azat Khuzhin
ed26ccf217
Do not run integrity check for cross compiled binaries
...
Follow-up for: #18811
Refs: #18785
2021-01-08 15:26:35 +03:00
Azat Khuzhin
6dba945a2e
untrap setenv() call (used for timezone)
...
This will also fix integrity check (#18811 ), the reason it does not pops
up on CI during PR testing because CI does not set
YANDEX_OFFICIAL_BUILD, while it does set it for commits merged into
upstream commits, and hence once it was merged the special build was
failed.
Follow-up for: #16366
2021-01-08 15:26:35 +03:00
Azat Khuzhin
a8f13594ed
Update documentation for system.table_engines
2021-01-08 14:57:24 +03:00
Azat Khuzhin
c312676368
Add a smoke test for system.table_engines
2021-01-08 14:57:24 +03:00
Azat Khuzhin
714d5a067a
Expose supports_parallel_insert via system.table_engines
2021-01-08 14:57:24 +03:00
Azat Khuzhin
c7d0c2d075
Add some comments for StorageFeatures
2021-01-08 14:36:42 +03:00
Azat Khuzhin
64cb6405ac
Drop IStorage::supportsSettings() (replaced with StorageFeatures::supports_settings)
2021-01-08 14:36:26 +03:00
zhang2014
cccafcfc3d
try fix build failure
2021-01-08 18:29:51 +08:00
sundy-li
0506d4bf47
Update contrib from ClickHouse-Extras/rocksdb
2021-01-08 15:41:15 +08:00
alexey-milovidov
6e34a0b71e
Merge pull request #17855 from spongedu/complete_sysemlog_table_doc
...
1. Refine documents for system log table; 2. fix a link error in config.xml
2021-01-08 09:49:01 +03:00
alexey-milovidov
4a2bf8b699
Update index.md
2021-01-08 09:06:35 +03:00
alexey-milovidov
d0352d1cd6
Update index.md
2021-01-08 08:17:02 +03:00
alexey-milovidov
b4c6052dd9
Update index.md
2021-01-08 08:16:06 +03:00
fastio
a1d0c04e68
fix build
2021-01-08 13:10:00 +08:00
Alexey Milovidov
10ea06edad
Import strsignal from Musl
2021-01-08 08:09:30 +03:00
alexey-milovidov
9e77f0faa3
Merge pull request #18774 from azat/memory-tracking-deallocation-respect-level
...
Respect memory tracker blocker level during deallocations
2021-01-08 07:58:14 +03:00
alexey-milovidov
6046be1912
Merge pull request #18816 from long2ice/master
...
Update client-libraries.md add asyncio client asynch
2021-01-08 07:56:10 +03:00
alexey-milovidov
07f3a783be
Merge pull request #18833 from ClickHouse/filimonov-patch-1
...
arrayMin/Max/Sum - fix bad description, add examples
2021-01-08 07:49:35 +03:00
alexey-milovidov
e034e1beaf
Merge pull request #18846 from myrrc/bugfix/gcc-coverage-build
...
Fixed GCC coverage build
2021-01-08 07:38:09 +03:00
alexey-milovidov
a1fdb6c761
Merge pull request #18790 from vzakaznikov/investigate_and_fix_ldap_tests
...
TestFlows: fixes to LDAP tests that fail due to slow test execution
2021-01-08 07:36:45 +03:00
alexey-milovidov
c9d37b194e
Update index.md
2021-01-08 07:33:01 +03:00
alexey-milovidov
723d52e08d
Update index.md
2021-01-08 07:32:19 +03:00
alexey-milovidov
9e6cb03015
Update index.md
2021-01-08 07:31:29 +03:00
Amos Bird
a3d19fa64d
Correctly override default settings remotely
2021-01-08 12:28:09 +08:00
alexey-milovidov
7e52b0c964
Merge pull request #18789 from amosbird/onclusteraltersettings
...
Apply alter settings on cluster to all replicas
2021-01-08 07:27:13 +03:00
alexey-milovidov
98bd7fb653
Merge branch 'master' into better-kill
2021-01-08 07:27:00 +03:00
alexey-milovidov
45f53bacfa
Merge pull request #18845 from azat/fsync-fixes
...
Fix never worked fsync_part_directory/fsync_after_insert/in_memory_parts_insert_sync
2021-01-08 07:26:24 +03:00
alexey-milovidov
442a90fb89
Merge pull request #18850 from ClickHouse/system-suspend
...
Add SYSTEM SUSPEND command for fault injection
2021-01-08 07:26:05 +03:00
Vitaliy Zakaznikov
4f0068bdde
Fixing inproper usage of And step.
2021-01-07 18:42:54 -05:00
Azat Khuzhin
f2ff785460
Do not check bit flips for big buffers (since the size can be corrupted)
2021-01-08 02:26:17 +03:00
alexey-milovidov
19ad9e7a51
Merge pull request #18832 from azat/altstack-fix
...
Respect MINSIGSTKSZ for alternative stack to fix under aarch64
2021-01-08 01:15:55 +03:00
alexey-milovidov
371149b8fe
Merge pull request #18811 from ClickHouse/integrity-check
...
Simple integrity check for ClickHouse binary
2021-01-08 01:15:35 +03:00
Azat Khuzhin
7b9f670cc3
Fix DirectorySyncGuard under OSX
2021-01-07 23:34:08 +03:00
Alexey Milovidov
6dcc779978
Merge branch 'master' into spongedu-complete_sysemlog_table_doc
2021-01-07 22:27:37 +03:00
Alexey Milovidov
9cbb9c6d7c
Add SYSTEM SUSPEND command #15979 , continued
2021-01-07 22:22:41 +03:00
Alexey Milovidov
ffa5bbd5fd
Add SYSTEM SUSPEND command #15979
2021-01-07 22:19:33 +03:00
bharatnc
1e579ac375
Fixes to code, build and style checks
2021-01-07 11:10:49 -08:00
bharatnc
8dacfde3d3
Docs - update to reflect code changes
2021-01-07 11:10:41 -08:00
bharatnc
6f0009ff52
extract cluster_name from DDLQuery
2021-01-07 11:10:41 -08:00