tomasantunes opened a new issue, #22060:
URL: https://github.com/apache/pulsar/issues/22060

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) 
and found nothing similar.
   
   
   ### Version
   
   Ubuntu 20.04.6
   Apache Pulsar 3.2.0
   
   ### Minimal reproduce step
   
   Use the following command to start a docker container:
   
   ```
   docker run --detach -p 6650:6650 -p 3072:8080 --restart unless-stopped 
--mount source=pulsardata,target=/pulsar/data --mount 
source=pulsarconf,target=/pulsar/conf apachepulsar/pulsar:3.2.0 bin/pulsar 
standalone
   ```
   
   ### What did you expect to see?
   
   No errors.
   
   ### What did you see instead?
   
   I get the following error on docker log:
   
   ```
   2024-02-16T10:32:41,590+0000 [pulsar-io-18-11] ERROR 
org.apache.bookkeeper.proto.PerChannelBookieClient - C         ould not connect 
to bookie: [id: 0xaa72b664, L:/172.17.0.6:58520]/172.17.0.7:40643, current 
state CONNECTIN         G :
   io.netty.channel.AbstractChannel$AnnotatedConnectException: 
finishConnect(..) failed: Connection refused: /         172.17.0.7:40643
   Caused by: java.net.ConnectException: finishConnect(..) failed: Connection 
refused
   ```
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to