|
View:
New views
1 Messages
—
Rating Filter:
Alert me
|
|
|
FW: Persistent outrigger doesn't shrink logstoreCan anyone help on this?
-----Original Message----- From: Asaf Lahav [mailto:asaf.lahav@...] Sent: Tuesday, November 18, 2008 5:48 PM To: 'John.McClain@...' Cc: 'JINI-USERS@...' Subject: RE: Persistent outrigger doesn't shrink logstore The logStore files are constantly growing in size. I would expect the logStore to reduce the size of the repository as entries are being taken. On a test I did I write about 5000 entries and then took all the existing 5000 entries. Yet, two hours later, the logStore files are still a few megabytes in size. On another test I did, I defined 2 minutes in lease time for 5000 entries and after 3 minutes tried to take those entries. Non were returned (as expected) yet, the logStore files were still as big as if the entries are still stored in there. I would expect the logStore files to be reduced as entries either expire or taken. Currently it seems as if the logStore files constantly increase in size and may consume all the disk space if given enough time. Thanks in advance, Asaf -----Original Message----- From: John.McClain@... [mailto:John.McClain@...] Sent: Tuesday, November 18, 2008 4:22 PM To: Asaf Lahav Cc: JINI-USERS@... Subject: Re: Persistent outrigger doesn't shrink logstore Asaf Lahav wrote: > > Hi, > > Why doesn't a persistent outrigger logstore reduce in size neither > after I take entries out of it nor after entries lease time expires? > > > > This is the configuration I'm using on outrigger: > > com.sun.jini.outrigger { > > initialLookupGroups = new String[] { > System.getProperty("user.name") + "InstallVerifyGroup" }; > > persistenceDirectory = "C:/Program > Files/jini2_1/installverify/persistenceDir"; > > store = new com.sun.jini.outrigger.snaplogstore.LogStore(this); > > } > > > > > > And this it the configuration I'm using for its activator: > > new NonActivatableServiceDescriptor( > > "http://" + host + ":" + port + "/outrigger-dl.jar" + jskdl, > > policy, > > "C:\\Program Files\\jini2_1\\lib\\outrigger.jar", > > "com.sun.jini.outrigger.PersistentOutriggerImpl", > > new String[] { "C:\\Program > Files\\jini2_1\\installverify\\support\\outrigger.config" }) > -------------------------------------------------------------------------- Getting Started: http://www.jini.org/wiki/Category:Getting_Started Community Web Site: http://jini.org jini-users Archive: http://archives.java.sun.com/archives/jini-users.html Unsubscribing: email "signoff JINI-USERS" to listserv@... |
| Free embeddable forum powered by Nabble | Forum Help |