2019-04-27 09:59:46 UTC - pradeep: <!channel> Can someone help to identify the root cause of this issue Below is the scenario tried out:: - I started pulsar in standalone mode, then started 1k producer and 1k consumer - All Producers are emitting a single message to pulsar in 1-sec interval - Just after the 5-10 mins, I m getting below exception in application org.apache.pulsar.client.api.PulsarClientException: java.util.concurrent.CompletionException: java.io.IOException: Broken pipe ---- 2019-04-27 10:01:56 UTC - Ali Ahmed: what’s the server log ---- 2019-04-27 10:05:13 UTC - pradeep: 09:11:27.785 [pulsar-io-49-4] WARN org.apache.pulsar.common.api.PulsarHandler - [[id: 0xd34b29bd, L:/xx.xx.xx.xx:6650 - R:/xx.xx.xx.xx:35390]] Forcing connection to close after keep-alive timeout 09:11:27.786 [pulsar-io-49-4] INFO org.apache.pulsar.broker.service.ServerCnx - Closed connection from /xx.xx.xx.xx:35390 ---- 2019-04-27 10:06:37 UTC - Ali Ahmed: is there any more information ? ---- 2019-04-27 10:07:55 UTC - pradeep: before this log, pulsar state is good and was creating producer ---- 2019-04-27 10:09:52 UTC - pradeep: @Ali Ahmed Are there any configuration change required? ---- 2019-04-27 10:31:24 UTC - Yuvaraj Loganathan: On vpn ? ---- 2019-04-27 17:28:38 UTC - pradeep: no.. its in datacenter hosts ----