All of lore.kernel.org
 help / color / mirror / Atom feed
* Waiters on OSD operations will hang if replies invalid?
@ 2013-11-07  3:08 Li Wang
       [not found] ` <527D96BC.3020502@ubuntukylin.com>
  0 siblings, 1 reply; 2+ messages in thread
From: Li Wang @ 2013-11-07  3:08 UTC (permalink / raw)
  To: ceph-devel@vger.kernel.org; +Cc: Sage Weil

For ceph_sync_write()/ceph_osdc_readpages()/ceph_osdc_writepages(), the 
user process or kernel thread will
wait for the pending OSD requests to complete on the corresponding 
req->r_completion. But it seems they only are waked up in handle_reply() 
and provided the replies are correct. What about if the replies are 
invalid, as the situations of label 'bad_put' in this function intended 
to capture, the waiters gotta hang there?

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-11-09  6:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-07  3:08 Waiters on OSD operations will hang if replies invalid? Li Wang
     [not found] ` <527D96BC.3020502@ubuntukylin.com>
2013-11-09  6:06   ` Fwd: " Sage Weil

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.