You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the message:
"Please stop solr before cleaning"
This is happening because instance.started? is checking status, which returns true when config.managed? is false. managed? returns false because the instance_dir doesn't exist.
So the message is misleading.
The text was updated successfully, but these errors were encountered:
jcoyne
changed the title
Why does managed? imply started?
Why does managed? => false imply started?
Oct 12, 2017
when I type
solr_wrapper clean
I get the message:
"Please stop solr before cleaning"
This is happening because
instance.started?
is checkingstatus
, which returnstrue
whenconfig.managed?
is false.managed?
returnsfalse
because the instance_dir doesn't exist.So the message is misleading.
The text was updated successfully, but these errors were encountered: