On Tue, Sep 6, 2011 at 9:14 PM, Tatsuya Kawano <tatsuya6...@gmail.com> wrote: > Hi David, > > OK, so there is no easy fix on Linux. I think generating the warning > message will help. Thanks for look into this.
I would note that it's possible to configure a periodic sync still with bitcask on Linux; it's just going to be a bit more overhead since it's a full fsync vs. nominal sync per write. > I heard LevelDB has an API to force disk sync. Will Riak support this > option in the future? Yes, we'll support that, hopefully in time for 1.0. Of note, that uses a fdatasync() after _each_ write, so it will probably be quite expensive. D. -- Dave Smith Director, Engineering Basho Technologies, Inc. diz...@basho.com _______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com