You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`smoosh_channel:maybe_remonitor_cpid/3` opened db and never closed it. That
left a dangling reference (monitor to it) which prevented that db handle from
becoming idle.
We noticed this after inspecting dangling deleted fd handles which were still
left open by something. That something turned to be smoosh_channel gen_server.
0 commit comments