eolivelli commented on issue #2112: Issue #2106: Update ZookKeeper dependency to 3.5.5 URL: https://github.com/apache/bookkeeper/pull/2112#issuecomment-522913512 @dmercuriali with the new debug we can see that we are calling bkctl correctly, so it is not a bash variable expansion problem ``` 2019-08-20 08:15:51,585 - INFO - [testcontainers-netty-1-38:Slf4jLogConsumer@32] - STDERR: + echo 'Initializing bookkeeper cluster at service uri zk://metadata-store:2181/ledgers.' 2019-08-20 08:15:51,586 - INFO - [testcontainers-netty-1-38:Slf4jLogConsumer@32] - STDERR: + /opt/bookkeeper/bin/bkctl --service-uri zk://metadata-store:2181/ledgers cluster init 2019-08-20 08:15:51,586 - INFO - [testcontainers-netty-1-38:Slf4jLogConsumer@32] - STDOUT: Initializing bookkeeper cluster at service uri zk://metadata-store:2181/ledgers. 2019-08-20 08:15:51,586 - INFO - [testcontainers-netty-1-38:Slf4jLogConsumer@32] - STDOUT: java.lang.IllegalArgumentException: No service URI is provided 2019-08-20 08:15:51,587 - INFO - [testcontainers-netty-1-38:Slf4jLogConsumer@32] - STDOUT: at com.google.common.base.Preconditions.checkArgument(Preconditions.java:122) ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
