Re: Persistent outrigger doesn't shrink logstore
John McClain <[email protected]> Tue, 18 Nov 2008 09:22:24 -0500
| Newsgroups | gmane.comp.java.sun.jini |
|---|---|
| Message-ID | <[email protected]> |
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" })
>
Can you expand on "doesn't shrink"? Which files? After how many operations?
--------------------------------------------------------------------------
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 [email protected]