Created
September 29, 2015 20:43
-
-
Save makuk66/5ba75e8d592bf5428611 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mak@crab 516 solr-5.3.0 $ diff -du bin/solr.orig bin/solr | |
--- bin/solr.orig 2015-09-29 21:41:32.000000000 +0100 | |
+++ bin/solr 2015-09-29 21:41:48.000000000 +0100 | |
@@ -1304,7 +1304,7 @@ | |
if [ "$run_in_foreground" == "true" ]; then | |
echo -e "\nStarting Solr$IN_CLOUD_MODE on port $SOLR_PORT from $SOLR_SERVER_DIR\n" | |
- "$JAVA" "${SOLR_START_OPTS[@]}" $SOLR_ADDL_ARGS -jar start.jar "${SOLR_JETTY_CONFIG[@]}" | |
+ exec "$JAVA" "${SOLR_START_OPTS[@]}" $SOLR_ADDL_ARGS -jar start.jar "${SOLR_JETTY_CONFIG[@]}" | |
else | |
# run Solr in the background | |
nohup "$JAVA" "${SOLR_START_OPTS[@]}" $SOLR_ADDL_ARGS -jar start.jar \ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Filed https://issues.apache.org/jira/browse/SOLR-8107