Skip to content

Commit

Permalink
Revert "fix cluster id is not backuped" (#5590)
Browse files Browse the repository at this point in the history
Revert "fix cluster id is not backuped (#5573)"

This reverts commit e4f91de.
  • Loading branch information
Aiee committed Jun 13, 2023
1 parent 8a49260 commit 57a29e1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/common/utils/MetaKeyUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ static const std::unordered_map<std::string, std::pair<std::string, bool>> syste

// SystemInfo will always be backed up
static const std::unordered_map<std::string, std::pair<std::string, bool>> systemInfoMaps{
{"autoIncrementId", {"__id__", true}},
{"lastUpdateTime", {"__last_update_time__", true}},
{"clusterId", {"__meta_cluster_id_key__", true}}};
{"autoIncrementId", {"__id__", true}}, {"lastUpdateTime", {"__last_update_time__", true}}};

// name => {prefix, parseSpaceid}, nullptr means that the backup should be skipped.
static const std::unordered_map<
Expand Down

0 comments on commit 57a29e1

Please sign in to comment.