Skip to content

Commit

Permalink
CHUKWA-466. Fix failing test cases.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/hadoop/chukwa/branches/chukwa-0.4@933366 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ariel Shemaiah Rabkin committed Apr 12, 2010
1 parent d6a24ac commit bfdea78
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ public void run() {
out.write(data);
}
}
out.flush();
} catch(IOException e) {
log.info("lost tee: "+ e.toString());
synchronized(tees) {
Expand Down

0 comments on commit bfdea78

Please sign in to comment.