[ 
https://issues.apache.org/jira/browse/ARTEMIS-3392?focusedWorklogId=625310&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-625310
 ]

ASF GitHub Bot logged work on ARTEMIS-3392:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 20/Jul/21 11:52
            Start Date: 20/Jul/21 11:52
    Worklog Time Spent: 10m 
      Work Description: gaohoward opened a new pull request #3661:
URL: https://github.com/apache/activemq-artemis/pull/3661


   


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


Issue Time Tracking
-------------------

    Worklog Id:     (was: 625310)
    Time Spent: 20m  (was: 10m)

> Scale down would fail if target queue's id greater than max int
> ---------------------------------------------------------------
>
>                 Key: ARTEMIS-3392
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3392
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 2.17.0
>            Reporter: Howard Gao
>            Assignee: Howard Gao
>            Priority: Major
>             Fix For: 2.18.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to