From 58bf31f8cf833d3f1c9cc79d5c170c36fae3ea87 Mon Sep 17 00:00:00 2001 From: Dan Gebhardt <gebhardt@flux.utah.edu> Date: Mon, 11 Sep 2006 18:09:09 +0000 Subject: [PATCH] Increased the "kill" threshold when detecting if a node cannot receive data ACK packets from ops. --- pelab/bgmon/opsrecv.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelab/bgmon/opsrecv.pl b/pelab/bgmon/opsrecv.pl index 44f5d527a9..f6dfe249f2 100644 --- a/pelab/bgmon/opsrecv.pl +++ b/pelab/bgmon/opsrecv.pl @@ -35,7 +35,7 @@ my $lastinsert = 0; # Timestamp. my %lasttimestamp; #prevents adding duplicate entries in DB my %duplicatecnt; #counters keeping track of duplicate entries. -my $duplicateKillThresh = 5; #kill node if this many duplicates occur per index +my $duplicateKillThresh = 50; #kill node if this many duplicates occur per index # # Turn off line buffering on output -- GitLab