> From: Adam Constabaris <[email protected]> > encountering. At any rate, in one project out there at least, we've adopted a > policy of not mixing ZK uploads and API-based changes for configsets, and > you might take a look at the configoverlay.json file to see if the problem > resides in there.
I didn't used the config API to change the config with the configoverlay.json in the past. But I tried it right now. With: curl -X POST -H 'Content-Type: application/json' -i http://localhost:8984/solr/test/config --data '{"set-property":{"updateHandler.autoSoftCommit.maxTime":"3000"}}' the configoverlay.json in the config set gets created - and this will also lead to the same error when I try to Upload a file afterwards. > <[email protected]> > wrote: > > > This does sound like a bug ;-(. So I will create a bug report for this.
