Don't put readers into the dead reader storage 50/299450/2
authorMichal Bloch <m.bloch@samsung.com>
Fri, 22 Sep 2023 17:25:07 +0000 (19:25 +0200)
committerMichal Bloch <m.bloch@samsung.com>
Fri, 29 Sep 2023 14:48:46 +0000 (16:48 +0200)
commitd4340555997083f7284280c44a7f7ab28eb43c02
tree9358236eadfdf680ca4f2ce572588afef2612c02
parent93f9225575e5141dc6a0cbd6fc37ae603d68edb5
Don't put readers into the dead reader storage

This means the cleanup has to wait until the next daemon iteration,
which often takes up to 1s because it's sleeping on epoll.
This in turn creates unacceptable (according to tests) delays.

Change-Id: I4c546d8e3479b7498c9ed2def85b7f710672b064
src/logger/logger.c