* Persistence of completed_requests in sessionmap (do we need it?)
@ 2015-03-03 21:39 John Spray
[not found] ` <606442F7-CDFF-4E5E-BFA0-9D83D616F48A@redhat.com>
0 siblings, 1 reply; 2+ messages in thread
From: John Spray @ 2015-03-03 21:39 UTC (permalink / raw)
To: Sage Weil, Gregory Farnum, zyan; +Cc: ceph-devel@vger.kernel.org
Zheng noticed on my new sessionmap code [1] that sessions weren't
getting dirtied on trim_completed_requests. I had missed that, because
I was only updating the places that we already incremented the
sessionmap version while modifying something.
I went and looked at how this worked in the existing code, and it
appears that we don't actually bother persisting updates to the
sessionmap if completed_requests is the only thing that changed. We
would *tend* to persist it as a consequence to other session updates
like prealloc_inos, but if one is simply issuing lots of metadata
updates to existing files in a loop, the sessionmap never gets written
back (even when expiring log segments).
During replay, we rebuild completed_requests from EMetaBlob::replay, and
we've made it this far without reliably persisting it in sessionmap, so
I wonder if we ever needed to save this at all? Thoughts?
Cheers,
John
1. https://github.com/ceph/ceph/pull/3718
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-03-04 17:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-03 21:39 Persistence of completed_requests in sessionmap (do we need it?) John Spray
[not found] ` <606442F7-CDFF-4E5E-BFA0-9D83D616F48A@redhat.com>
[not found] ` <54F714B4.6070901@redhat.com>
2015-03-04 17:41 ` Greg Farnum
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.