fx19880617 opened a new pull request #4110: Default PinotAdmin Commands to not use System.exit(...). URL: https://github.com/apache/incubator-pinot/pull/4110 This will default not to do any System.exit(), only when you set the env params. E.g. `JAVA_OPTS="-Xms4G -Xmx4G -XX:MaxDirectMemorySize=30g -Dlog4j.configuration=conf/pinot-admin-log4j.properties -Dpinot.admin.system.exit=true" bin/pinot-admin.sh AddSchema -schemaFile ~/my/path/to/schema/schema.json -controllerHost localhost -controllerPort 9000 -exec` Result: > -> % echo $? > 1
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
