Description
When you start solr using the embedded zookeeper the data directory is not being set correctly.
Instead of the zookeeper data directory being server/solr/zoo_data the data directory becomes server/solrzoo_data . This seems to happen only from 5.4 onwards.
~/solr-5.4.0 $ ./bin/solr start -s server/solr -c ~/solr-5.4.0 $ ls server/ README.txt contexts etc lib logs modules resources scripts solr solr-webapp solrzoo_data start.jar
Patch coming up