gerlowskija commented on code in PR #2470:
URL: https://github.com/apache/solr/pull/2470#discussion_r1608062603
##########
solr/core/src/java/org/apache/solr/packagemanager/PackageUtils.java:
##########
@@ -302,7 +303,7 @@ public static String getCollectionParamsPath(String
collection) {
}
public static void uploadKey(byte[] bytes, String path, Path home) throws
IOException {
- FileStoreAPI.MetaData meta = FileStoreAPI._createJsonMetaData(bytes, null);
+ FileStoreAPI.MetaData meta = ClusterFileStore._createJsonMetaData(bytes,
null);
Review Comment:
I've opted out of renaming this '_' methods, as there are several of them
and I'm afraid of bloating this PR's diff.
--
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]