You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2022/12/07 19:42:05 UTC

[GitHub] [solr] risdenk commented on a diff in pull request #1198: SOLR-16562: Upgrade to Caffeine 3.1.2

risdenk commented on code in PR #1198:
URL: https://github.com/apache/solr/pull/1198#discussion_r1042610198


##########
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:
   Separated out to a different commit - SOLR-16578 - errorprone 2.16



-- 
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: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org