From 0ef98b1b8ee4c61a105b49b607e0ee2e80686c54 Mon Sep 17 00:00:00 2001 From: Revendell <2312237896@qq.com> Date: Tue, 26 Nov 2024 12:17:52 +0000 Subject: [PATCH] when calibrate disk space, if delete local_file rename it to .deleted file --- src/storage/tmp_file/ob_tmp_file_global.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/storage/tmp_file/ob_tmp_file_global.h b/src/storage/tmp_file/ob_tmp_file_global.h index 9866a6ab3..c5b844715 100644 --- a/src/storage/tmp_file/ob_tmp_file_global.h +++ b/src/storage/tmp_file/ob_tmp_file_global.h @@ -70,7 +70,6 @@ struct ObTmpFileGlobal final #ifdef OB_BUILD_SHARED_STORAGE // SS_TMP_FILE static const int64_t SHARE_STORAGE_DIR_ID = 1; - static const int64_t SS_TMP_FILE_FLUSH_RETRY_TIMEOUT_US = 180 * 1000 * 1000; // 180s // Attention: // SS_TMP_FILE_FLUSH_WAIT_TIMEOUT_MS is just a hint value. // the real wait timeout period is also depend on GCONF._data_storage_io_timeout and tenant_config->_object_storage_io_timeout