Wait, I got that wrong. The arbiter also had the typo. The weird thing is that logging was working just fine for the Claranet realm. Only Washington and Frankfurt were behaving strangely.
Code:
define arbiter {
arbiter_name Arbiter-Master
modules ,PickleRetentionArbiter
spare 0
address 10.129.31.150
port 7770
realm All
}
define scheduler {
data_timeout 120
check_interval 60
weight 1
skip_initial_broks 0
modules ,PickleRetention
spare 0
timeout 3
address 10.129.31.150
scheduler_name scheduler-claranet
max_check_attempts 3
port 7768
realm Claranet
}
define scheduler {
data_timeout 120
check_interval 60
weight 1
skip_initial_broks 0
modules ,PickleRetention
spare 0
timeout 3
address 192.168.10.113
scheduler_name scheduler-frankfurt
max_check_attempts 3
port 7768
realm Frankfurt
}
define scheduler {
data_timeout 120
check_interval 60
weight 1
skip_initial_broks 0
modules ,PickleRetention
spare 0
timeout 3
address 192.168.20.113
scheduler_name scheduler-washington
max_check_attempts 3
port 7768
realm Washington
}