You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Artem Karpenko (JIRA)" <ji...@apache.org> on 2015/02/25 23:01:04 UTC

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

Artem Karpenko created AMQ-5619:
-----------------------------------

             Summary: 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.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)