Radrik5 opened a new issue #14175: URL: https://github.com/apache/pulsar/issues/14175
**Describe the bug** MessageId::operator< has no return value if message ids are equal. It actually returns garbage from the stack so if garbage happens to be 0, operator< returns wrong value. https://github.com/apache/pulsar/blob/25ccf45fcaa71d97cae26244a6b7dfca75a4a089/pulsar-client-cpp/lib/MessageId.cc#L118 -- 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]
