On Wed, 11 Jul 2018 at 02:48, Shawn Heisey wrote:
> On 7/10/2018 3:32 PM, Jostein Elvaker Haande wrote:
> > I'm trying to find an effective way to find the number of transactions
> You have detailed questions about the inner workings of ZooKeeper. This
> is not a ZooKeeper mailing list. It is a
On 7/10/2018 3:32 PM, Jostein Elvaker Haande wrote:
I'm trying to find an effective way to find the number of transactions
stored in the ZooKeeper transaction logs. The only method I've found so far
is by using the Java class 'org.apache.zookeeper.server.LogFormatter' which
o
Hello,
I'm trying to find an effective way to find the number of transactions
stored in the ZooKeeper transaction logs. The only method I've found so far
is by using the Java class 'org.apache.zookeeper.server.LogFormatter' which
outputs the following after it has formatte
ailto:sean@finra.org]
Sent: Sunday, July 9, 2017 7:33 PM
To: solr-user@lucene.apache.org
Subject: Re: ZooKeeper transaction logs
You can try run purge manually see if it is working:
org.apache.zookeeper.server.PurgeTxnLog.
And use a cron job to do clean up.
@lucene.apache.org
Subject: Re: ZooKeeper transaction logs
You can try run purge manually see if it is working:
org.apache.zookeeper.server.PurgeTxnLog.
And use a cron job to do clean up.
On 7/9/17, 11:07 AM, "Avi Steiner" wrote:
Hello
I'm using Zookeeper 3.4.6
The ZK
Thanks for info, Sean
Can I do it in Windows server?
-Original Message-
From: Xie, Sean [mailto:sean@finra.org]
Sent: Sunday, July 9, 2017 7:33 PM
To: solr-user@lucene.apache.org
Subject: Re: ZooKeeper transaction logs
You can try run purge manually see if it is working
You can try run purge manually see if it is working:
org.apache.zookeeper.server.PurgeTxnLog.
And use a cron job to do clean up.
On 7/9/17, 11:07 AM, "Avi Steiner" wrote:
Hello
I'm using Zookeeper 3.4.6
The ZK log data folder keeps growing with transaction logs files (lo
Hello
I'm using Zookeeper 3.4.6
The ZK log data folder keeps growing with transaction logs files (log.*).
I set the following in zoo.cfg:
autopurge.purgeInterval=1
autopurge.snapRetainCount=3
dataDir=..\\data
Per ZK log, it reads those parameters:
2017-07-09 17:44:59,792 [myid:] - INFO [main: