This is an automated email from the ASF dual-hosted git repository.

sijie pushed a commit to branch branch-4.6
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/branch-4.6 by this push:
     new dba005d  ISSUE #699: Docker healthchek is failing #699
dba005d is described below

commit dba005d39674a6310a6a4d7f12b701cc8a00a428
Author: Antonio Ojea <[email protected]>
AuthorDate: Mon Nov 6 22:47:17 2017 +0800

    ISSUE #699: Docker healthchek is failing #699
    
    The docker healthcheck is failing because it's trying to run the
    bookkeeper command without specifying a path.
    
    Adding the full path to the command fix this issue.
    
    Signed-off-by: Antonio Ojea <antonio.ojea.garciagmail.com>
    
    Descriptions of the changes in this PR:
    
    (PR description content here)...
    
    Author: Antonio Ojea <[email protected]>
    
    Reviewers: Jia Zhai <None>, Matteo Merli <[email protected]>
    
    This closes #700 from itsuugo/issue#699, closes #699, closes #699
---
 docker/scripts/healthcheck.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/scripts/healthcheck.sh b/docker/scripts/healthcheck.sh
index 87ce09d..91e13f0 100755
--- a/docker/scripts/healthcheck.sh
+++ b/docker/scripts/healthcheck.sh
@@ -25,4 +25,4 @@
 set -x -e -u
 
 # Sanity check that creates a ledger, writes a few entries, reads them and 
deletes the ledger.
-bookkeeper shell bookiesanity
+/opt/bookkeeper/bin/bookkeeper shell bookiesanity

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to