[ovs-git] Open vSwitch: daemon: Throttle max respawning rate. (master)

dev at openvswitch.org dev at openvswitch.org
Thu May 13 16:45:41 UTC 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  a9633ada756ec15e1ed3dd9b503af3027dee3d10 (commit)
       via  7c2dd4c64823397d82d7d1c4e44f6a420df52aa6 (commit)
      from  e2bfacb6e490bb571f2fbd243c7a2d4658149fba (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a9633ada756ec15e1ed3dd9b503af3027dee3d10
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=a9633ada756ec15e1ed3dd9b503af3027dee3d10
Author: Ben Pfaff <blp at nicira.com>
		
daemon: Throttle max respawning rate.
		
If a monitored daemon dies quickly at startup, the system can waste a lot
of CPU time continually restarting it.  This commit prevents a given
daemon from restarting more than once every 10 seconds.


commit 7c2dd4c64823397d82d7d1c4e44f6a420df52aa6
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=7c2dd4c64823397d82d7d1c4e44f6a420df52aa6
Author: Ben Pfaff <blp at nicira.com>
		
daemon: Allow monitored daemon to dump core no more than once.
		
If the monitored daemon dumps core frequently, then this can quickly
exhaust the host's disk space.  This commit limits core dumps to at most
one per monitored session (typically, once per boot).


-----------------------------------------------------------------------

Summary of changes:
 lib/daemon.c |   30 +++++++++++++++++++++++++++++-
 1 files changed, 29 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list