Github user cmars commented on a diff in the pull request:

    https://github.com/apache/bigtop/pull/400#discussion_r222448452
  
    --- Diff: bigtop-packages/src/charm/kafka/layer-kafka/reactive/kafka.py ---
    @@ -38,9 +40,10 @@ def configure_kafka(zk):
         hookenv.status_set('maintenance', 'setting up kafka')
         data_changed(  # Prime data changed for network interface
             'kafka.network_interface', 
hookenv.config().get('network_interface'))
    +    log_dir = unitdata.kv().get('kafka.storage.log_dir')
    --- End diff --
    
    Done.


---

Reply via email to