noblepaul commented on a change in pull request #1631: URL: https://github.com/apache/lucene-solr/pull/1631#discussion_r447531855
########## File path: solr/core/src/java/org/apache/solr/packagemanager/PackageManager.java ########## @@ -147,11 +179,37 @@ private void ensureCollectionsExist(List<String> collections) { } } - @SuppressWarnings({"unchecked"}) private boolean deployPackage(SolrPackageInstance packageInstance, boolean pegToLatest, boolean isUpdate, boolean noprompt, - List<String> collections, String[] overrides) { - List<String> previouslyDeployed = new ArrayList<>(); // collections where package is already deployed in + List<String> collections, boolean shouldDeployClusterPlugins, String[] overrides) { + // Install plugins of type "cluster" + boolean cluasterSuccess = deployClusterPackage(packageInstance, isUpdate, noprompt, shouldDeployClusterPlugins, Review comment: typo? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org