-
Bug
-
Resolution: Done
-
Major
-
AMQ 7.8.2.GA
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.
- clones
-
ENTMQBR-5233 Scale down would fail if target queue's id greater than max int
- Closed