mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 14:11:58 +00:00
fef5f146e7
fsync of the temporary part directory is superfluous anyway, and besides that directory is not exists at that time, that will lead to ENOENT error: 2022.02.18 17:02:51.634565 [ 35639 ] {} <Error> void DB::MergeTreeBackgroundExecutor<DB::MergeMutateRuntimeQueue>::routine(DB::TaskRuntimeDataPtr) [Queue = DB::MergeMutateRuntimeQueue]: Code: 107. DB::ErrnoException: Cannot open file /var/lib/clickhouse/data/system/text_log/tmp_merge_202202_1864_3192_14/, errno: 2, strerror: No such file or directory. (FILE_DOESNT_EXIST), Stack trace (when copying this message, always include the lines below): 0. DB::Exception::Exception() @ 0xb26ecfa in /usr/lib/debug/.build-id/01/8c328bd4858d67.debug 1. DB::throwFromErrnoWithPath() @ 0xb2700ea in /usr/lib/debug/.build-id/01/8c328bd4858d67.debug 2. DB::LocalDirectorySyncGuard::LocalDirectorySyncGuard() @ 0x14905531 in /usr/lib/debug/.build-id/01/8c328bd4858d67.debug 3. DB::DiskLocal::getDirectorySyncGuard() const @ 0x148af3e3 in /usr/lib/debug/.build-id/01/8c328bd4858d67.debug 4. DB::MergeTask::ExecuteAndFinalizeHorizontalPart::prepare() @ 0x157bef13 in /usr/lib/debug/.build-id/01/8c328bd4858d67.debug Note, that IMergeTreeDataPart::renameTo() anyway will have fsync for the directory. Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
16 lines
238 B
Plaintext
16 lines
238 B
Plaintext
default
|
|
1
|
|
compact fsync_after_insert
|
|
1
|
|
compact fsync_after_insert,fsync_part_directory
|
|
1
|
|
wide fsync_after_insert
|
|
1
|
|
wide fsync_after_insert,fsync_part_directory
|
|
1
|
|
memory in_memory_parts_insert_sync
|
|
1
|
|
wide fsync_part_directory,vertical
|
|
1
|
|
2
|