Can you file a jira and put a patch up?
> -----Original Message----- > From: Ted Yu [mailto:yuzhih...@gmail.com] > Sent: Saturday, July 31, 2010 3:13 PM > To: dev@hbase.apache.org > Subject: minor bug in ServerManager.ServerMonitor.chore() > > 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