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 2020/11/27 09:11:33 UTC

[GitHub] [pulsar] massakam opened a new pull request #8729: [client] Fix warn log on the producer side when duplicate message is dropped

massakam opened a new pull request #8729:
URL: https://github.com/apache/pulsar/pull/8729


   If sending a message with a duplicate sequence ID to a persistent topic for which message deduplication is enabled, the following warning log is output on the producer side.
   ```
   [[id: 0xa48ed1f4, L:/127.0.0.1:60058 - R:localhost/127.0.0.1:6650]] Message has been dropped for non-persistent topic producer-id 0-3
   ```
   
   This message is not appropriate because in this case the topic is not non-persistent but persistent, so I fixed it.


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



[GitHub] [pulsar] merlimat merged pull request #8729: [client] Fix warn log on the producer side when duplicate message is dropped

Posted by GitBox <gi...@apache.org>.
merlimat merged pull request #8729:
URL: https://github.com/apache/pulsar/pull/8729


   


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