Details
-
Bug
-
Status: Patch Available
-
Major
-
Resolution: Unresolved
-
0.8.2.1
-
None
-
linux
Description
kafka-run-class.sh 128 line has a syntax error(missing a space):
127 -loggc)
128 if [ -z "$KAFKA_GC_LOG_OPTS"] ; then
129 GC_LOG_ENABLED="true"
130 fi
And use the ShellCheck to check the shell scripts, the results shows some errors 、 warnings and notes:
https://github.com/koalaman/shellcheck/wiki/SC2068
https://github.com/koalaman/shellcheck/wiki/Sc2046
https://github.com/koalaman/shellcheck/wiki/Sc2086