From be574628c8958a84a44fd13dc4662fe78276f012 Mon Sep 17 00:00:00 2001 From: izxl007 Date: Thu, 20 Mar 2025 23:38:20 +0800 Subject: [PATCH] fix minor format issue (#196) * fix minor format issue Signed-off-by: izxl007 * delete dead code Signed-off-by: izxl007 --------- Signed-off-by: izxl007 --- docs/design_notes.md | 2 +- src/stubs/CMakeLists.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/design_notes.md b/docs/design_notes.md index 1b8a3c0..e652b87 100644 --- a/docs/design_notes.md +++ b/docs/design_notes.md @@ -257,7 +257,7 @@ When a storage service finds a previously offline successor is online: - The chunk lock is released. - 4\. When all required chunks have been transferred, a sync-done message is sent to the successor. +4. When all required chunks have been transferred, a sync-done message is sent to the successor. The rules used to decide which chunks should be transferred are: diff --git a/src/stubs/CMakeLists.txt b/src/stubs/CMakeLists.txt index f8cb3b1..e6ce9ca 100644 --- a/src/stubs/CMakeLists.txt +++ b/src/stubs/CMakeLists.txt @@ -1,5 +1,4 @@ add_subdirectory(common) -#add_subdirectory(ClientAgentService) add_subdirectory(MetaService) add_subdirectory(mgmtd) add_subdirectory(core)