Skip to content

Commit

Permalink
fix: Fix meta prefix overlap bug (milvus-io#33830)
Browse files Browse the repository at this point in the history
milvus-io#30633

Signed-off-by: wayblink <[email protected]>
  • Loading branch information
wayblink authored Jun 13, 2024
1 parent ab93d9c commit 08fcf3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/metastore/kv/datacoord/constant.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const (
CompactionTaskPrefix = MetaPrefix + "/compaction-task"
AnalyzeTaskPrefix = MetaPrefix + "/analyze-task"
PartitionStatsInfoPrefix = MetaPrefix + "/partition-stats"
PartitionStatsCurrentVersionPrefix = MetaPrefix + "/partition-stats-current-version"
PartitionStatsCurrentVersionPrefix = MetaPrefix + "/current-partition-stats-version"

NonRemoveFlagTomestone = "non-removed"
RemoveFlagTomestone = "removed"
Expand Down

0 comments on commit 08fcf3f

Please sign in to comment.