ClickHouse/src
Azat Khuzhin e70cff2cea Fix parts removal after incorrect server shutdown
Before this patch, and after transaction support had been added #24258,
if the server had not removed old parts on shutdown, then they will left
forever.

Fixes: #24258 (cc @tavplubix)
v2: use Tx::PrehistoricTID over removePartsFromWorkingSet() from ctor
v3: apply black to new test
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-06-27 23:56:25 +03:00
..
Access Merge pull request #38105 from arenadata/ADQM-419 2022-06-27 14:19:24 -04:00
AggregateFunctions Merge branch 'master' into window-function-expression 2022-06-19 22:14:54 +00:00
Backups Merge pull request #38299 from vitlibar/backup-improvements-7 2022-06-23 11:37:03 +02:00
Bridge
BridgeHelper
Client Merge pull request #38068 from ClickHouse/clang-tsa 2022-06-21 20:19:33 +02:00
Columns Fix bug with nested short-circuit functions 2022-06-17 11:44:49 +00:00
Common Merge pull request #38246 from ClickHouse/overcommit-deadlock-fix 2022-06-27 21:57:31 +02:00
Compression Merge branch 'master' into refactor-something-in-part-volumes 2022-06-19 14:05:46 +02:00
Coordination Merge remote-tracking branch 'origin/master' into clang-tsa 2022-06-20 16:39:32 +02:00
Core Revert "Add support for io_uring read method" 2022-06-24 12:19:41 +03:00
Daemon Merge branch 'master' into fix_flaky_tests_with_transactions 2022-06-17 15:57:30 +02:00
Databases Merge branch 'master' into cleanup_garbage_in_store_dir 2022-06-26 13:35:10 +00:00
DataTypes Merge pull request #37667 from ClickHouse/group-by-enum-fix 2022-06-15 05:14:33 +03:00
Dictionaries Merge pull request #37969 from ClickHouse/consistent-macro-usage 2022-06-10 14:10:01 +02:00
Disks Update IObjectStorage.h 2022-06-27 16:26:36 +02:00
Formats Merge pull request #37525 from Avogar/avro-structs 2022-06-15 00:04:29 +03:00
Functions Move loop over patterns into implementations 2022-06-26 16:26:13 +00:00
Interpreters Merge pull request #38246 from ClickHouse/overcommit-deadlock-fix 2022-06-27 21:57:31 +02:00
IO Revert "Add support for io_uring read method" 2022-06-24 12:19:41 +03:00
Loggers
Parsers Merge master 2022-06-23 21:40:01 +02:00
Processors Move updateInputStream to ITransformingStep (#37393) 2022-06-27 13:16:52 +02:00
QueryPipeline Merge pull request #38307 from azat/fix-insert-profile-events 2022-06-23 10:09:45 +02:00
Server Fix INSERT into Distributed hung due to ProfileEvents 2022-06-22 15:41:15 +03:00
Storages Fix parts removal after incorrect server shutdown 2022-06-27 23:56:25 +03:00
TableFunctions Review fixes 2022-06-22 16:55:47 +02:00
CMakeLists.txt Revert "Add support for io_uring read method" 2022-06-24 12:19:41 +03:00
configure_config.cmake rename variable + fix handling of ENABLE_LIBRARIES 2022-06-20 23:53:47 +05:00
NOTICE