Repository: kafka Updated Branches: refs/heads/trunk ff5cbcacc -> 995d0d369
KAFKA-1109 Need to fix GC log configuration code, not able to override KAFKA_GC_LOG_OPTS; reviewed by Neha Narkhede Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/995d0d36 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/995d0d36 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/995d0d36 Branch: refs/heads/trunk Commit: 995d0d369363ef3ad7cf43980746c52768b4df2e Parents: ff5cbca Author: Manikumar Reddy <[email protected]> Authored: Sun Jan 25 18:43:17 2015 -0800 Committer: Neha Narkhede <[email protected]> Committed: Sun Jan 25 18:43:28 2015 -0800 ---------------------------------------------------------------------- bin/kafka-run-class.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/995d0d36/bin/kafka-run-class.sh ---------------------------------------------------------------------- diff --git a/bin/kafka-run-class.sh b/bin/kafka-run-class.sh index 22a9865..881f578 100755 --- a/bin/kafka-run-class.sh +++ b/bin/kafka-run-class.sh @@ -125,7 +125,7 @@ while [ $# -gt 0 ]; do shift 2 ;; -loggc) - if [ -z "$KAFKA_GC_LOG_OPTS"] ; then + if [ -z "$KAFKA_GC_LOG_OPTS" ]; then GC_LOG_ENABLED="true" fi shift
