Victor Krasnov
|
78760639d2
|
Merge branch 'master' into ADQM-987
|
2023-09-04 13:59:20 +03:00 |
|
Alexey Milovidov
|
7cb4d52d92
|
Deprecate metadata cache, part 2
|
2023-09-03 03:56:11 +02:00 |
|
Sergei Trifonov
|
cf5ea46713
|
Merge pull request #53338 from azat/throttling-fixes
Fix IO throttling during copying whole directories
|
2023-09-01 18:29:15 +02:00 |
|
Victor Krasnov
|
52cce27e81
|
Merge branch 'master' into ADQM-987
|
2023-09-01 18:00:20 +03:00 |
|
Dmitry Novik
|
5266511281
|
Merge remote-tracking branch 'origin/master' into revert-53782-revert-52762-planner-prepare-filters-for-analysis
|
2023-08-31 14:40:53 +00:00 |
|
Azat Khuzhin
|
51e8b16916
|
Fix IO throttling during copying whole directories
v2: pass local context during ALTER TABLE MOVE PARTITION TO VOLUME/DISK as well
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2023-08-29 23:13:46 +02:00 |
|
Nikita Mikhaylov
|
96cabcae3a
|
Change interface
|
2023-08-29 16:26:48 +02:00 |
|
Raúl Marín
|
45e8185f9b
|
Merge remote-tracking branch 'blessed/master' into parallel_replicas_row_estimation
|
2023-08-29 11:17:34 +02:00 |
|
Victor Krasnov
|
87c90767d9
|
Merge branch 'master' into ADQM-987
|
2023-08-27 09:14:42 +03:00 |
|
Nikolai Kochetov
|
93ab53163a
|
Revert "Revert "Planner prepare filters for analysis""
|
2023-08-24 12:32:56 +02:00 |
|
Alexander Tokmakov
|
011c7f7064
|
Revert "Planner prepare filters for analysis"
|
2023-08-24 12:52:03 +03:00 |
|
Nikolai Kochetov
|
3a4a7d70a2
|
Merge pull request #52762 from kitaisreal/planner-prepare-filters-for-analysis
Planner prepare filters for analysis
|
2023-08-23 18:59:43 +02:00 |
|
Victor Krasnov
|
8b2342c205
|
Minor code cleanup: remove some redundant includes of InterpreterAlterQuery.h
|
2023-08-23 14:16:36 +00:00 |
|
Raúl Marín
|
93dac0c880
|
Support clang-18 (Wmissing-field-initializers)
|
2023-08-23 15:53:45 +02:00 |
|
Nikolai Kochetov
|
5ee9b56040
|
Do not change the snapshot after at reading from MT
|
2023-08-22 13:50:51 +00:00 |
|
Antonio Andelic
|
ed15babddd
|
Merge pull request #53198 from ClickHouse/improve-archive-reading
Improve reading from archives
|
2023-08-21 14:11:25 +02:00 |
|
Igor Nikonov
|
3e9ae1751e
|
Merge remote-tracking branch 'origin/master' into fix-parallel-replicas-multiply-result
|
2023-08-17 14:45:37 +00:00 |
|
Igor Nikonov
|
49f7b4acd6
|
Merge remote-tracking branch 'origin/master' into fix-parallel-replicas-multiply-result
|
2023-08-16 23:31:49 +00:00 |
|
Igor Nikonov
|
21ef1f1d1c
|
Remove unnecessary Scalars usage for cluster_for_parallel_replicas
|
2023-08-16 23:24:01 +00:00 |
|
Robert Schulze
|
8a58e0df3e
|
Merge remote-tracking branch 'rschu1ze/master' into consistency-fixes-for-caches
|
2023-08-16 21:26:04 +00:00 |
|
Alexander Tokmakov
|
b32bdd1b0a
|
Merge pull request #53164 from ClickHouse/fixes_for_detached_parts
Fixes for detach/attach partition and broken detached parts cleanup
|
2023-08-16 00:09:13 +03:00 |
|
Igor Nikonov
|
49134711dc
|
Polishing
|
2023-08-15 17:37:01 +00:00 |
|
Igor Nikonov
|
9825f8c76e
|
Remove debug logging
|
2023-08-15 17:03:32 +00:00 |
|
Alexander Tokmakov
|
bf40767f10
|
fix another race
|
2023-08-15 14:27:49 +02:00 |
|
Igor Nikonov
|
1678cda8b3
|
Merge remote-tracking branch 'origin/master' into fix-parallel-replicas-multiply-result
|
2023-08-15 12:03:35 +00:00 |
|
Robert Schulze
|
f317903073
|
Merge branch 'ClickHouse:master' into consistency-fixes-for-caches
|
2023-08-15 10:25:08 +02:00 |
|
Igor Nikonov
|
c94994afcf
|
Propagate setting cluster_for_parallel_replicas to shards
|
2023-08-14 22:50:46 +00:00 |
|
Alexander Tokmakov
|
376202f739
|
fix creation of empty parts
|
2023-08-15 00:26:17 +02:00 |
|
Robert Schulze
|
3472a928d8
|
Cosmetics: Rename dropCache() to clearCaches()
"dropCache()" is a bad name, it sounds like that the cache can no longer
be used after the call. Not true, we only "clear" the cache.
|
2023-08-14 15:42:32 +00:00 |
|
Alexander Tokmakov
|
5a8b8203b2
|
fix
|
2023-08-10 23:22:51 +02:00 |
|
Alexander Tokmakov
|
4b30900fed
|
Revert "Improve CHECK TABLE system query"
|
2023-08-10 14:44:16 +03:00 |
|
Antonio Andelic
|
0e17d26b88
|
More formats supported, read single archive from 1 thread
|
2023-08-09 11:58:37 +00:00 |
|
Alexander Tokmakov
|
c1b94b4a3f
|
fixes for detach/attach partition
|
2023-08-08 17:55:04 +02:00 |
|
vdimir
|
358ef26385
|
small fixes for CHECK TABLE
|
2023-08-08 09:45:33 +00:00 |
|
vdimir
|
1aedc4e892
|
Build proper pipeline for CHECK TABLE
|
2023-08-08 09:45:32 +00:00 |
|
vdimir
|
a882ef295f
|
Query CHECK TABLE takes care about progress and cancellation
|
2023-08-08 09:45:31 +00:00 |
|
Vitaly Baranov
|
e127d27453
|
Disable using fs cache for backup/restore #2.
|
2023-08-03 13:52:35 +02:00 |
|
Alexander Tokmakov
|
9e0d27dc4d
|
don't create empty parts on drop partittion if we have a transaction (#52945)
|
2023-08-03 13:16:32 +03:00 |
|
Alexander Tokmakov
|
d6a2c631da
|
fix assertion in mutations with transactions
|
2023-08-01 21:16:22 +02:00 |
|
Raúl Marín
|
974f72800f
|
Merge remote-tracking branch 'blessed/master' into parallel_replicas_row_estimation
|
2023-07-26 10:35:40 +02:00 |
|
Alexey Milovidov
|
6fd27b6cd8
|
Fix build
|
2023-07-18 22:19:35 +02:00 |
|
Alexey Milovidov
|
8cd2e7c7d6
|
Merge branch 'master' into fix-potentially-bad-code
|
2023-07-18 22:18:22 +02:00 |
|
Alexander Sapin
|
2db14e36b4
|
Fix build
|
2023-07-17 19:15:07 +02:00 |
|
Alexander Sapin
|
b70349852c
|
Better message on timeout and fix test
|
2023-07-17 19:02:29 +02:00 |
|
Alexander Sapin
|
477b8f04b6
|
Fix sticky mutations test (and extremely rare race condition)
|
2023-07-17 13:09:34 +02:00 |
|
Alexey Milovidov
|
095624fbd1
|
Remove default argument value
|
2023-07-15 23:33:11 +02:00 |
|
Raúl Marín
|
9a5f357412
|
Revert "Merge pull request #51805 from ClickHouse/fix_for_parallel_replicas_and_empty_header"
This reverts commit 2c592a6a2c , reversing
changes made to 7a593ed9a5 .
|
2023-07-11 13:57:51 +02:00 |
|
robot-ch-test-poll4
|
8b329e83bd
|
Merge pull request #51959 from ClickHouse/fixes_for_transactions2
Fix some issues with transactions
|
2023-07-09 06:55:27 +02:00 |
|
Alexey Milovidov
|
e2c8cea381
|
Merge pull request #51801 from ClickHouse/fix_broken_parts_handling
Fix broken parts handling in `ReplicatedMergeTree`
|
2023-07-09 05:32:51 +03:00 |
|
Alexander Tokmakov
|
44ae3a0986
|
fix a bug in projections
|
2023-07-08 16:13:07 +02:00 |
|
Alexander Tokmakov
|
df31034820
|
rollback merge tasks on exception
|
2023-07-08 14:03:08 +02:00 |
|
Alexey Milovidov
|
89788f3d5b
|
Merge branch 'master' into fix-potentially-bad-code
|
2023-07-06 02:23:28 +03:00 |
|
Alexey Milovidov
|
2c592a6a2c
|
Merge pull request #51805 from ClickHouse/fix_for_parallel_replicas_and_empty_header
Fix for parallel replicas not completely disabled by granule count threshold
|
2023-07-06 01:46:52 +03:00 |
|
Alexey Milovidov
|
a4abb81194
|
Merge branch 'master' into bgmem
|
2023-07-05 01:54:43 +03:00 |
|
Alexey Milovidov
|
69d8923c4c
|
Merge branch 'master' into fix-potentially-bad-code
|
2023-07-05 00:46:24 +02:00 |
|
Alexander Gololobov
|
c0629a38d1
|
Fix for incorrect result when parallel replicas not completely disabled
|
2023-07-04 23:50:19 +02:00 |
|
Alexander Tokmakov
|
594ec09edf
|
fix missing metadata_version.txt
|
2023-06-28 18:19:16 +02:00 |
|
Alexey Milovidov
|
27f41869a9
|
Remove code that I don't like
|
2023-06-25 09:11:42 +02:00 |
|
Alexey Milovidov
|
1745535cb1
|
Add support for ALTER TABLE MODIFY COMMENT
|
2023-06-23 03:17:45 +02:00 |
|
Alexander Tokmakov
|
b4e455430c
|
Merge branch 'master' into rmt_better_background_tasks_scheduling
|
2023-06-17 22:19:21 +03:00 |
|
Alexander Tokmakov
|
b248ba730a
|
Merge pull request #50997 from vitlibar/use-hash_of_all_files-for-parts
Use hash_of_all_files to check identity of parts during on-cluster backups
|
2023-06-15 16:54:55 +03:00 |
|
Vitaly Baranov
|
6366940a37
|
Use hash_of_all_files from system.parts to check identity of parts during on-cluster backups.
|
2023-06-14 20:39:50 +02:00 |
|
Anton Popov
|
d45f07743c
|
fix getting number of mutations
|
2023-06-12 13:54:07 +00:00 |
|
Alexander Tokmakov
|
46caffd249
|
Merge branch 'master' into rmt_better_background_tasks_scheduling
|
2023-06-07 23:30:02 +03:00 |
|
Antonio Andelic
|
b11f744252
|
Correctly disable async insert with deduplication when it's not needed (#50663)
* Correctly disable async insert when it's not used
* Better
* Add comment
* Better
* Fix tests
---------
Co-authored-by: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
|
2023-06-07 20:33:08 +02:00 |
|
Alexander Tokmakov
|
d2aa1779ed
|
Merge branch 'master' into rmt_better_background_tasks_scheduling
|
2023-06-07 14:58:50 +02:00 |
|
Alexander Tokmakov
|
e148c60d5a
|
Fixes for MergeTree with readonly disks (#50244)
* fixes for MergeTree with readonly disks
* Automatic style fix
* Update test.py
* Automatic style fix
* Update test.py
* Update test.py
* Automatic style fix
* Update test.py
---------
Co-authored-by: robot-clickhouse <robot-clickhouse@users.noreply.github.com>
Co-authored-by: alesapin <alesapin@clickhouse.com>
|
2023-06-02 16:18:32 +03:00 |
|
Alexander Tokmakov
|
82e1d5ae67
|
Merge branch 'master' into rmt_better_background_tasks_scheduling
|
2023-05-30 17:40:13 +02:00 |
|
Anton Popov
|
612173e734
|
refactoring near alter conversions
|
2023-05-25 22:54:54 +00:00 |
|
Alexander Tokmakov
|
dbf08b25fb
|
better scheduling of merge selecting task
|
2023-05-23 01:25:17 +02:00 |
|
Michael Kolupaev
|
66cb7f818b
|
Fix flaky tests caused by OPTIMIZE FINAL failing memory budget check
|
2023-05-16 20:23:55 +00:00 |
|
Vitaly Baranov
|
943707963f
|
Add backup setting "decrypt_files_from_encrypted_disks"
|
2023-05-16 14:27:27 +02:00 |
|
Anton Popov
|
ff287c7bba
|
add lock
|
2023-05-10 23:00:49 +00:00 |
|
Alexey Milovidov
|
a8bdb20fc4
|
Merge pull request #48787 from ClickHouse/background-memory-tracker
Add MemoryTracker for the background tasks [Resubmit]
|
2023-05-09 07:58:36 +03:00 |
|
Alexey Milovidov
|
75a2589a42
|
Merge branch 'master' into deprecate-in-memory-parts
|
2023-05-06 00:49:59 +03:00 |
|
Alexey Milovidov
|
09f171822e
|
Merge branch 'master' into deprecate-in-memory-parts
|
2023-05-05 06:43:23 +02:00 |
|
Anton Popov
|
e61d7baa54
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2023-05-04 14:03:53 +00:00 |
|
Alexander Tokmakov
|
ff70d26c23
|
Update StorageMergeTree.cpp
|
2023-05-03 19:30:44 +03:00 |
|
Alexander Tokmakov
|
f3f6cfdcbb
|
Update StorageMergeTree.cpp
|
2023-05-03 17:39:31 +03:00 |
|
Alexey Milovidov
|
f449df85b6
|
Deprecate in-memory parts
|
2023-05-03 00:31:09 +02:00 |
|
Alexey Milovidov
|
3fa19c5ee2
|
Merge branch 'master' into fix_some_tests3
|
2023-04-27 15:04:15 +03:00 |
|
Anton Popov
|
38622d0770
|
add settings to delay or throw in case of too many mutations
|
2023-04-24 18:21:49 +00:00 |
|
Alexander Tokmakov
|
19f43ee7c7
|
Merge branch 'master' into fix_some_tests3
|
2023-04-24 16:13:27 +02:00 |
|
凌涛
|
08e81d0a52
|
Merge branch 'master' into feature/support_settings_allow_suspicious_indices
|
2023-04-23 10:08:00 +08:00 |
|
凌涛
|
de18bf72b4
|
modify code
|
2023-04-21 17:27:26 +08:00 |
|
Alexander Tokmakov
|
70c1000c22
|
fix some tests
|
2023-04-14 19:42:17 +02:00 |
|
Dmitry Novik
|
cf5d9a175a
|
Revert "Merge pull request #48760 from ClickHouse/revert-46089-background-memory-tracker"
This reverts commit a61ed33223 , reversing
changes made to 5f01b8a2b5 .
|
2023-04-14 16:34:19 +02:00 |
|
Alexander Gololobov
|
a7b05589b6
|
Caches for multiple mutations
|
2023-04-14 16:12:19 +02:00 |
|
Alexander Gololobov
|
02876ed87d
|
Share PreparedSet-s between task of the same mutation to reduce mem usage
|
2023-04-14 16:12:18 +02:00 |
|
Alexander Tokmakov
|
af1bf08663
|
Revert "Add MemoryTracker for the background tasks"
|
2023-04-13 21:05:02 +03:00 |
|
Dmitry Novik
|
467ecf45e1
|
Merge pull request #46089 from ClickHouse/background-memory-tracker
Add MemoryTracker for the background tasks
|
2023-04-13 13:29:27 +02:00 |
|
alesapin
|
a72ee0b85e
|
Merge remote-tracking branch 'origin/master' into revert-46909-revert-45911-mutations_rename_hang
|
2023-04-11 20:14:43 +02:00 |
|
Dmitry Novik
|
06e6794fc0
|
Merge remote-tracking branch 'origin/master' into background-memory-tracker
|
2023-04-11 15:29:35 +00:00 |
|
Azat Khuzhin
|
bac7def719
|
Fix UB (signed integer overflow) in StorageMergeTree::backupData()
UBsan report:
/build/src/Storages/StorageMergeTree.cpp:2088:80: runtime error: signed integer overflow: 9223372036854775807 + 1 cannot be represented in type 'long'
0 0x30c2ae7b in DB::StorageMergeTree::backupData(DB::BackupEntriesCollector&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<absl::lts_20211102::InlinedVector<std::__1::shared_ptr<DB::IAST>, 7ul, std::__1::allocator<std::__1::shared_ptr<DB::IAST>>>> const&) build_docker/./src/Storages/StorageMergeTree.cpp:2088:80
1 0x2dd641b5 in DB::BackupEntriesCollector::makeBackupEntriesForTableData(DB::QualifiedTableName const&) build_docker/./src/Backups/BackupEntriesCollector.cpp:703:18
2 0x2dd5c2a7 in DB::BackupEntriesCollector::makeBackupEntriesForTablesData() build_docker/./src/Backups/BackupEntriesCollector.cpp:676:9
3 0x2dd5848d in DB::BackupEntriesCollector::run() build_docker/./src/Backups/BackupEntriesCollector.cpp:119:5
4 0x2dd84da3 in DB::BackupsWorker::doBackup(std::__1::shared_ptr<DB::ASTBackupQuery> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::BackupInfo const&, DB::BackupSettings, std::__1::shared_ptr<DB::IBackupCoordination>, std::__1::shared_ptr<DB::Context const> const&, std::__1::shared_ptr<DB::Context>, bool) build_docker/./src/Backups/BackupsWorker.cpp:359:59
5 0x2dd82405 in DB::BackupsWorker::startMakingBackup(std::__1::shared_ptr<DB::IAST> const&, std::__1::shared_ptr<DB::Context const> const&) build_docker/./src/Backups/BackupsWorker.cpp:248:13
6 0x2dd81d0a in DB::BackupsWorker::start(std::__1::shared_ptr<DB::IAST> const&, std::__1::shared_ptr<DB::Context>) build_docker/./src/Backups/BackupsWorker.cpp:179:16
7 0x2f4d0d5f in DB::InterpreterBackupQuery::execute() build_docker/./src/Interpreters/InterpreterBackupQuery.cpp:39:30
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /build/src/Storages/StorageMergeTree.cpp:2088:80 in
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2023-03-31 12:29:31 +03:00 |
|
Nikita Mikhaylov
|
301e26b23d
|
Parallel replicas. Part 2.5 (#47858)
|
2023-03-22 13:05:38 +01:00 |
|
alesapin
|
8db0d26519
|
Merge branch 'master' into revert-46909-revert-45911-mutations_rename_hang
|
2023-03-13 14:48:20 +01:00 |
|
Maksim Kita
|
a762112e15
|
Analyzer support distributed JOINS and subqueries in IN functions
|
2023-03-11 11:51:54 +01:00 |
|
Dmitry Novik
|
4f24a7bd11
|
Merge remote-tracking branch 'origin/master' into background-memory-tracker
|
2023-03-10 18:57:45 +00:00 |
|
alesapin
|
4423be8332
|
Merge branch 'master' into revert-46909-revert-45911-mutations_rename_hang
|
2023-03-08 12:59:07 +01:00 |
|
Robert Schulze
|
740aeaba1f
|
Apply some CTAD
|
2023-03-02 13:36:47 +00:00 |
|