risdenk commented on PR #831:
URL: https://github.com/apache/solr/pull/831#issuecomment-1117331726

   I found this comment while digging into things yesterday:
   
   
https://github.com/apache/solr/blob/main/solr/core/src/java/org/apache/solr/core/SolrCore.java#L3334
   
   ```
   /**
      * This registers one listener for the entire conf directory. In zookeeper 
there is no event fired
      * when children are modified. So , we expect everyone to 'touch' the 
/conf directory by setting
      * some data so that events are triggered.
      */
      private void registerConfListener() {
   ```
      
   My interpretation is that data needs to exist in that znode and that is all 
that touch is doing. Its not updating the version or anything. Just creating 
the paths and setting some data if it needs to.


-- 
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