like for example
```
2024-08-21T16:01:59.146+0000
7fffe6348640 0 ERROR:
client_io->complete_request() returned Broken pipe
```
Fixes: https://tracker.ceph.com/issues/48358
Signed-off-by: Mark Kogan <mkogan@redhat.com>
(cherry picked from commit
fd662e5957e684fa4aca95737db69298334c0bf5)
} catch (rgw::io::Exception& e) {
dout(0) << "ERROR: client_io->complete_request() returned "
<< e.what() << dendl;
+ perfcounter->inc(l_rgw_qlen, -1);
+ perfcounter->inc(l_rgw_qactive, -1);
}
if (should_log) {
rgw_log_op(rest, s, op, penv.olog);