]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: make clientreplay go faster
authorSage Weil <sage@newdream.net>
Thu, 9 Jul 2009 16:11:57 +0000 (09:11 -0700)
committerSage Weil <sage@newdream.net>
Thu, 9 Jul 2009 16:11:57 +0000 (09:11 -0700)
commit8ecffa568651d25162c47f8ebabf89d4a684d57c
tree99135634ee1c9930e266900a013a7fe09f99779a
parent4daf4762cc9e9522226e470f3d5154aeb4c98884
mds: make clientreplay go faster

Queue up next op as soon as we submit the journal entry.  That maintains
ordering while avoiding any waiting for the journal to flush.
src/TODO
src/mds/MDCache.cc
src/mds/Server.cc