Robert Schulze
|
61136680e4
|
Update src/Common/StringSearcher.h
Co-authored-by: ltrk2 <107155950+ltrk2@users.noreply.github.com>
|
2023-06-26 20:05:58 +02:00 |
|
Robert Schulze
|
1ed33b1936
|
Update src/Common/StringSearcher.h
Co-authored-by: ltrk2 <107155950+ltrk2@users.noreply.github.com>
|
2023-06-26 19:22:46 +02:00 |
|
Robert Schulze
|
d8cee8a34c
|
Fix style
|
2023-06-26 19:00:25 +02:00 |
|
Robert Schulze
|
45c263cbb5
|
Replace try/catch logic in hasTokenOrNull() by sth more lightweight
|
2023-06-26 15:06:58 +00:00 |
|
Kseniia Sumarokova
|
b7ef782335
|
Merge pull request #51242 from kssenii/fix-possible-incorrect-elements-limit
Fix sometimes incorrect current_elements count in fs cache
|
2023-06-22 12:51:43 +02:00 |
|
Igor Nikonov
|
9d9c9ccaff
|
Merge pull request #51259 from ClickHouse/cache-eviction-improve-hot-path
FileCache: tryReserve() slight improvement
|
2023-06-22 12:41:01 +02:00 |
|
Mikhail f. Shiryaev
|
02776b8a15
|
Merge pull request #51163 from ClickHouse/fasttest-ignore-chown-fail
Ignore errors for `chown` in fasttests
|
2023-06-22 09:51:57 +02:00 |
|
Alexander Gololobov
|
a604a1de0b
|
Merge pull request #51238 from ClickHouse/zookeeper_fail_on_get_api_version_error
Drop session if we fail to get Keeper API version
|
2023-06-22 08:06:50 +02:00 |
|
Michael Kolupaev
|
c96a3a8b15
|
Unforget to pass callback to readBigAt() in ParallelReadBuffer
|
2023-06-21 17:14:19 -07:00 |
|
Igor Nikonov
|
e3b43c2b88
|
Move instead of copy
|
2023-06-21 21:54:44 +00:00 |
|
Igor Nikonov
|
ad0677147f
|
Trying slightly improve eviction path
+ less copying of shared pointers
+ less indirection in overflow check
|
2023-06-21 21:48:58 +00: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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
kssenii
|
b723f9e7bf
|
Fix sometimes not correct current_elements_num
|
2023-06-21 16:45:52 +02: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 |
|
Kseniia Sumarokova
|
5c38231a14
|
One more profile event for fs cache (#51223)
|
2023-06-21 15:18:25 +02:00 |
|
Alexander Gololobov
|
a708adecee
|
Pass element type as param to ctor
|
2023-06-21 14:04:45 +02:00 |
|
Mikhail f. Shiryaev
|
4fb2dc8384
|
Decrease default settings for http headers name and value to 128K
|
2023-06-21 12:59:27 +02:00 |
|
Kruglov Pavel
|
bbd70932e2
|
Merge pull request #51158 from Avogar/extend-progress-protocol
Add total_bytes_to_read to Progress packet in TCP protocol for better progress bar
|
2023-06-21 12:43:45 +02:00 |
|
Kruglov Pavel
|
8f8cd97fd8
|
Merge pull request #51088 from Avogar/better-progress-bar
Improve progress bar for file/s3/hdfs/url table functions. Step 1
|
2023-06-21 12:42:25 +02:00 |
|
Sema Checherinda
|
4d08df8d29
|
fix finalization of cascade write buffer
|
2023-06-21 12:27:39 +02:00 |
|
Alexander Gololobov
|
a23caab98c
|
Merge branch 'master' into sys_zookeep_more_parallel_get
|
2023-06-21 12:16:57 +02:00 |
|
Nikolay Degterinsky
|
50c114f081
|
Merge pull request #51209 from evillique/fix-s3-function
Fix a crash in s3 and s3Cluster functions
|
2023-06-21 11:59:42 +02:00 |
|
Alexander Tokmakov
|
8896e90ad6
|
Merge pull request #51207 from ClickHouse/fix_lost_forever_check
Suppress check for covered parts in ZooKeeper
|
2023-06-21 12:26:09 +03:00 |
|
Kseniia Sumarokova
|
b60520ec55
|
Disable cache setting do_not_evict_index_and_mark_files
|
2023-06-21 11:15:55 +02:00 |
|
Robert Schulze
|
9b959eb1fb
|
Merge pull request #49577 from tpanetti/mysql_compatible_types
Change SHOW COLUMNS query to display MySQL types in MySQL Compatibility mode
|
2023-06-21 11:04:22 +02:00 |
|
Robert Schulze
|
06e8590c8e
|
Merge pull request #50775 from rschu1ze/non-experimental-qpl-deflate
Mark QPL_DEFLATE non-experimental but default: off-by-default
|
2023-06-21 10:43:16 +02:00 |
|
Nikolay Degterinsky
|
150007bfc5
|
Merge branch 'master' into fix-s3-function
|
2023-06-21 03:04:59 +02:00 |
|
Nikolay Degterinsky
|
75b266e179
|
Fix crash in s3 and s3Cluster functions
|
2023-06-21 00:04:11 +00:00 |
|
Kseniia Sumarokova
|
9329cab0ca
|
Merge branch 'master' into add-logging-for-logical-error
|
2023-06-21 00:16:15 +02:00 |
|
Alexander Tokmakov
|
f973bd7516
|
suppress check for covered parts in zk
|
2023-06-20 23:53:32 +02:00 |
|
Alexey Milovidov
|
0349315143
|
Merge pull request #50797 from jrdi/fix-summing-mt-dt64
SummingMergeTree support for DateTime64
|
2023-06-20 23:02:21 +03:00 |
|
Sema Checherinda
|
9b0c3359cf
|
Merge branch 'master' into better-log
|
2023-06-20 20:37:36 +02:00 |
|
Alexey Milovidov
|
ced1ae7287
|
Update emptyArray.cpp
|
2023-06-20 21:20:25 +03:00 |
|
Alexey Milovidov
|
c097e6e53d
|
Merge pull request #50531 from kitaisreal/jit-infrastructure-refactoring
JIT infrastructure refactoring
|
2023-06-20 21:13:44 +03:00 |
|
Robert Schulze
|
bc7df2baca
|
Merge branch 'master' into non-experimental-qpl-deflate
|
2023-06-20 20:06:01 +02:00 |
|
Sema Checherinda
|
fd292dc730
|
work with comment on the PR
|
2023-06-20 20:02:04 +02:00 |
|
Alexander Gololobov
|
29f6ce871d
|
Avoid initializing DateLUT from emptyArray function registration
|
2023-06-20 19:00:41 +02:00 |
|