Github user michaelandrepearce commented on the issue:
https://github.com/apache/activemq-artemis/pull/1940
@stanlyDoge its not just the console affected. the root cause of the issue
you are seeing was that actually fail() method called prior to your change used
to have the isExit flag to false, there are actually a few places that can be
invoked as well, as such whilst the negative effect of this change that ive
called out, is most visible with the console, there are more serious bits seen
that also look like they're affected such as Network Pinger.
This really needs to have @clebertsuconic look over his original change, as
it seems that it is what caused this, also others in my opinion. And any fix
needs to not just care about the console.
---