Skip to content

Commit

Permalink
[controller] Do not throw exception on retrying empty push
Browse files Browse the repository at this point in the history
  • Loading branch information
Sourav Maji committed Feb 19, 2025
1 parent 20b301a commit 7c69daa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6360,7 +6360,7 @@ public void validateAndMaybeRetrySystemStoreAutoCreation(
LOGGER.warn(
"System store: {} pushed failed. Issuing a new empty push to create version: {} ",
systemStoreName,
+versionNumber);
versionNumber);
} else {
throw new VeniceRetriableException(
"System store:" + systemStoreName + " push is still ongoing, will check it again. This is not an error.");
Expand Down

0 comments on commit 7c69daa

Please sign in to comment.