Commit Graph

118003 Commits

Author SHA1 Message Date
Nikolai Kochetov
0af028ab3f Refactor a bit more. 2023-06-21 20:55:27 +00:00
Sema Checherinda
23120c4467 fix build 2023-06-21 22:32:33 +02:00
Sema Checherinda
679f2c4aa4
Merge branch 'master' into memory-leak 2023-06-21 22:22:11 +02:00
Alexander Gololobov
333483bdce
Merge pull request #49181 from ClickHouse/get_rid_of_delete_on_destroy_marker
Deprecate delete-on-destroy.txt
2023-06-21 22:20:57 +02:00
Smita Kulkarni
5229544b55 Added function getCurrrentBatchAndScheduleNext to IObjectStorageIteratorAsync 2023-06-21 22:17:39 +02:00
Sema Checherinda
c2fa7a1030
Merge branch 'master' into memory-leak 2023-06-21 21:15:01 +02:00
Sema Checherinda
01de36f1fa
Merge pull request #50395 from CheSema/better-log
require `finalize()` call before d-tor for all writes buffers
2023-06-21 21:12:02 +02:00
Alexander Tokmakov
50ee424148 do not update digest during recovery 2023-06-21 21:07:59 +02:00
kssenii
78ea4feca0 Merge remote-tracking branch 'upstream/master' into delete-non-evictable-feature 2023-06-21 20:52:08 +02:00
Alexander Tokmakov
9240a82c64
Update DatabaseReplicated.cpp 2023-06-21 21:49:00 +03:00
kssenii
9aa4647f4f Delete feature 2023-06-21 20:48:12 +02:00
Sergei Trifonov
99c6bdca24
Merge branch 'master' into fix-flaky-asyncloader-stop 2023-06-21 20:43:42 +02:00
Robert Schulze
57070a6a6e
Ignore "modularization" 2023-06-21 18:18:08 +00:00
Kseniia Sumarokova
45d7f39566
Merge pull request #51222 from ClickHouse/kssenii-patch-7
Disable cache setting do_not_evict_index_and_mark_files
2023-06-21 20:17:33 +02:00
Anton Popov
022b85ba0b
Merge pull request #51164 from CurtizJ/better-check-part-with-cache
Better checking of data parts on disks with filesystem cache
2023-06-21 20:08:53 +02:00
kssenii
38466169c7 Better 2023-06-21 20:07:45 +02:00
Alexey Milovidov
c54433a1ac
Merge pull request #51131 from ClickHouse/nickitat-patch-11
Small fix in `MergeTreePrefetchedReadPool`
2023-06-21 20:31:49 +03:00
Alexey Milovidov
f0d93d5b60
Merge pull request #51199 from ClickHouse/empty_array_get_name
Avoid initializing DateLUT from emptyArray function registration
2023-06-21 20:29:28 +03:00
Dan Roscigno
adfe469a15
Merge pull request #51246 from DanRoscigno/fix-settings-nav
fix server settings nav
2023-06-21 13:25:33 -04:00
Alexey Milovidov
e87b9ee846
Update AsyncLoader.cpp 2023-06-21 20:25:10 +03:00
DanRoscigno
c14930bc19 bad path 2023-06-21 13:12:09 -04:00
Robert Schulze
fb47eea283
Docs: little cleanup of configuration-files.md
I tried to understand in what ways ClickHouse's configuration can be set
up. Unfortunately, the official documentation is quite lacking and
sometimes self-contradictory. After reading some 3rd party guides and
StackOverflow answers, I tried to clean it up a little bit but there is
more work to be done.
2023-06-21 16:49:45 +00:00
kssenii
3ce17fd570 Fix log message 2023-06-21 18:30:46 +02:00
kssenii
509a50f651 Merge remote-tracking branch 'origin/fix-possible-incorrect-elements-limit' into fix-possible-incorrect-elements-limit 2023-06-21 18:29:16 +02:00
kssenii
b007c9f194 Review comments 2023-06-21 18:28:14 +02:00
Dmitry Novik
bb97332599
Merge pull request #50441 from Algunenano/parallel_replicas_analyzer
Support parallel replicas with the analyzer
2023-06-21 17:28:06 +02:00
Kseniia Sumarokova
d18da7098a
Update LRUFileCachePriority.cpp 2023-06-21 17:25:09 +02:00
Dan Roscigno
da693c3c32
Merge branch 'master' into fix-settings-nav 2023-06-21 11:22:17 -04:00
DanRoscigno
804466f129 fix server settings nav 2023-06-21 11:20:17 -04:00
serxa
1f901f4ec4 fix 2023-06-21 15:18:49 +00:00
serxa
c5ade1c8fc fix flaky AsyncLoader destructor 2023-06-21 15:16:18 +00:00
Alexander Gololobov
17a95a54e1
Merge pull request #51118 from ClickHouse/sys_zookeep_more_parallel_get
Make more parallel get requests to ZooKeeper in system.zookeeper
2023-06-21 17:07:21 +02:00
Sergei Trifonov
dfa39e2e7b
Merge branch 'master' into refactor-settings-enums 2023-06-21 16:48:14 +02:00
serxa
89f19fc912 fix values indexing 2023-06-21 14:47:47 +00:00
liuneng
3224e49757 fix 2023-06-21 22:46:41 +08:00
kssenii
b723f9e7bf Fix sometimes not correct current_elements_num 2023-06-21 16:45:52 +02:00
Alexander Tokmakov
2831b0be0b
Merge pull request #51239 from ClickHouse/revert-51209-fix-s3-function
Revert "Fix a crash in s3 and s3Cluster functions"
2023-06-21 17:14:31 +03:00
Alexander Tokmakov
76e3d1e7b6
Revert "Fix a crash in s3 and s3Cluster functions" 2023-06-21 17:10:20 +03:00
Alexander Gololobov
6ebeb93a1a Drop session if we fail to get API version 2023-06-21 16:05:48 +02:00
serxa
3157f29a46 introduce settings enum field with auto-generated values list 2023-06-21 13:25:10 +00:00
Robert Schulze
04a372bf20
Merge pull request #51233 from rschu1ze/pwd-typo
Typo: passowrd_sha256_hex --> password_sha256_hex
2023-06-21 15:24:12 +02:00
Kseniia Sumarokova
5c38231a14
One more profile event for fs cache (#51223) 2023-06-21 15:18:25 +02:00
Robert Schulze
ab26fce1dd
Typo: passowrd_sha256_hex --> password_sha256_hex 2023-06-21 12:57:33 +00:00
Robert Schulze
75b7121759
Exclude fasttest again :-( 2023-06-21 12:37:06 +00:00
liuneng
e650a6094a fix core dump when compile expression 2023-06-21 20:28:27 +08:00
Alexander Gololobov
a708adecee Pass element type as param to ctor 2023-06-21 14:04:45 +02:00
santrancisco
a4137223e3 Testing fix for PPC platform https://github.com/apache/orc/pull/1542 2023-06-21 21:44:55 +10:00
Andrey Zvonov
b4f2e4020d
Merge branch 'master' into zvonand-implicit-tz 2023-06-21 13:41:35 +02:00
Anton Popov
5e500cc799 fix test 2023-06-21 11:07:19 +00:00
Mikhail f. Shiryaev
4fb2dc8384
Decrease default settings for http headers name and value to 128K 2023-06-21 12:59:27 +02:00