brusdev commented on a change in pull request #3066: ARTEMIS-2699 Warn if queue
stats are limited by default maxRows
URL: https://github.com/apache/activemq-artemis/pull/3066#discussion_r404152111
##########
File path:
artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/queue/StatQueue.java
##########
@@ -139,7 +141,7 @@ public void requestFailed(ClientMessage reply) throws
Exception {
});
}
- private void printStats(String result) {
+ private void printStats(String result, int maxRows) {
Review comment:
I agree atm its not needed but to be sure to not leave any broken path I'm
going to remove the parameter `maxRows` from the signature `printStats(final
ActionContext context, final String filter, int maxRows)` too.
----------------------------------------------------------------
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