Add a sad FIXME :-)

This commit is contained in:
Vitaliy Filippov
2020-05-23 15:43:37 +03:00
parent 01dd3ef89e
commit e614a98543
2 changed files with 6 additions and 1 deletions
+1
View File
@@ -401,6 +401,7 @@ void osd_t::cancel_op(osd_op_t *op)
void osd_t::stop_client(int peer_fd)
{
// FIXME Fix the bug where sometimes a dead peer is undetected which leads to PG DEGRADED|HAS_INCOMPLETE!
auto it = clients.find(peer_fd);
if (it == clients.end())
{