alijmlzd edited a comment on issue #78: Error: Failed to send message: 
AlreadyClosed 
URL: 
https://github.com/apache/pulsar-client-node/issues/78#issuecomment-594750069
 
 
   Is there any kind of activity here to solve this issue?
   To be more specific, I run pulsar inside Docker like this [as described 
here](https://pulsar.apache.org/docs/v2.0.1-incubating/getting-started/docker/):
   ```bash
   $ docker run -it \
     -p 6650:6650 \
     -p 8080:8080 \
     -v $PWD/data:/pulsar/data \
     apachepulsar/pulsar:2.0.0-rc1-incubating \
     bin/pulsar standalone
   ```
   And here is the pulsar server logs:
   ```bash
   18:33:03.492 [pulsar-io-50-4] INFO  
org.apache.pulsar.broker.service.ServerCnx - New connection from 
/172.17.0.1:55506
   18:33:03.607 [pulsar-io-50-4] INFO  
org.apache.pulsar.broker.service.ServerCnx - 
[/172.17.0.1:55506][persistent://public/default/my-topic] Creating producer. 
producerId=0
   18:33:03.722 [Thread-5] INFO  org.apache.pulsar.broker.service.ServerCnx - 
[/172.17.0.1:55506] persistent://public/default/my-topic configured with schema 
false
   18:33:03.728 [Thread-5] INFO  org.apache.pulsar.broker.service.ServerCnx - 
[/172.17.0.1:55506] Created new producer: 
Producer{topic=PersistentTopic{topic=persistent://public/default/my-topic}, 
client=/172.17.0.1:55506, producerName=standalone-8-2, producerId=0}
   18:33:19.431 [pulsar-io-50-4] INFO  
org.apache.pulsar.broker.service.ServerCnx - Closed connection from 
/172.17.0.1:55506
   18:33:20.480 [pulsar-web-57-1] INFO  org.eclipse.jetty.server.RequestLog - 
127.0.0.1 - - [04/Mar/2020:18:33:20 +0000] "GET 
/admin/v2/persistent/public/functions/coordinate/stats HTTP/1.1" 200 882 "-" 
"Pulsar-Java-v2.5.0" 9
   ```
   I see on log `18:33:19.431` there is a connection close after a few second 
from producer creation. so this is not clear enough for me that this is the 
client behavior or pulsar server.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to