janhoy commented on a change in pull request #558:
URL: https://github.com/apache/solr/pull/558#discussion_r795065866



##########
File path: solr/core/src/java/org/apache/solr/cloud/SolrZkServer.java
##########
@@ -168,34 +178,29 @@ public void stop() {
 // zoo.cfg (which validates that there is a dataDir)
 class SolrZkServerProps extends QuorumPeerConfig {
   private static final Logger log = 
LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());
-  private static final Pattern MISSING_MYID_FILE_PATTERN = 
Pattern.compile(".*myid file is missing$");
 
   String solrPort; // port that Solr is listening on
   String zkRun;
 
   /**
    * Parse a ZooKeeper configuration file
-   * @param path the patch of the configuration file
+   * @param configPath the patch of the configuration file

Review comment:
       ```suggestion
      * @param configPath the path of the configuration file
   ```




-- 
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-unsubscr...@solr.apache.org

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



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

Reply via email to