I believe I am hitting this bug:
https://issues.apache.org/jira/browse/SOLR-4805
I am using solr 4.3.1
-Utkarsh
On Tue, Jun 25, 2013 at 2:56 AM, Utkarsh Sengar wrote:
> Yes, I have tried zkCli and it works.
> But I also need to restart solr after the schema change right?
>
> I tried to reload
Yes, I have tried zkCli and it works.
But I also need to restart solr after the schema change right?
I tried to reload the core, but I think there is an open bug where a core
reload is successful but a shard goes down for that core. I just tried it
out, i.e tried to reload a core after config chan
Hi,
As I understand, your initial bootstrap works ok (boostrap_conf). What you want
help with is *changing* the config on a live system.
That's when you are encouraged to use zkCli and don't mess with trying to let
Solr bootstrap things - after all it's not a bootstrap anymore, it's a change.
D
But as when I launch a solr instance without "-Dbootstrap_conf=true", just
once core is launched and I cannot see the other core.
This behavior is the same as Mark's reply here:
http://mail-archives.apache.org/mod_mbox/lucene-dev/201205.mbox/%3cbb7ad9bf-389b-4b94-8c1b-bbfc4028a...@gmail.com%3E
-
Hi,
The -Dbootstrap_confdir option is really only meant for a first-time bootstrap
for your development environment, not for serious use.
Once you got your config into ZK you should modify the config directly in ZK.
There are many tools (also 3rd party) for this. But your best choice is
probabl