feat(sync): 增加checkpoint的日志记录

This commit is contained in:
v-zhangjc9
2024-06-17 18:49:43 +08:00
parent b787a4f393
commit 7f10d53c4e
3 changed files with 10 additions and 4 deletions

View File

@@ -207,6 +207,7 @@ public interface Constants {
String TAGS_USE_TEST_JAR = "USE_TEST_JAR";
String TAGS_ODS = "ODS";
String TAGS_ODS_FOCUS = "ODS_FOCUS";
String TAGS_CRM_FOCUS = "CRM_FOCUS";
String COMPACTION_QUEUE_PRE = "compaction-queue-pre";
String COMPACTION_QUEUE_B1 = "compaction-queue-b1";