Re: shutdown due to a local error: java.lang.ArithmeticException: / by zero

2016-07-13 Thread Christopher Shannon
I'm not really sure how what you are seeing is possible. I looked at your stack trace and it says that getInFlightUsage() is the culprit but there is a check for 0 already. public int getInFlightUsage() { if (info.getPrefetchSize() > 0) { return (getInFlightSize() * 100)/in

Re: shutdown due to a local error: java.lang.ArithmeticException: / by zero

2016-07-13 Thread Tim Bain
This is new, so please submit a bug in JIRA. Please include as much information as you can about your configuration and how your broker is being used; because you're seeing problems while no one else is and this appears to be code everyone should be hitting, it's possible that there's something un