Hi Enrico, Have you had a look at the journal settings here?
http://bookkeeper.apache.org/docs/r4.3.1/bookieConfigParams.html <http://bookkeeper.apache.org/docs/r4.3.1/bookieConfigParams.html> -Flavio > On 08 Jul 2015, at 10:37, Enrico Olivelli - Diennea > <[email protected]> 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. > I’m running “embedded” bookies, that is that I launch the bookie inside > another JVM, with the following code: > > ServerConfiguration conf = new ServerConfiguration(); > conf.setBookiePort(port); > conf.setUseHostNameAsBookieID(true); > conf.setJournalDirName(logDir.getAbsolutePath()); > conf.setZkServers(zookeeperServer); > conf.setLedgerDirNames(Arrays.stream(dataDirs).map(File::getAbsolutePath).collect(Collectors.toList()).toArray(new > String[dataDirs.length])); > conf.setFlushInterval(1000); > conf.setAutoRecoveryDaemonEnabled(false); > … > conf.setMaxBackupJournals(1); > … > this.bookie = new BookieServer(conf); > this.bookee.start(); > > any suggestion ? > > thanks > > Enrico Olivelli > Software Development Manager @Diennea > Tel.: (+39) 0546 066100 - Int. 925 > Viale G.Marconi 30/14 - 48018 Faenza (RA) > > MagNews - E-mail Marketing Solutions > http://www.magnews.it <http://www.magnews.it/> > Diennea - Digital Marketing Solutions > http://www.diennea.com <http://www.diennea.com/> > > > Iscriviti alla nostra newsletter per rimanere aggiornato su digital ed email > marketing! http://www.magnews.it/newsletter/ > <http://www.magnews.it/newsletter/>
