peek at https://issues.apache.org/jira/browse/AMQ-3374

On 21 October 2013 15:49, Sophia Wright <sophiawrigh...@gmail.com> wrote:
> Hey,
>
> I am also checking the same issue with my broker. It is creating tx-*.temp
> file using below source code:
>
> activemq-parent-5.8.0-source-release/activemq-parent-5.8.0/activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/page/Transaction.java:
>
> protected File getTempFile() {
>         if (txFile == null) {
>             txFile = new File(getPageFile().getDirectory(),
> IOHelper.toFileSystemSafeName("tx-" + Long.toString(getWriteTransactionId())
> + "-" + Long.toString(System.currentTimeMillis()) + ".tmp"));
>         }
>        return txFile;
>     }
>
> Waiting for someone from activeMQ dev team to reply ?
>
>
>
>
> --
> View this message in context: 
> http://activemq.2283324.n4.nabble.com/jira-Created-AMQ-4267-Huge-tx-tmp-file-in-the-kahadb-directory-tp4662065p4673047.html
> Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.



-- 
http://redhat.com
http://blog.garytully.com

Reply via email to