Re: Autoscaling with core properties

2018-09-06 Thread James Strassburg
I created SOLR-12752 ( https://issues.apache.org/jira/browse/SOLR-12752 ) for this issue. We're also using user properties in our dataimporthandler data-config.xml so SOLR-11529 ( https://issues.apache.org/jira/browse/SOLR- 11529 ) prevented us

Re: Autoscaling with core properties

2018-09-06 Thread James Strassburg
Shalin, We actually found the ConfigAPI yesterday and started testing that with set-user-property. I should know today whether that will work or not and I will comment on this thread. I can open a Jira for the core props and replica props later today as well. JiM On Thu, Sep 6, 2018 at 12:37

Re: Autoscaling with core properties

2018-09-05 Thread Shalin Shekhar Mangar
Hi Jim, Very interesting scenario that we didn't anticipate. I think this is a limitation of the MoveReplica API which does not move core properties. But it also raises questions such as whether to always move all core properties? I personally think core properties are an artifact that was

Autoscaling with core properties

2018-09-05 Thread James Strassburg
Hello, We're creating a SolrCloud in AWS and attempting to use autoscaling to add replicas during nodeAdded/nodeLost. This was working fine for us until we started creating collections specifying core properties (e.g. /solr/admin/collections?action=CREATE_datasource=REDACTED). It seems that when