cerner / cerner_kafka

A Kafka Cookbook for Chef
Apache License 2.0
30 stars 25 forks source link

Init script number addition incorrect #43

Closed bbaugher closed 8 years ago

bbaugher commented 8 years ago

The line here is incorrect and should be CURRENT_WAIT=$((CURRENT_WAIT + SLEEP_TIME)) as specified here

bbaugher commented 8 years ago

This is pretty minor issue as this results in us never quitting during stop if Kafka is taking a long time or will never stop