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

   **Describe the bug**
   When ProducerImpl send msg timeout before 
org.apache.pulsar.client.impl.ProducerImpl.OpSendMsg#updateSentTimestamp, the 
error msg is not match the fact.
   
   
   **Additional context**
   ```
   org.apache.pulsar.client.api.PulsarClientException$TimeoutException: The 
producer horizon-cluster-59-4 can not send message to the topic demo-topic 
within given timeout : createdAt 32.245 seconds ago, firstSentAt 80968.783 
seconds ago, lastSentAt 80968.783 seconds ago, retryCount 0
        at 
org.apache.pulsar.client.api.PulsarClientException.unwrap(PulsarClientException.java:1008)
        at 
org.apache.pulsar.client.impl.TypedMessageBuilderImpl.send(TypedMessageBuilderImpl.java:89)
        at org.apache.pulsar.client.impl.ProducerBase.send(ProducerBase.java:62)
        at org.example.Producer.send(Producer.java:30)
        at org.example.Producer.main(Producer.java:12)
   ```


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