You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by mtaylor <gi...@git.apache.org> on 2017/10/31 10:31:21 UTC

[GitHub] activemq-artemis issue #1624: ARTEMIS-1489 Adding Timed Buffer into Critical...

Github user mtaylor commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1624
  
    @clebertsuconic You need to be a bit smarter here.  If the TimedBuffer component is locked up, the broker can not sync() to disk.  This will prevent the broker from shutting down gracefully.  The component should shutdown with criticalIOError.


---