-
Bug
-
Resolution: Done
-
Major
-
AMQ 7.8.2.GA
-
False
-
False
-
Undefined
-
In org.apache.activemq.artemis.core.server.impl.ScaleDownHandler#getQueueID it treated returned queue id value as an Integer while it is a long type. This will cause problem when the queue id (generated by broker) is bigger than int max value, in which case the queueID will turn into a negative and doesn't match the real queue id. That will cause scale down to fail.
- is cloned by
-
ENTMQBR-5249 [LTS] Scale down would fail if target queue's id greater than max int
- Closed
- relates to
-
ENTMQBR-5420 The drainer Must guarantee the delivery of the messages to the remaining broker in the cluster
- Backlog