You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "AlessandroPerucchi (via GitHub)" <gi...@apache.org> on 2023/04/18 13:14:44 UTC

[GitHub] [solr-operator] AlessandroPerucchi commented on issue #414: How to load solrconfig.xml from configmap

AlessandroPerucchi commented on issue #414:
URL: https://github.com/apache/solr-operator/issues/414#issuecomment-1513123711

   @HoustonPutman  Hi,
   Thank you for the feedback too, I was interested also to do it.
   I've tried the config API, but... I could not change the following option: 
   
   {"set-property":{"updateHandlerupdateLog.numRecordsToKeep":500}}
   
   I received the following error message:  
   
         'updateHandlerupdateLog.numRecordsToKeep' is not an editable property
   
   So is there a way with the Config API to add/update this property?
   
   When I read the 'updateHandlerupdateLog' properties, I get the following:
   
   {
     "responseHeader":{
       "status":0,
       "QTime":363},
     "config":{"updateHandlerupdateLog":{
         "numVersionBuckets":65536,
         "dir":""}}}
   
   Which is the default in the SolrCloud operator.
   
   I know this topic is closed, but I think that my question is related to it, or would it better to open a new issue for it?
   
   Thank you very much for your reply in advance.


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

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


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