Skip to content

Commit

Permalink
[core]Fix creation failure caused by savepoint tag
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhuoyu committed Dec 15, 2023
1 parent 28d7fbe commit f6c0ab4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ private TagAutoCreation(
this.periodHandler.validateDelay(delay);

SortedMap<Snapshot, String> tags = tagManager.tags();
tags.entrySet().removeIf(entry -> entry.getValue().startsWith("tag-savepoint-"));

if (tags.isEmpty()) {
this.nextSnapshot =
Expand Down

0 comments on commit f6c0ab4

Please sign in to comment.