You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/04/04 04:51:04 UTC

[GitHub] [pulsar] horizonzy opened a new issue, #15018: Client produce timeoutException error msg tweak.

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: commits-unsubscribe@pulsar.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] Jason918 closed issue #15018: Client produce timeoutException error msg tweak.

Posted by GitBox <gi...@apache.org>.
Jason918 closed issue #15018: Client produce timeoutException error msg tweak.
URL: https://github.com/apache/pulsar/issues/15018


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org