Commit Graph

4049 Commits

Author SHA1 Message Date
Nikita Taranov
ffa1371dde Merge branch 'master' into keep_alive_max_reqs 2024-08-09 12:24:45 +01:00
JackyWoo
ca4041847e Add tests 2024-08-09 19:15:41 +08:00
JackyWoo
3357275fa8 Fix MSAN issue caused by incorrect date format. 2024-08-09 18:33:45 +08:00
Alexey Milovidov
9470ceb34d Minor changes 2024-08-09 05:41:10 +02:00
Alexey Milovidov
8bfe4ee23f Speed up requests when IMDS is not available 2024-08-09 04:57:18 +02:00
Alexey Milovidov
dbd4a6d551 Speed up from 4 sec to 2 sec #52771 2024-08-09 04:41:06 +02:00
Alexey Milovidov
978d36f9fe It's strange that we cared about this 2024-08-09 03:57:47 +02:00
Alexey Milovidov
d0a1ee821b You don't know regular expressions 2024-08-09 03:51:12 +02:00
Alexey Milovidov
6f0f278387 Fix trash (low-quality code) in AWS S3 2024-08-09 03:45:07 +02:00
Nikita Mikhaylov
f37e0c7fc6 Merge branch 'master' of github.com:ClickHouse/ClickHouse into ts-engine 2024-08-07 21:01:13 +00:00
Matt Woenker
f8a14e86d8 Add const a few places 2024-08-07 16:32:13 -04:00
Matt Woenker
cff7cbac94 Style fix 2024-08-07 16:21:16 -04:00
Kseniia Sumarokova
315fd5496a
Merge pull request #65386 from skyoct/feat-s3-field
Feat add _etag for object storage
2024-08-07 17:35:43 +00:00
Nikita Taranov
053285dc1c Merge branch 'master' into keep_alive_max_reqs 2024-08-06 20:55:48 +01:00
Matt Woenker
2a1ee419b4 Fix style issue 2024-08-06 15:53:49 -04:00
Matt Woenker
704ec8dea6 Handle incomplete sequences at end of input 2024-08-06 12:49:23 -04:00
Nikita Mikhaylov
6f025090eb Merge branch 'master' of github.com:ClickHouse/ClickHouse into ts-engine 2024-08-05 17:46:14 +02:00
Alexey Milovidov
06f83022da
Merge pull request #67324 from ClickHouse/fix-json-recursion
Fix stack overflow in too deep JSON
2024-08-04 13:21:44 +00:00
Kseniia Sumarokova
4f1c2ad277
Merge pull request #67459 from ClickHouse/write-buffer-from-s3-fix-dtor
Fix wait for tasks in ~WriteBufferFromS3 in case WriteBuffer was cancelled
2024-08-04 09:27:24 +00:00
Alexey Milovidov
c07089f054 Merge branch 'master' into fix-json-recursion 2024-08-03 19:06:25 +02:00
Vitaly Baranov
eacbadf560 Support prometheus remote read protocol. 2024-08-03 16:20:23 +02:00
Vitaly Baranov
24103c733d Support prometheus remote write protocol. 2024-08-03 16:20:23 +02:00
Vitaly Baranov
8b7a294bc7 Support constructing SnappyWriteBuffer from a reference to other write buffer. 2024-08-03 16:20:23 +02:00
Miсhael Stetsyuk
14fce8b8da
Merge pull request #66704 from ClickHouse/add-S3DiskNoKeyErrors-metric
Add S3DiskNoKeyErrors metric
2024-08-03 12:44:33 +00:00
Antonio Andelic
1a9eb69b3f Merge branch 'master' into fix-archive-file-parsing 2024-08-02 12:15:31 +02:00
Kseniia Sumarokova
a8adda2a71
Merge branch 'master' into write-buffer-from-s3-fix-dtor 2024-08-02 12:10:05 +02:00
serxa
8724c5ad52 Merge branch 'master' into s3-streams-scheduler 2024-08-02 09:52:55 +00:00
Alexey Milovidov
df5e71636d Merge branch 'master' into fix-json-recursion 2024-08-01 18:18:30 +02:00
Antonio Andelic
bc312eb046 Improve check 2024-07-31 09:13:35 +02:00
Yakov Olkhovskiy
adf7ee1c7a merge master 2024-07-30 23:05:45 +00:00
Nikita Mikhaylov
14d0cc2bf3
Merge pull request #67228 from ClickHouse/drop-tables-even-faster
Cleanup code and speedup table removal
2024-07-30 22:50:36 +00:00
kssenii
d69f6cccde Fix 2024-07-30 15:14:10 +02:00
Michael Stetsyuk
8b52d7b711 fxs 2024-07-30 13:35:19 +01:00
Antonio Andelic
4d4fc8fd6f Add setting to disable archive path syntax 2024-07-30 11:57:37 +02:00
Antonio Andelic
3e6a1b99e0 Fix file/URI parsing with archive syntax 2024-07-30 11:08:52 +02:00
Yakov Olkhovskiy
c1f45f632b merge master 2024-07-30 05:12:43 +00:00
Alexey Milovidov
b861cbca30 Merge branch 'fix-inconsistent-formatting-codecs' into debug-timer-descriptor 2024-07-30 04:10:27 +02:00
Nikita Mikhaylov
2aafd71146 Moved settings to ServerSettings and made the table drop even faster
(cherry picked from commit e1eb542dcc2b9fbc6a470a3cd9a183e79c86d7c7)
2024-07-30 00:39:29 +02:00
Alexey Milovidov
b2d8eaf1e6 Debug TimerDescriptor 2024-07-29 18:55:08 +02:00
Kruglov Pavel
813f4015db
Merge branch 'master' into json-data-type 2024-07-29 13:08:51 +02:00
Alexey Milovidov
86f8fa5efb Fix stack overflow in too deep JSON 2024-07-29 01:40:16 +02:00
Alexey Milovidov
60acbe7720 Fix stack overflow in too deep JSON 2024-07-29 01:40:05 +02:00
Alexey Milovidov
3e1a293622 Merge branch 'master' into ast-data-type 2024-07-28 16:00:00 +02:00
Alexey Milovidov
e0291e3a06 Prevent closing a file twice, even in case of errors 2024-07-27 21:16:11 +02:00
Alexey Milovidov
f90cf73d9b Merge branch 'fix-idiotic-code' into ast-data-type 2024-07-27 04:19:45 +02:00
Alexey Milovidov
0ed2c7e4a0 Sync with private 2024-07-27 03:16:30 +02:00
Alexey Milovidov
36a875dda4 Merge branch 'fix-idiotic-code' into ast-data-type 2024-07-26 15:32:15 +02:00
Alexey Milovidov
414ebf035d Fix error 2024-07-26 15:32:05 +02:00
Alexey Milovidov
74c21a732a Merge branch 'master' into fix-idiotic-code 2024-07-26 15:30:08 +02:00
Alexey Milovidov
bdace478f1 Merge branch 'fix-idiotic-code' into ast-data-type 2024-07-26 04:56:09 +02:00
Alexey Milovidov
9c6026965d Fix error 2024-07-26 04:55:53 +02:00
Alexey Milovidov
d6fdf29679 Remove too long unit test 2024-07-26 04:48:41 +02:00
Alexey Milovidov
4bf8d72a67 Merge branch 'fix-idiotic-code' into ast-data-type 2024-07-25 19:06:15 +02:00
Alexey Milovidov
7e98b7a24b Merge branch 'master' into fix-idiotic-code 2024-07-25 19:06:00 +02:00
avogar
701d99a9ad Small clean up 2024-07-25 13:56:17 +00:00
Antonio Andelic
67567fcff4 Fix build 2024-07-24 19:51:22 +02:00
Alexey Milovidov
4fae3986a3 Merge branch 'fix-idiotic-code' into ast-data-type 2024-07-24 18:03:22 +02:00
Alexey Milovidov
57a6d28100 Fix error 2024-07-24 11:17:43 +02:00
Alexey Milovidov
628ceae7c0 Merge branch 'master' into fix-idiotic-code 2024-07-24 11:10:33 +02:00
Michael Stetsyuk
aaf603035e check error type 2024-07-23 13:36:09 +01:00
Alexey Milovidov
1ab38d9a0f Merge branch 'master' into ast-data-type 2024-07-23 02:26:35 +02:00
Michael Stetsyuk
2a893ed8cd fxs 2024-07-22 17:08:32 +01:00
avogar
300073f51d Merge branch 'master' of github.com:ClickHouse/ClickHouse into json-data-type 2024-07-22 15:35:57 +00:00
Nikita Taranov
c15699e32d
Merge pull request #66652 from ClickHouse/separate_macro_for_debug_or_san_build
Introduce separate DEBUG_OR_SANITIZER_BUILD macro
2024-07-22 14:52:13 +00:00
Alexey Milovidov
ed8a403456 Merge branch 'fix-idiotic-code' into ast-data-type 2024-07-22 09:44:18 +02:00
Alexey Milovidov
dc601dc745 Fix error 2024-07-22 07:37:15 +02:00
Alexey Milovidov
32f624eeba Fix error 2024-07-22 07:35:10 +02:00
Alexey Milovidov
db549c93a1 Fix error 2024-07-22 07:34:34 +02:00
Yakov Olkhovskiy
dac5996dda Merge branch 'master' into ft-chunked-protocol 2024-07-20 23:01:56 +00:00
Kruglov Pavel
74670e7d20
Merge branch 'master' into json-data-type 2024-07-20 20:52:51 +02:00
Alexey Milovidov
75b042e9bd Merge branch 'master' into fix-idiotic-code 2024-07-20 02:29:59 +02:00
Alexey Milovidov
cba317ee21 Merge branch 'master' into ast-data-type 2024-07-20 02:24:37 +02:00
Alexey Milovidov
cc20174562 Fix bad code: it was catching exceptions 2024-07-19 00:20:03 +02:00
Alexey Milovidov
4ef9cb6d7a Fix style 2024-07-18 23:13:32 +02:00
Alexey Milovidov
58d4127a0f Merge branch 'master' into fix-idiotic-code 2024-07-18 23:12:36 +02:00
Sema Checherinda
36468c528d relax condition in test, remove unused counters 2024-07-18 19:55:09 +02:00
Michael Stetsyuk
2e1f679ceb add S3DiskNoKeyErrors metric 2024-07-18 12:35:41 +02:00
Antonio Andelic
233fce695b
Merge pull request #66644 from k-morozov/fix-data-race-client-s3
Fix data race in S3::ClientCache
2024-07-18 10:28:41 +00:00
Alexey Milovidov
c7be25f0a1 Fix everything 2024-07-18 04:54:36 +02:00
Alexey Milovidov
55355f43ad Fix bad code: it was catching exceptions 2024-07-18 04:23:25 +02:00
Nikita Taranov
5608914bca impl 2024-07-17 16:59:31 +01:00
Konstantin Morozov
fd443a1721 add mutable 2024-07-17 13:43:36 +00:00
Konstantin Morozov
0de54b9d29 fix comma 2024-07-17 13:01:04 +00:00
Konstantin Morozov
8211d8eabf fix data race 2024-07-17 12:04:37 +00:00
Sema Checherinda
2d69740e2a Merge branch 'master' into chesema-less-backoff-timeout-try-2 2024-07-16 12:48:27 +02:00
avogar
0ef65fbd13 Merge branch 'master' of github.com:ClickHouse/ClickHouse into json-data-type 2024-07-16 10:09:27 +00:00
Yakov Olkhovskiy
1836a69b33 Merge branch 'master' into ft-chunked-protocol 2024-07-12 15:43:25 +00:00
avogar
4848ad3fad Merge branch 'master' of github.com:ClickHouse/ClickHouse into json-data-type 2024-07-12 14:56:00 +00:00
avogar
dfc3db23b1 Implement new JSON data type 2024-07-12 14:38:14 +00:00
Raúl Marín
4d4bf0e3db Merge remote-tracking branch 'blessed/master' into mergetree_private 2024-07-12 16:35:07 +02:00
Yakov Olkhovskiy
9c6a49b6d4 fix WriteBufferFromPocoSocketChunked::finalizeImpl() 2024-07-12 14:30:46 +00:00
Raúl Marín
9a8e4f2993 No libraries 2024-07-11 22:33:41 +02:00
Vitaly Baranov
5f302e539d Fix error reporting while copying to Azure Blob Storage. 2024-07-11 16:54:01 +02:00
Raúl Marín
9e599576ab Hide Settings object from Context.h 2024-07-11 14:00:05 +02:00
Raúl Marín
314174013b Reduce dependencies on ServerSettings.h 2024-07-10 18:10:19 +02:00
Vitaly Baranov
b53e58c501 Fix error reporting while copying to S3. 2024-07-09 22:50:21 +02:00
Nikita Taranov
a9546fe551
Merge pull request #66147 from ClickHouse/fix_mac_build
Playing minesweeper with build system
2024-07-08 22:05:17 +00:00
Kruglov Pavel
822918a30f
Merge pull request #65640 from ClickHouse/ms
Fix 02834_apache_arrow_abort flakiness with MSAN
2024-07-08 13:46:55 +00:00
Nikita Taranov
0c13289ea3
Merge branch 'master' into fix_mac_build 2024-07-07 16:31:49 +02:00
Nikita Taranov
a502933f5e
Fix clang-tidy error in BufferWithOwnMemory.h 2024-07-05 20:09:08 +02:00
Nikita Taranov
6e8edf008f try fix 2024-07-05 18:36:50 +02:00
Antonio Andelic
1258ec38c4
Merge pull request #65701 from ClickHouse/gwp-asan-disable-stacktrace-by-default
Disable stacktrace collection in GWPAsan by default
2024-07-05 11:56:35 +00:00
serxa
d7ee82b3fe Merge branch 'master' into s3-streams-scheduler 2024-07-05 10:08:45 +00:00
Robert Schulze
4dca031e9d
Merge pull request #66100 from rschu1ze/bump-azure
Bump Azure to 1.12
2024-07-05 09:11:00 +00:00
Michael Kolupaev
d394278b1b Merge remote-tracking branch 'origin/master' into ms 2024-07-04 18:44:18 +00:00
Michael Kolupaev
f40f46e244 Merge remote-tracking branch 'origin/ms' into ms 2024-07-04 18:44:11 +00:00
Michael Kolupaev
b98c123f3a Remove logging, if this happens again we'll have to guess again 2024-07-04 18:41:20 +00:00
kssenii
d6050a85fe Merge remote-tracking branch 'origin/master' into fix-read-settings-in-index-loading 2024-07-04 20:01:41 +02:00
Anton Popov
7f2bfc5f14 Merge remote-tracking branch 'upstream/master' into HEAD 2024-07-04 16:13:30 +00:00
Robert Schulze
2c94218120
Random header fixes for libcxx 16 2024-07-04 15:39:50 +00:00
Kseniia Sumarokova
292113e32b
Merge branch 'master' into feat-s3-field 2024-07-04 12:21:33 +02:00
Antonio Andelic
045cb0a581 Increase special allocation sampling 2024-07-03 18:50:33 +02:00
kssenii
5252ca59ca Merge remote-tracking branch 'origin/master' into fix-read-settings-in-index-loading 2024-07-03 18:00:46 +02:00
Antonio Andelic
cddd2312fb Merge branch 'master' into keeper-remove-standalone-build 2024-07-03 16:23:31 +02:00
Yakov Olkhovskiy
61f863c4e1 fix ambiguous override of non-virtual 2024-07-03 13:47:18 +00:00
alesapin
4ac30aa7d5 Fxi style 2024-07-02 17:18:14 +02:00
alesapin
8dfa8d6df4 Add more Azure profile events + AzureUploadPart to AzureStageBlock 2024-07-02 16:42:42 +02:00
kssenii
ba1a23d0ea Remove default constructor of ReadSettings 2024-07-01 14:54:51 +02:00
kssenii
e5423b2435 Fix remaining cases 2024-07-01 14:09:53 +02:00
Antonio Andelic
4a9daa202d Remove Keeper standalone build 2024-07-01 11:24:45 +02:00
Alexey Milovidov
152edf4e38 Merge branch 'master' into more-strict-tryparse 2024-06-30 04:13:37 +02:00
Alexander Tokmakov
4748e2929f
Merge pull request #65570 from ClickHouse/keeper_az
Improve ZooKeeper load balancing
2024-06-28 22:57:20 +00:00
Anton Popov
6957241388 Merge remote-tracking branch 'upstream/master' into HEAD 2024-06-28 14:19:13 +00:00
Kseniia Sumarokova
6236d9d66f
Merge branch 'master' into fix-read-settings-in-index-loading 2024-06-28 12:27:14 +02:00
Michael Kolupaev
40c0ce5536 Merge remote-tracking branch 'origin/master' into ms 2024-06-27 21:36:43 +00:00
Yakov Olkhovskiy
30a9c38c95 fix buffer size check 2024-06-26 20:43:13 +00:00
Yakov Olkhovskiy
32e6bed4ee bug fix, ubsan paranoia fix 2024-06-26 14:04:33 +00:00
Kseniia Sumarokova
d6a351bf0d
Merge branch 'master' into feat-s3-field 2024-06-26 13:42:11 +02:00
Sema Checherinda
bbd9c77b7c rm debug print 2024-06-26 12:56:53 +02:00
Yakov Olkhovskiy
9eec834427 better chunked protocol negotiation, comments, review suggestions 2024-06-26 03:19:16 +00:00
Yakov Olkhovskiy
aadf1536a4 fix protocol 2024-06-25 22:28:01 +00:00
Sema Checherinda
072eb14493 fixing HTTPHandler 2024-06-25 23:04:47 +02:00
kssenii
25d4764c60 Fix unit tests 2024-06-25 13:23:52 +02:00
Sema Checherinda
4b5b149167 fix style 2024-06-25 12:13:50 +02:00
Michael Kolupaev
9c25a1f69b Exclude some more HTTP codes in ReadWriteBufferFromHTTP::getFileInfo() 2024-06-25 02:16:06 +00:00
Sema Checherinda
96a6462059 fix CascadeWriteBuffer 2024-06-24 21:12:06 +02:00
Anton Popov
867a5650fc Merge remote-tracking branch 'upstream/master' into HEAD 2024-06-24 19:06:28 +00:00
kssenii
f48e0da696 Fix ReadSettings 2024-06-24 18:32:38 +02:00
Sema Checherinda
8f81dc49d3 fix d-tor in WriteBufferFromS3 2024-06-24 16:50:45 +02:00
Sema Checherinda
8bdbb8c383 fix WriteBufferFromFile 2024-06-24 13:54:37 +02:00
skyoct
531a7e3592 fix etag init 2024-06-24 18:26:40 +08:00
Alexey Milovidov
1e19732e6c Merge branch 'ecs' into revert-65361-revert-65164-ecs 2024-06-24 00:36:27 +02:00
Alexey Milovidov
9948150b87 Fix error 2024-06-24 00:19:20 +02:00
Yakov Olkhovskiy
4240cb98fd
Merge branch 'master' into ft-chunked-protocol 2024-06-23 14:27:45 -04:00
Alexey Milovidov
b6945bd143 Merge branch 'master' into revert-65361-revert-65164-ecs 2024-06-23 18:30:57 +02:00
Alexander Tokmakov
5673446d9c fix build 2024-06-23 02:47:44 +02:00
Alexander Tokmakov
dbdf4e1880 improve ZooKeeper load balancing 2024-06-23 01:58:28 +02:00
Sema Checherinda
90231e302e fix WriteBufferFromFileDecorator cancelation 2024-06-21 20:12:34 +02:00
Sema Checherinda
33e01a7ac0 Merge branch 'master' into chesema-less-backoff-timeout-try-2 2024-06-20 19:06:10 +02:00
Sema Checherinda
19bafb5063 Merge branch 'master' into chesema-fix-buffer-cancelation 2024-06-20 18:10:53 +02:00