[freenet-dev] [freenet-cvs] r19306 - trunk/freenet/src/freenet/store
Daniel Cheng
j16sdiz+freenet at gmail.com
Tue Apr 15 13:29:09 UTC 2008
On Tue, Apr 15, 2008 at 6:33 PM, Matthew Toseland
<toad at amphibian.dyndns.org> wrote:
>
> On Tuesday 15 April 2008 01:16, Daniel Cheng wrote:
> > On Tue, Apr 15, 2008 at 6:07 AM, Matthew Toseland
> > <toad at amphibian.dyndns.org> wrote:
> > > On Monday 14 April 2008 08:53, j16sdiz at freenetproject.org wrote:
> > > > Author: j16sdiz
> > > > Date: 2008-04-14 07:53:47 +0000 (Mon, 14 Apr 2008)
> > > > New Revision: 19306
> > > >
> > > > Modified:
> > > > trunk/freenet/src/freenet/store/BerkeleyDBFreenetStore.java
> > > > trunk/freenet/src/freenet/store/FreenetStore.java
> > > > trunk/freenet/src/freenet/store/RAMFreenetStore.java
> > > > Log:
> > > > change javadoc and RAMFS.put() to match BDBFS.put() behaviour
> > >
> > > Eh? Did you actually read BDBFS.put() ?
> >
> > Yes, what it do is a StorableBlock.equals(), which doesn't check the
> > actual data afaik.
>
> And now you don't even do that in RAMFS? Or am I missing something? PS it does
> check the data.
>
Revert it then.
I am working on a new datastore, which have pluggable index and file storage.
Do you think online database reconstruction is doable? That would need putting
the database into a readonly mode temporary. Not sure if our routing algorithm
can handle that.
Regards,
Daniel Cheng
More information about the Devl
mailing list