Nautilus009 opened a new pull request, #22:
URL: https://github.com/apache/activemq-cpp/pull/22

   In ActiveMQ-CPP 3.9.5, several methods in 
activemq/core/ActiveMQMessageAudit.cpp use subtraction against 
Integer::MAX_VALUE when normalizing the ProducerSequenceId. When the sequence 
exceeds 2,147,483,647, the subtraction results in a negative scaled index, 
which causes the bit array (BitSet) access to throw or behave incorrectly. As a 
result, messages — especially Advisory messages — are incorrectly marked as 
duplicates and discarded under failover conditions after long broker uptime.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to