On Sat, Jan 29, 2022 at 11:38 AM Ben Pfaff <b...@ovn.org> wrote:
>
> Until now, the monitor process held its log file open while it waited for
> the child to exit, and then it reopened it after the child exited.  Holding
> the log file open this way prevented log rotation from freeing disk space.
> This commit avoids the problem by closing the log file before waiting, then
> reopening it afterward.
>
> Signed-off-by: Ben Pfaff <b...@ovn.org>
> Reported-by: Antonin Bas <a...@vmware.com>
> VMware-BZ: #2743409
> ---
> v1->v2: Fix memory leak in monitor_daemon() reported by William.
>
I applied to master,  thank you
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to