Commit Graph

80409 Commits

Author SHA1 Message Date
alexey-milovidov
6941b072f4
Merge pull request #33330 from cmsxbc/support-self-closing-tag-for-cluster-secure
support `<secure/>` in cluster configuration.
2021-12-31 14:36:19 +03:00
Kseniia Sumarokova
a3b30dce32
Merge pull request #33334 from kssenii/follow-up-for-33098
Tiny follow-up to pr 33098
2021-12-31 11:11:02 +03:00
SuperDJY
4322fd4bdb
avoid underscore in gtest name 2021-12-31 10:19:03 +08:00
SuperDJY
4c36657926
link clickhouse_common_config to unit_test_dbms 2021-12-31 10:17:17 +08:00
cmsxbc
fd9f1193d8
use .empty() instead of .size() == 0 2021-12-31 08:30:21 +08:00
alexey-milovidov
42b8678785
Merge pull request #33271 from ClickHouse/always-display-resource-usage-in-client
Always display resource usage in client
2021-12-30 23:36:49 +03:00
kssenii
ae2813a2d5 Fix 2021-12-30 23:31:12 +03:00
Kseniia Sumarokova
a703bcb0c5
Merge pull request #33098 from bigo-sg/lrucache
Add alternative LRUCache version
2021-12-30 23:10:28 +03:00
cmsxbc
f0e82e2cb6
add comment for ConfigHelper::getBool 2021-12-31 00:47:01 +08:00
alexey-milovidov
3d500f5299
Merge pull request #33277 from peter279k/patch-3
Adding cURL installation message to notice users
2021-12-30 18:54:03 +03:00
alexey-milovidov
08b3273c40
Update http.md 2021-12-30 18:53:30 +03:00
cmsxbc
c28fcd5a2f
support <secure/> for cluster 2021-12-30 23:51:05 +08:00
Vladimir C
b46a1a3741
Merge pull request #33312 from zhongyuankai/optimize_system_tables 2021-12-30 17:40:39 +03:00
Vladimir C
794e906ffd
Merge pull request #33218 from amosbird/betternullablekey 2021-12-30 17:13:44 +03:00
lgbo-ustc
9c32723dcf fix a bug in LRUResourceCache::getImpl() 2021-12-30 21:48:54 +08:00
alesapin
50bf4d3beb
Merge pull request #33278 from azat/fix-test_kafka_virtual_columns2
Fix test_storage_kafka failures by adjusting retention.ms
2021-12-30 16:47:39 +03:00
Maksim Kita
0593f1498a
Merge pull request #33285 from zbtzbtzbt/opt_hashTable
rm redundant judge in hashmap iter operation
2021-12-30 16:34:08 +03:00
lgbo-ustc
e6528ca0ef fix a bug in LRUCache::remove() 2021-12-30 20:38:58 +08:00
vdimir
2686a189de
Apply suggestion for code review, changes in StorageSystemTables getFilteredTables
Co-authored-by: Azat Khuzhin <a3at.mail@gmail.com>
2021-12-30 15:36:38 +03:00
lgbo-ustc
77084f5349 add token holder 2021-12-30 18:43:12 +08:00
Ilya Yatsishin
86040a15d8
Merge pull request #33316 from peter279k/patch-4 2021-12-30 12:46:55 +03:00
alesapin
b8acfdcf8f
Merge pull request #33318 from evillique/refactor_read_buffers
Minor refactor of read buffers with compression
2021-12-30 12:28:48 +03:00
Chun-Sheng, Li
90068405fc
Remove unused sample authentication credentials 2021-12-30 16:19:05 +08:00
mergify[bot]
148f12544e
Merge branch 'master' into patch-4 2021-12-30 08:15:36 +00:00
alesapin
c5fe3a8f8a
Merge pull request #33306 from nvartolomei/nv/fix-old-ccache-again
Fix launcher not being defined for ccache < 4.0 and slightly cleanup
2021-12-30 11:01:07 +03:00
alexey-milovidov
2f121fd79a
Merge pull request #33303 from ClickHouse/reimplement-33054
Reimplement #33054
2021-12-30 11:00:58 +03:00
alexey-milovidov
fa934d673d
Merge pull request #33298 from thomoco/master
Updated adopters: 7 new adopters plus some minor editing
2021-12-30 11:00:21 +03:00
alesapin
28f785627f
Merge pull request #33307 from nvartolomei/nv/allow-build-wo-libraries
Return early if azure blob storage is not used, otherwise it might with fail with irrelevant errors
2021-12-30 10:51:38 +03:00
Azat Khuzhin
52ad7a4538 Fix test_storage_kafka failures by adjusting retention.ms
This test uses predefined timestamps, and default retention.ms is too
small:

    kafka1_1           | [2021-12-28 21:40:21,842] INFO Created log for partition virt2_0-0 in /var/lib/kafka/data with properties {compression.type -> producer, message.format.version -> 2.2-IV1, file.delete.delay.ms -> 60000, max.message.bytes -> 1000012, min.compaction.lag.ms -> 0, message.timestamp.type -> CreateTime, message.downconversion.enable -> true, min.insync.replicas -> 1, segment.jitter.ms -> 0, preallocate -> false, min.cleanable.dirty.ratio -> 0.5, index.interval.bytes -> 4096, unclean.leader.election.enable -> false, retention.bytes -> -1, delete.retention.ms -> 86400000, cleanup.policy -> [delete], flush.ms -> 9223372036854775807, segment.ms -> 604800000, segment.bytes -> 1073741824, retention.ms -> 604800000, message.timestamp.difference.max.ms -> 9223372036854775807, segment.index.bytes -> 10485760, flush.messages -> 9223372036854775807}. (kafka.log.LogManager)

    kafka1_1           | [2021-12-28 21:40:24,540] INFO [Log partition=virt2_0-0, dir=/var/lib/kafka/data] Found deletable segments with base offsets [0] due to retention time 604800000ms breach (kafka.log.Log)

v2: fix tests with 0 timestamp_ms
    and this should be all tests that was left:

    $ fgrep 'Found deletable segments with base offsets' test_storage_kafka/_instances_0/docker.log
    kafka1_1           | [2021-12-29 09:46:15,610] INFO [Log partition=avro1-0, dir=/var/lib/kafka/data] Found deletable segments with base offsets [0] due to retention time 604800000ms breach (kafka.log.Log)
    kafka1_1           | [2021-12-29 09:51:15,609] INFO [Log partition=virt1-0, dir=/var/lib/kafka/data] Found deletable segments with base offsets [0] due to retention time 604800000ms breach (kafka.log.Log)
2021-12-30 10:25:10 +03:00
lgbo-ustc
e8c9079bb8 rename test cases 2021-12-30 14:34:08 +08:00
Nikita Mikhaylov
86cb5f7b47
Merge pull request #33319 from ClickHouse/revert-33219-blobstoragebuildfix
Revert "Better cmake script for azure blob"
2021-12-30 10:13:51 +04:00
Nikita Mikhaylov
71f45f981e
Revert "Better cmake script for azure blob" 2021-12-30 10:13:38 +04:00
Nikita Mikhaylov
1f86e39ade
Merge pull request #33219 from amosbird/blobstoragebuildfix 2021-12-30 10:12:17 +04:00
OnePiece
0c714e8c7e
Update StorageSystemTables.cpp 2021-12-30 13:37:27 +08:00
OnePiece
b14f485f85
Update StorageSystemTables.cpp 2021-12-30 13:13:41 +08:00
Nikolay Degterinsky
79e15e84d5 Refactor 2021-12-30 04:47:34 +00:00
Nikolay Degterinsky
0089964f10
Merge pull request #33315 from evillique/fix_typo
Fix typos in NLP docs
2021-12-30 07:35:17 +03:00
lgbo-ustc
38605d6be3 rename test cases 2021-12-30 12:20:14 +08:00
Nikolai Kochetov
11f64d6e1f
Merge pull request #33286 from vdimir/issue_31979
Disable FunctionConvertFromString::canBeExecutedOnDefaultArguments
2021-12-30 07:19:42 +03:00
Chun-Sheng, Li
db08e36472
Adding & improve cURL compressed data examples 2021-12-30 11:21:57 +08:00
Nikolay Degterinsky
cec282b9be Fix docs typos 2021-12-30 03:19:37 +00:00
lgbo-ustc
54d78bde0d update comments 2021-12-30 10:15:56 +08:00
OnePiece
f3f0ff0f23
Update StorageSystemTables.cpp 2021-12-30 10:12:37 +08:00
lgbo-ustc
88383b6715 some change 2021-12-30 10:08:33 +08:00
Thom O'Connor
b4b7acabc5 Updated adopters: remove smart quotes 2021-12-29 13:44:51 -07:00
Nicolae Vartolomei
fd1e9ffa66 Return early if azure blob storage is not used, otherwise it might with fail with irrelevant errors 2021-12-29 20:44:05 +00:00
Nicolae Vartolomei
2e6c63dbca Fix launcher not being defined for ccache < 4.0 and slightly cleanup 2021-12-29 20:25:29 +00:00
alexey-milovidov
e879aca58b
Update run_check.py 2021-12-29 23:21:47 +03:00
alesapin
738ef41450
Merge pull request #33304 from ClickHouse/fix_jepsen_check
Fix jepsen check
2021-12-29 22:45:57 +03:00
alesapin
6f4debbc94 Merge branch 'master' into fix_jepsen_check 2021-12-29 22:45:32 +03:00