dsmiley commented on code in PR #3312:
URL: https://github.com/apache/solr/pull/3312#discussion_r2289716779
##########
solr/bin/solr:
##########
@@ -1016,10 +1016,6 @@ elif [[ $SOLR_HOME != /* ]]; then
fi
fi
-# Set the default configset dir to be bootstrapped as _default
-: "${SOLR_DEFAULT_CONFDIR:="$SOLR_SERVER_DIR/solr/configsets/_default/conf"}"
Review Comment:
how were you able to remove this altogether? I suppose that most SolrCloud
BATS integration test is likely to fail if we don't bootstrap this. So if they
pass, we didn't need this line here after all.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]