]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
journal: eliminate watch delay for object refetches
authorJason Dillaman <dillaman@redhat.com>
Tue, 24 May 2016 02:21:33 +0000 (22:21 -0400)
committerJason Dillaman <dillaman@redhat.com>
Tue, 24 May 2016 17:22:52 +0000 (13:22 -0400)
commitd7b511b854c8ab633dcdb1c935014218b83f4e09
treebb145c578e6e38fc5e5f1df8a7ef3bd4e06af7b9
parent0fb730e6be632e25d76695e1f37eba542162d620
journal: eliminate watch delay for object refetches

The randomized write sizes of the modified rbd-mirror stress
test results in a lot of journal object with few entries.
Immediately fetch objects when performing a refetch check prior
to closing an empty object.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/journal/JournalPlayer.cc