If its a bonafide bug please file a JIRA outlining the reproduction steps, the expected outcome and impact.
On Jul 31, 2010 3:13 PM, "Ted Yu" <yuzhih...@gmail.com> wrote: > Hi, > I see a minor issue in ServerManager.ServerMonitor.chore() where first would > always be true. > The following line should be moved outside if block: > first = false; > > Cheers