kssenii
|
7764fd9ac9
|
Fix possible cannot-read-all-data
|
2023-01-09 12:47:55 +01:00 |
|
Vladimir C
|
75e9a45341
|
Merge pull request #44716 from ClickHouse/vdimir/merge_engine_nullable
|
2023-01-09 11:38:04 +01:00 |
|
Anton Popov
|
1f32ffedf8
|
Merge pull request #43221 from ClickHouse/refactoring-ip-types
Replace domain IP types (IPv4, IPv6) with native
|
2023-01-07 12:01:21 +01:00 |
|
Alexey Milovidov
|
9fcd111724
|
Merge pull request #45003 from amosbird/issue_44979
Fix minmax_count_projection with _partition_value
|
2023-01-07 03:36:56 +03:00 |
|
Amos Bird
|
200d40c53d
|
Fix minmax_count_projection with _partition_value
Check if virtual column `_partition_value` can be used when building
minmax_count_projection block.
|
2023-01-07 05:38:28 +08:00 |
|
Nikolai Kochetov
|
9c5a8a598a
|
Merge pull request #44983 from ClickHouse/check-what-if-disable-some-check-in-storage-merge
Check what if disable some checks in storage Merge.
|
2023-01-06 19:45:46 +01:00 |
|
Dmitry Novik
|
9d44c7a737
|
Merge pull request #44541 from ClickHouse/cleanup-resolved-function
Followup #43761
|
2023-01-06 18:09:32 +01:00 |
|
Nikolai Kochetov
|
398ae6a216
|
Fix style.
|
2023-01-06 15:33:19 +00:00 |
|
Nikolai Kochetov
|
58c7547f51
|
Removed check and added a test.
|
2023-01-06 15:04:00 +00:00 |
|
alesapin
|
da83e97b4c
|
Fix startup issue
|
2023-01-06 15:36:53 +01:00 |
|
Anton Popov
|
b25f875674
|
Merge pull request #44875 from ClickHouse/fix-another-one-cannot-read-all-data-for-lc-dict-error
Fix right offset for reading LowCardinality dictionary from remote fs
|
2023-01-06 15:24:36 +01:00 |
|
Nikolai Kochetov
|
a0dad93a38
|
Check whatt if disable some checks in storage Merge.
|
2023-01-06 13:26:15 +00:00 |
|
alesapin
|
b20f07b2cc
|
Merge branch 'master' into fix_rare_race
|
2023-01-06 14:20:08 +01:00 |
|
Kseniia Sumarokova
|
573d3283b0
|
Merge pull request #44327 from kssenii/use-new-named-collections-code-2
Replace old named collections code with new (from #43147) part 2
|
2023-01-06 13:06:26 +01:00 |
|
Alexey Milovidov
|
b88be9df8c
|
Merge pull request #44956 from ClickHouse/fix_read_result_consistency_check_on_exception
Do not check read result consistency when unwinding
|
2023-01-06 06:22:42 +03:00 |
|
Alexey Milovidov
|
a205b41c56
|
Merge pull request #44947 from Algunenano/background_pool_size_logical
Change error code on invalid background_pool_size config
|
2023-01-06 03:19:40 +03:00 |
|
Alexander Gololobov
|
1b31b8bb91
|
Do not check read result consistency when unwinding
|
2023-01-06 00:26:08 +01:00 |
|
Igor Nikonov
|
a67afdff6a
|
Fix: insert delay calculation
|
2023-01-05 22:43:41 +00:00 |
|
Alexander Gololobov
|
102dd8bd45
|
Merge branch 'master' into lwd_mutation_always_sync
|
2023-01-05 21:20:14 +01:00 |
|
Dmitry Novik
|
ebead611b6
|
Merge branch 'master' into cleanup-resolved-function
|
2023-01-05 19:27:08 +01:00 |
|
Raúl Marín
|
b0715ec5eb
|
Change error code on invalid background_pool_size config
|
2023-01-05 18:47:02 +01:00 |
|
Anton Popov
|
4447afb14d
|
Revert "If user only need virtual columns, we don't need to initialize ReadBufferFromS3"
|
2023-01-05 16:38:20 +01:00 |
|
Igor Nikonov
|
2a105d1862
|
Fix stupid mistake - max() -> min()
|
2023-01-05 12:38:27 +00:00 |
|
Igor Nikonov
|
db46267a95
|
Fast fix: force upper bound for time to delay INSERT
|
2023-01-05 12:38:27 +00:00 |
|
kssenii
|
fcb042d80c
|
Fix cland tidy
|
2023-01-05 12:04:07 +01:00 |
|
Ilya Yatsishin
|
e4d4a2d8ab
|
Merge pull request #44897 from kssenii/rabbitmq-leak
Try fix rabbitmq potential leak
|
2023-01-05 10:56:56 +01:00 |
|
Nikolay Degterinsky
|
673ba769e5
|
Merge remote-tracking branch 'upstream/master' into make_system_replicas_parallel
|
2023-01-05 02:36:07 +00:00 |
|
Azat Khuzhin
|
d06ac2d468
|
Fix logging message in MergeTreeDataMergerMutator (about merged parts)
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2023-01-04 19:07:01 +01:00 |
|
kssenii
|
2e758f983f
|
Add logging, remove closing connection in destructor
|
2023-01-04 18:08:55 +01:00 |
|
chen
|
741dbb5a75
|
Update StorageS3Settings.h
|
2023-01-05 00:41:58 +08:00 |
|
xiedeyantu
|
2f59b1d002
|
better
|
2023-01-05 00:27:07 +08:00 |
|
Yakov Olkhovskiy
|
7a5a36cbed
|
Merge branch 'master' into refactoring-ip-types
|
2023-01-04 11:11:06 -05:00 |
|
alesapin
|
2a5b4067e4
|
Review fixes
|
2023-01-04 15:15:14 +01:00 |
|
alesapin
|
2cd7247619
|
Merge branch 'master' into fix_rare_race
|
2023-01-04 15:06:20 +01:00 |
|
alesapin
|
8ddda46d1b
|
Update src/Storages/StorageReplicatedMergeTree.cpp
Co-authored-by: Antonio Andelic <antonio2368@users.noreply.github.com>
|
2023-01-04 14:59:46 +01:00 |
|
kssenii
|
283388cfa6
|
Simplify loop, add comment
|
2023-01-04 13:47:15 +01:00 |
|
kssenii
|
0fe4d0732d
|
Better
|
2023-01-04 13:17:40 +01:00 |
|
kssenii
|
ae7a5a6554
|
Better comment
|
2023-01-04 13:07:56 +01:00 |
|
kssenii
|
cebfddc3ad
|
Better closing of the loop
|
2023-01-04 13:00:37 +01:00 |
|
Smita Kulkarni
|
0e743254df
|
Removed no-parallel tag from test and removed an exception from StorageView - 40907 Parameterized views as table functions
|
2023-01-04 08:19:15 +01:00 |
|
Alexey Milovidov
|
3a027d285f
|
Merge pull request #44828 from ClickHouse/remove-two-lines-of-code
What if I will remove two lines of code?
|
2023-01-04 04:50:52 +03:00 |
|
Kruglov Pavel
|
9056925c7d
|
Merge pull request #44874 from Algunenano/time_fix
Do not throw DB::Exception when folders do not exist
|
2023-01-04 01:17:57 +01:00 |
|
Robert Schulze
|
27f5aad49e
|
What happens if I remove 156 lines of code?
|
2023-01-03 18:51:16 +00:00 |
|
Nikolai Kochetov
|
c51f5e6fac
|
Fix typo.
|
2023-01-03 18:41:37 +00:00 |
|
Nikolai Kochetov
|
da26f62a9b
|
Fix right offset for reading LowCardinality dictionary from remote fs in case if right mark was in the middle of compressed block.
|
2023-01-03 18:19:51 +00:00 |
|
Dmitry Novik
|
a84318af5f
|
Merge branch 'master' into cleanup-resolved-function
|
2023-01-03 17:52:29 +01:00 |
|
Raúl Marín
|
0785bf6b29
|
Do not throw DB::Exception when folders do not exist
|
2023-01-03 17:05:54 +01:00 |
|
kssenii
|
67509aa2d5
|
Merge remote-tracking branch 'upstream/master' into use-new-named-collections-code-2
|
2023-01-03 16:41:30 +01:00 |
|
kssenii
|
bda8f0d410
|
Better async buffer from remote
|
2023-01-03 15:27:37 +01:00 |
|
Nikolai Kochetov
|
6b1a697b12
|
Merge pull request #44850 from ClickHouse/respect-context-in-projection-optimization
Save context created from projection analysis.
|
2023-01-03 13:30:51 +01:00 |
|
Smita Kulkarni
|
1f89db78a5
|
Added is_create_parameterized_view flag in ActionsVisitor, added functions for column manipulation for parameterized view in StorageView, updated tests to fix flaky test issues and addressed small review comments- 40907 Parameterized views as table functions
|
2023-01-03 11:00:39 +01:00 |
|
Antonio Andelic
|
e0b8fd528d
|
Merge pull request #44842 from ClickHouse/fix-data-race-storage-s3
Fix data race in StorageS3
|
2023-01-03 09:20:08 +01:00 |
|
Han Fei
|
7d7de3833b
|
Merge pull request #44651 from hanfei1991/hanfei/fix-async-insert-cleanup
fix bug that async blocks cleanup not work
|
2023-01-02 21:58:27 +01:00 |
|
Dmitry Novik
|
929300a721
|
Update MergeTreeData.cpp
|
2023-01-02 21:18:16 +01:00 |
|
Dmitry Novik
|
04fb410a40
|
Merge branch 'master' into parallel_parts_cleanup_with_zero_copy
|
2023-01-02 20:48:39 +01:00 |
|
Dmitry Novik
|
c646048af9
|
Merge pull request #44461 from ClickHouse/parts-removal-limit
Add part removal limit for one CleanupThread iteration
|
2023-01-02 20:04:19 +01:00 |
|
Alexey Milovidov
|
e855d3519a
|
Merge branch 'master' into refactoring-ip-types
|
2023-01-02 21:58:53 +03:00 |
|
Nikolai Kochetov
|
d2630f8321
|
Add test.
|
2023-01-02 18:01:53 +00:00 |
|
Nikolai Kochetov
|
09325ff17e
|
Store context created from projection analysis.
|
2023-01-02 17:00:48 +00:00 |
|
alesapin
|
39331e07d5
|
Improve logging
|
2023-01-02 17:05:08 +01:00 |
|
alesapin
|
6fc63878b4
|
Fix rare race which can lead to queue hang
|
2023-01-02 16:57:25 +01:00 |
|
Kruglov Pavel
|
966f57ef68
|
Merge pull request #42777 from Avogar/improve-streaming-engines
Refactor and Improve streaming engines Kafka/RabbitMQ/NATS and data formats
|
2023-01-02 15:59:06 +01:00 |
|
Antonio Andelic
|
e07d820156
|
Fix race on total_size
|
2023-01-02 14:28:27 +00:00 |
|
Han Fei
|
eef0136415
|
add debug log
|
2023-01-02 11:59:44 +01:00 |
|
Alexey Milovidov
|
50bb7f90d8
|
Merge pull request #44809 from ClickHouse/fix-race-in-mergetreedatapart
Fix race in `system.parts` and `system.parts_columns`
|
2023-01-01 01:09:46 +03:00 |
|
Han Fei
|
a036c6bc01
|
Merge branch 'master' into hanfei/fix-async-insert-cleanup
|
2022-12-31 20:52:16 +01:00 |
|
Alexey Milovidov
|
3a5cea8281
|
Fix race in system.parts and system.parts_columns
|
2022-12-31 15:07:26 +01:00 |
|
Alexey Milovidov
|
26eb2f57e1
|
Fix race in system.parts and system.parts_columns
|
2022-12-31 15:06:57 +01:00 |
|
Azat Khuzhin
|
e7bf2cc959
|
Add a comment for lack of fsync in MergedBlockOutputStream::finalizePartOnDisk()
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2022-12-30 22:39:13 +01:00 |
|
Azat Khuzhin
|
9fb6004c92
|
Add missing fsync for small files (ttl.txt, columns.txt, ...) in mutations
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2022-12-30 22:22:39 +01:00 |
|
Nikolai Kochetov
|
758f30cc17
|
Cleanup.
|
2022-12-30 17:53:46 +00:00 |
|
avogar
|
2ca3a74b9a
|
Fix style
|
2022-12-30 16:46:21 +00:00 |
|
avogar
|
a74ffa70bc
|
Don't use async producing in Kafka
|
2022-12-30 16:40:04 +00:00 |
|
Nikolai Kochetov
|
5f38e17941
|
Fix integration test.
|
2022-12-30 16:20:06 +00:00 |
|
Vladimir C
|
2ff0d7e942
|
Apply suggestion
|
2022-12-30 16:48:57 +01:00 |
|
Han Fei
|
454f40ab17
|
fix test
|
2022-12-30 16:30:33 +01:00 |
|
Alexander Gololobov
|
2c64f0042a
|
Added force_wait parameter to IStorage::mutate()
|
2022-12-30 16:23:03 +01:00 |
|
chen
|
72200273da
|
Update StorageS3Settings.cpp
|
2022-12-30 22:47:48 +08:00 |
|
Kruglov Pavel
|
0844fe7089
|
Merge pull request #44493 from xiedeyantu/s3_optimize
If user only need virtual columns, we don't need to initialize ReadBufferFromS3
|
2022-12-30 15:44:20 +01:00 |
|
xiedeyantu
|
c636b3e363
|
S3 support upload object using storage class INTELLIGENT_TIERING
|
2022-12-30 21:05:01 +08:00 |
|
Alexander Gololobov
|
d12f5cb119
|
Merge pull request #44705 from ClickHouse/fix_crash_on_delete
Fix crash on delete from materialized view
|
2022-12-30 12:57:21 +01:00 |
|
Alexey Milovidov
|
13b76ad760
|
Merge pull request #44719 from ClickHouse/fix_attach_thread_deadlock
Fix deadlock in attach thread
|
2022-12-30 13:56:18 +03:00 |
|
Nikolay Degterinsky
|
dfe93b5d82
|
Merge pull request #42284 from Algunenano/perf_experiment
Performance experiment
|
2022-12-30 03:14:22 +01:00 |
|
Kruglov Pavel
|
894726bd8f
|
Merge branch 'master' into improve-streaming-engines
|
2022-12-29 22:59:45 +01:00 |
|
Alexander Gololobov
|
fbae502499
|
Merge pull request #42126 from ClickHouse/fix_invalid_number_of_rows_in_chunk_with_prewhere
Fixing "Invalid number of rows in Chunk" with lightweight deletes
|
2022-12-29 21:46:12 +01:00 |
|
Kseniia Sumarokova
|
e52ef6cbcd
|
Update NamedCollectionsHelpers.h
|
2022-12-29 21:35:20 +01:00 |
|
alesapin
|
5dfefb43a3
|
Fix deadlock in attach thread
|
2022-12-29 18:52:20 +01:00 |
|
Alexey Milovidov
|
4c80f597c9
|
Merge pull request #44706 from kssenii/fix-filelog-tests
Fix flaky filelog tests with database ordinary
|
2022-12-29 20:31:08 +03:00 |
|
Alexander Gololobov
|
e6b6ea59bf
|
Merge branch 'master' into fix_crash_on_delete
|
2022-12-29 17:55:03 +01:00 |
|
Dmitry Novik
|
81c0db3b67
|
Reuse FunctionBase for IndexHint
|
2022-12-29 15:47:43 +00:00 |
|
Dmitry Novik
|
bd480f18c1
|
Merge branch 'master' into parts-removal-limit
|
2022-12-29 16:27:54 +01:00 |
|
vdimir
|
aa3ecbab0a
|
Fix bug with wring type in Merge table with PREWHERE
|
2022-12-29 15:22:31 +00:00 |
|
chen
|
6ad3bb2caa
|
Merge branch 'master' into s3_optimize
|
2022-12-29 23:22:11 +08:00 |
|
Alexander Gololobov
|
a02a631d51
|
Cleanups based on code review
|
2022-12-29 15:00:42 +01:00 |
|
Alexander Gololobov
|
7df137e460
|
Replaced asserts with logical errors
|
2022-12-29 14:33:11 +01:00 |
|
SmitaRKulkarni
|
02ff2ea8ac
|
Merge branch 'master' into 40907_Parameterized_views_as_table_functions
|
2022-12-29 13:56:00 +01:00 |
|
Alexey Milovidov
|
875797ee63
|
Merge pull request #44685 from ClickHouse/remove-old-code-4
Remove old code
|
2022-12-29 15:43:59 +03:00 |
|
alesapin
|
02c3e708af
|
Merge pull request #44694 from Algunenano/old_part_improvement
Improve handling of old parts
|
2022-12-29 13:14:52 +01:00 |
|
Alexander Gololobov
|
938aac906e
|
Added IStorage::supportsDelete() method to properly check for DELETE FROM query support
|
2022-12-29 13:03:50 +01:00 |
|
chen
|
2e54f4e3f4
|
Merge branch 'ClickHouse:master' into s3_optimize
|
2022-12-29 20:03:30 +08:00 |
|