lyndoudou opened a new issue #1322: Question about AllocateMessageQueueByMachineRoom URL: https://github.com/apache/rocketmq/issues/1322 The allocate method in class AllocateMessageQueueByMachineRoom, why not use the Filtered premqAll but mqAll? line 51 for (int i = startIndex; i < endIndex; i++) { line 52 result.add(mqAll.get(i)); line 53 }
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
