risdenk commented on code in PR #1198:
URL: https://github.com/apache/solr/pull/1198#discussion_r1034808787
##########
solr/core/src/java/org/apache/solr/core/backup/BackupManager.java:
##########
@@ -252,7 +252,7 @@ public void uploadConfigDir(
String sourceConfigName, String targetConfigName, ConfigSetService
configSetService)
throws IOException {
URI source = repository.resolveDirectory(getZkStateDir(),
CONFIG_STATE_DIR, sourceConfigName);
- Preconditions.checkState(repository.exists(source), "Path {} does not
exist", source);
+ Preconditions.checkState(repository.exists(source), "Path %s does not
exist", source);
Review Comment:
This was found on the errorprone upgrade.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]