You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/03/24 15:35:58 UTC

[GitHub] rabbah commented on a change in pull request #3486: Check zookeeper (not log) to see that kafka's running

rabbah commented on a change in pull request #3486: Check zookeeper (not log) to see that kafka's running
URL: https://github.com/apache/incubator-openwhisk/pull/3486#discussion_r176912229
 
 

 ##########
 File path: ansible/roles/kafka/tasks/deploy.yml
 ##########
 @@ -84,8 +84,11 @@
       - "{{ config_root_dir }}/kafka/certs:/config"
 
 - name: wait until the kafka server started up
-  shell: docker logs kafka{{ groups['kafkas'].index(inventory_hostname) }}
+  shell:
+    (echo dump; sleep 1) |
 
 Review comment:
   dump?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services