Description
While running svn head, I get:
[junit] 2007-02-27 19:11:17,707 INFO ipc.Client (Client.java:run(281)) - java.lang.NullPointerException
[junit] at org.apache.hadoop.ipc.Client$Connection.run(Client.java:251)
There is a race condition between when the threads are created above and when the IO streams are set up below.