Alexander Gololobov
|
3eb2a1cc5b
|
Merge pull request #47973 from socketpair/exitcode
Fix #36971: Watchdog: exit with non-zero code if child process exits
|
2023-03-24 22:26:44 +01:00 |
|
Alexander Gololobov
|
e5f5088320
|
Merge pull request #47918 from ClickHouse/keeper_batch_bytes_size_limit
Limit keeper request batching by size in bytes
|
2023-03-24 22:13:55 +01:00 |
|
Alexander Gololobov
|
a1e4f70c18
|
Merge branch 'master' into keeper_batch_bytes_size_limit
|
2023-03-24 22:08:05 +01:00 |
|
Antonio Andelic
|
6c3765c8b6
|
Small fix
|
2023-03-24 20:40:45 +00:00 |
|
Antonio Andelic
|
e38aa298f4
|
Merge branch 'master' into more-batching-keeper
|
2023-03-24 19:44:29 +00:00 |
|
avogar
|
d00587202d
|
Make better
|
2023-03-24 19:25:07 +00:00 |
|
Dmitry Novik
|
0638f31a09
|
Merge pull request #47727 from ClickHouse/const-aggregation-key-fix
Fix aggregation with constant key in planner
|
2023-03-24 19:47:20 +01:00 |
|
Alexander Tokmakov
|
6accefe114
|
Update tests/queries/0_stateless/02668_parse_datetime_in_joda_syntax.reference
|
2023-03-24 21:33:31 +03:00 |
|
Alexander Tokmakov
|
601aaf4d2f
|
Update tests/queries/0_stateless/02668_parse_datetime_in_joda_syntax.sql
|
2023-03-24 21:33:24 +03:00 |
|
kssenii
|
5a4525742d
|
Drop table after test
|
2023-03-24 18:53:00 +01:00 |
|
kssenii
|
08054b79a8
|
Try fix
|
2023-03-24 18:45:27 +01:00 |
|
Nikolai Kochetov
|
82f7c60e38
|
Merge pull request #47726 from k-morozov/feature/add_SourceStep_optimize
Add optimization for MemoryStorageStep
|
2023-03-24 17:56:10 +01:00 |
|
Maksim Kita
|
5cb2d30563
|
Merge pull request #47316 from ClickHouse/vdimir/transform_external_query_analyzer
Support transformQueryForExternalDatabase for analyzer
|
2023-03-24 17:53:00 +01:00 |
|
Vitaly Baranov
|
1badc3cba0
|
Move information about current hosts and list of all hosts to BackupCoordination (#47971)
to simplify the code and help implementing other features.
Co-authored-by: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
|
2023-03-24 17:38:19 +01:00 |
|
Raúl Marín
|
bf7b0c5cfe
|
Different approach to inject timeouts
|
2023-03-24 17:12:14 +01:00 |
|
Sema Checherinda
|
1e462e02ed
|
add ut
|
2023-03-24 17:00:04 +01:00 |
|
kssenii
|
16ebfcc3f8
|
Better delegate disks handle mutual path
|
2023-03-24 16:21:19 +01:00 |
|
avogar
|
ee0fd39f2a
|
Fix data-race
|
2023-03-24 15:20:19 +00:00 |
|
Nikita Taranov
|
42cafb4872
|
clearer
|
2023-03-24 16:04:48 +01:00 |
|
robot-clickhouse
|
7a82830f10
|
Automatic style fix
|
2023-03-24 15:04:05 +00:00 |
|
Robert Schulze
|
912fe0115e
|
UUUUUUU TTTTTTT CCCCCCC
|
2023-03-24 14:58:51 +00:00 |
|
Arthur Passos
|
ef4f860b62
|
namespace fix
|
2023-03-24 11:51:22 -03:00 |
|
Antonio Andelic
|
f7c0cca297
|
Maybe better keeper-bench
|
2023-03-24 14:37:51 +00:00 |
|
Antonio Andelic
|
f353561204
|
Avoid breaking batches with read requests
|
2023-03-24 14:37:40 +00:00 |
|
Anton Popov
|
fd567e03a5
|
Merge pull request #47796 from CurtizJ/fix-zlib-mmap
Fix reading from storage `File` compressed files with `zlib` and `gzip` compression
|
2023-03-24 15:36:21 +01:00 |
|
Nikolai Kochetov
|
a2182f2659
|
Merge pull request #47874 from amosbird/correct_exact_rows_before_limit
Correct `exact_rows_before_limit` in some scenarios
|
2023-03-24 15:09:42 +01:00 |
|
Robert Schulze
|
bc12c2b9ea
|
Merge pull request #47976 from ClickHouse/rs/fix-links
Docs: Fix links
|
2023-03-24 15:00:50 +01:00 |
|
SmitaRKulkarni
|
17cff78393
|
Removed SYSTEM SYNC from test test_concurrent_backups_on_same_node. (#47944)
|
2023-03-24 14:56:48 +01:00 |
|
Robert Schulze
|
129245da2e
|
Docs: Fix links
|
2023-03-24 13:52:56 +00:00 |
|
Alexander Gololobov
|
afe3af230f
|
Limit keeper request batching by size in bytes
|
2023-03-24 14:41:09 +01:00 |
|
Robert Schulze
|
48a99e5491
|
Fix flaky tests due to time zone randomization
|
2023-03-24 13:28:32 +00:00 |
|
Коренберг Марк
|
6df169dce3
|
Fix #36971: Watchdog: exit with non-zero code if child process exits
|
2023-03-24 16:04:09 +03:00 |
|
robot-clickhouse
|
3d21b67895
|
Automatic style fix
|
2023-03-24 13:02:41 +00:00 |
|
Robert Schulze
|
0712627c05
|
Query cache: Fix config naming ambiguity
Add 'max_' prefix to 'size' setting to make it more clear that the cache
consumes no space if not used.
|
2023-03-24 12:52:09 +00:00 |
|
Kruglov Pavel
|
97592cfdfd
|
Merge branch 'master' into Avogar-patch-2
|
2023-03-24 13:44:28 +01:00 |
|
zvonand
|
3f2afd6f6e
|
fix
|
2023-03-24 13:35:09 +01:00 |
|
MikhailBurdukov
|
cc92eacb3e
|
Merged several tests into one and rm unnecessary func
|
2023-03-24 11:51:09 +00:00 |
|
Mikhail f. Shiryaev
|
290ee6bbf1
|
Merge pull request #47790 from CurtizJ/apply-black-to-all-files
Apply black formatter to all python scripts
|
2023-03-24 14:20:50 +03:00 |
|
Robert Schulze
|
3628d11405
|
Fix "Field value too long" in catboostEvaluate()
Fixes #47616
|
2023-03-24 11:02:55 +00:00 |
|
Mikhail f. Shiryaev
|
4f2c336cfc
|
Update black version, run it for the repository
|
2023-03-24 11:54:38 +01:00 |
|
Nikolai Kochetov
|
46e50b17e4
|
Fixing test
|
2023-03-24 10:35:47 +00:00 |
|
Nikolai Kochetov
|
8917e1ad57
|
Fixing test
|
2023-03-24 09:40:12 +00:00 |
|
Antonio Andelic
|
52541e5e23
|
Merge pull request #47885 from ClickHouse/more-s3-events
Add more S3 write profile events
|
2023-03-24 09:48:34 +01:00 |
|
MikhailBurdukov
|
abd9a5bef6
|
Fixed new lines in test
|
2023-03-24 08:25:48 +00:00 |
|
MikhailBurdukov
|
68118388e6
|
Rename opt key, added test and refactored code.
|
2023-03-24 08:23:22 +00:00 |
|
Robert Schulze
|
a1803cf58a
|
Merge pull request #47955 from ClickHouse/rs/bump-vectorscan
Bump vectorscan to 5.4.9
|
2023-03-24 09:15:11 +01:00 |
|
Mikhail f. Shiryaev
|
c4870ad7bc
|
Move PRs artifacts to the PRs prefix in S3
|
2023-03-24 08:54:06 +01:00 |
|
Rich Raposa
|
802cd805c8
|
Merge pull request #47957 from ClickHouse/rfraposa-patch-2
Update backup.md
|
2023-03-23 21:55:02 -06:00 |
|
Alexander Tokmakov
|
4c9b63ccc0
|
Merge pull request #47916 from ClickHouse/fix_logical_error_in_distributed
Fix logical error in DistributedSink
|
2023-03-24 04:43:45 +03:00 |
|
Alexander Tokmakov
|
c28175a71d
|
Merge pull request #47963 from ClickHouse/revert-47586-revert-47581-revert-47216-Backup_Restore_concurrency_check_node
Revert "Revert "Revert "Backup_Restore_concurrency_check_node"""
|
2023-03-24 04:37:42 +03:00 |
|