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 2016/12/13 18:12:58 UTC

[jira] [Closed] (AMQ-5619) logSize does not work with Replicated LevelDB store

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

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

LevelDB has been deprecated and will not be supported in future releases.

> logSize does not work with Replicated LevelDB store
> ---------------------------------------------------
>
>                 Key: AMQ-5619
>                 URL: https://issues.apache.org/jira/browse/AMQ-5619
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.11.0, 5.11.1
>         Environment: Linux
>            Reporter: Artem Karpenko
>
> Setting logSize to anything lower than 100MB does not change actual size of log file that is created by LevelDB. Removing the whole data directory and starting from scratch does not help.
> {code}
>  <replicatedLevelDB directory="${activemq.data}/replicatedLevelDB"
>                                 replicas="3"
>                                 bind="tcp://0.0.0.0:61619"
>                                 zkAddress="instance-6:2181"
>                                 zkPath="/activemq/leveldb-stores"
>                                 hostname="instance-7" />
> {code}
> The attribute does work with {{levelDB}} persistence adapter though.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)