You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2017/01/31 19:42:52 UTC

[jira] (AMQ-4313) Queue.isOptimizeStorage() returns true when it should be returning false.

     [ https://issues.apache.org/jira/browse/AMQ-4313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish closed AMQ-4313.
-----------------------------
    Resolution: Won't Fix

> Queue.isOptimizeStorage() returns true when it should be returning false.
> -------------------------------------------------------------------------
>
>                 Key: AMQ-4313
>                 URL: https://issues.apache.org/jira/browse/AMQ-4313
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: activemq-leveldb-store, Broker
>    Affects Versions: 5.8.0
>            Reporter: Hiram Chirino
>
> Queue.isOptimizeStorage() is returning true even when you attach a consumer that does not ack.
> This causes the leveldb store will delay storing messages which in turn make producers wait longer for the sync send receipt .
> for an example of that see the SparseAckReplayAfterStoreCleanupLevelDBStoreTest
> if you comment out 'store.setFlushDelay(0);' the test will take a long time due to Queue.isOptimizeStorage() reporting true.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)