Journal file never deleted

2015-07-08 Thread Enrico Olivelli - Diennea
Hi, I'm running BookKeeper 4.3.0 (and 4.3.1). I noticed that journal files (*.txn files) never get deleted. I'm using ServerConfiguration.setMaxBackupJournals(1) and default flushinterval of 1 second. I'm running embedded bookies, that is that I launch the bookie inside another JVM, with the

R: Journal file never deleted

2015-07-08 Thread Enrico Olivelli - Diennea
, Enrico Olivelli - Diennea enrico.olive...@diennea.commailto:enrico.olive...@diennea.com wrote: Hi, I’m running BookKeeper 4.3.0 (and 4.3.1). I noticed that journal files (*.txn files) never get deleted. I’m using ServerConfiguration.setMaxBackupJournals(1) and default flushinterval of 1 second

Cannot compile 4.3.2 tag

2015-11-17 Thread Enrico Olivelli - Diennea
Hi, I'm trying to compile at 4.3.2 tag from https://github.com/apache/bookkeeper/tree/release-4.3.2 and I get some error (maybe some commit is missing from BOOKKEEPER-438 ?) This is my command line: git clone https://github.com/apache/bookkeeper.git cd bookkeeper git checkout

R: Journal file never deleted

2015-09-08 Thread Enrico Olivelli - Diennea
I think I go into https://issues.apache.org/jira/browse/BOOKKEEPER-695 Da: Enrico Olivelli - Diennea [mailto:enrico.olive...@diennea.com] Inviato: lunedì 13 luglio 2015 12:58 A: user@bookkeeper.apache.org Oggetto: R: Journal file never deleted At time of writing in my test env I have

R: Apache Bookkeeper 4.0 release date

2015-09-10 Thread Enrico Olivelli - Diennea
I’m running 4.3.1, a fix on 4.3 would be great, thanks ! Da: Sijie Guo [mailto:si...@apache.org] Inviato: mercoledì 9 settembre 2015 20:03 A: user@bookkeeper.apache.org; Enrico Olivelli - Diennea <enrico.olive...@diennea.com> Oggetto: Re: Apache Bookkeeper 4.0 release date I think a b

R: Apache Bookkeeper 4.0 release date

2015-09-14 Thread Enrico Olivelli - Diennea
-cli jna net.java.dev.jna Da: Enrico Olivelli - Diennea [mailto:enrico.olive...@diennea.com] Inviato: giovedì 10 settembre 2015 09:00 A: Sijie Guo <si...@apache.org>; user@bookkeeper.apache.org Oggetto: R: Apache Bookkeeper 4.0 releas

Ability to force BookieID

2015-09-22 Thread Enrico Olivelli - Diennea
Hi, I'm using option useHostNameAsBookieID in order to use the hostname as BookieID. It happened that the hostname of the machine changed and so a Bookie became broken. Is there any other way to "force" the BookieID ? Should I file a JIRA issue ? Thank you Enrico Olivelli Software

R: Cannot compile 4.3.2 tag

2015-11-17 Thread Enrico Olivelli - Diennea
2015 23:41 A: user@bookkeeper.apache.org; Sijie Guo <si...@apache.org> Cc: Enrico Olivelli - Diennea <enrico.olive...@diennea.com> Oggetto: Re: Cannot compile 4.3.2 tag Sijie / Enrico, I've updated the tag and the release candidate artifacts. Matteo On Tuesday, November 17, 2

How to speed up reads from bookie

2016-05-20 Thread Enrico Olivelli - Diennea
Hi, I'm wondering how to speed up reads from BookKeeper. "Tail" reads are very fast because they hit Bookie cache, but when I need to scan the full content of a ledger performances are in general very poor. Is it only a matter of disks or is there any Bookie parameter tuning possible ? Thank

Re: [ANNOUNCE] Apache BookKeeper 4.7.2 released

2018-09-05 Thread Enrico Olivelli - Diennea
Congrats to every one ! And thunks to Sijie for being the release manager Enrico Il giorno mar, 04/09/2018 alle 14.12 -0700, Sijie Guo ha scritto: The Apache BookKeeper team is proud to announce Apache BookKeeper version 4.7.2. Apache BookKeeper is a scalable, fault-tolerant, and low-latency

Re: Can't create ledger

2019-12-03 Thread Enrico Olivelli - Diennea
Liu, From your logs I see that the client is able to reach ZooKeeper, so I think that createLedger should complete. Are you sure that your program is not stuck at “addEntry” ? Is your client machine able to connect to the bookies ? You can dump the stacktrace of the JVM with jstack I suggest

Re: Can't create ledger

2019-12-04 Thread Enrico Olivelli - Diennea
l.com>> ha scritto: How to enable debug log level? Enrico Olivelli - Diennea mailto:enrico.olive...@diennea.com>> 于2019年12月4日周三 下午6:18写道: From the logs we see that the client is able to perform discovery of bookies and in order to perform this operation it must read from ZooKeep

Re: Can't create ledger

2019-12-04 Thread Enrico Olivelli - Diennea
quot;GC task thread#2 (ParallelGC)" os_prio=0 tid=0x7fbc60024800 nid=0x55e5 runnable "GC task thread#3 (ParallelGC)" os_prio=0 tid=0x7fbc60026800 nid=0x55e6 runnable "GC task thread#4 (ParallelGC)" os_prio=0 tid=0x7fbc60028000 nid=0x55e7 runnable "

Re: Bookeeper exception on pods restart

2019-11-28 Thread Enrico Olivelli - Diennea
resolve itself when auto-replication runs?? -Thanks, Prajakta From: Enrico Olivelli - Diennea Sent: Thursday, November 28, 2019 6:11 PM To: user@bookkeeper.apache.org Cc: f...@apache.org Subject: Re: Bookeeper exception on pods restart [EXTERNAL EMAIL] I don’t think there is a good value. Yo

Re: Bookeeper exception on pods restart

2019-11-28 Thread Enrico Olivelli - Diennea
ecommend, so we never see this? What other ledger creation parameters do you need information about? -Thanks, Prajakta From: Enrico Olivelli - Diennea Sent: Thursday, November 28, 2019 5:19 PM To: user@bookkeeper.apache.org Cc: f...@apache.org Subject: Re: Bookeeper exception on pods restart

Re: Bookeeper exception on pods restart

2019-11-28 Thread Enrico Olivelli - Diennea
Hi Prajakta, What ledger creation parameters are you using ? Ensamble size, Write quorum size, Ack quorum size ? If ackQuorumSize < WriteQuorumSize it is possible that a write to the bookie failed and even if the entry is supposed to be on the bookie it never reached it but the overall single