noblepaul commented on PR #1267:
URL: https://github.com/apache/solr/pull/1267#issuecomment-1378178991

   > > @HoustonPutman what if you could edit zk through the solr admin? Then 
presumably the api that pushed that data up and down could deal with the 
compression? I've done the same ZK editing in the past ;-)
   > 
   > Yeah then that would be fine 🙂
   
   compression will be used when the `state.json` is too big. Loading such a 
big JSON file in admin UI is not a good idea. most likely the workflow is as 
follows
   
   1. download the json using ZkCLI
   2. edit the file using some tool
   3. upload it back using ZkCLI


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