-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://review.hbase.org/r/281/
-----------------------------------------------------------
Review request for Avro.
Summary
-------
Adding start() to the Server interface and start() and join() to the HttpServer
implementation. Moved start() out of the HttpServer ctor and changed all places
it was called in the codebase to now grab an object and call start() on it.
This addresses bug AVRO-544.
http://issues.apache.org/jira/browse/AVRO-544
Diffs
-----
trunk/lang/java/src/java/org/apache/avro/ipc/HttpServer.java 960285
trunk/lang/java/src/java/org/apache/avro/ipc/Server.java 960285
trunk/lang/java/src/java/org/apache/avro/tool/RpcReceiveTool.java 960285
trunk/lang/java/src/test/java/org/apache/avro/TestBulkData.java 960285
trunk/lang/java/src/test/java/org/apache/avro/TestProtocolHttp.java 960285
trunk/lang/java/src/test/java/org/apache/avro/ipc/stats/StatsPluginOverhead.java
960285
trunk/lang/java/src/test/java/org/apache/avro/ipc/stats/TestStatsPluginAndServlet.java
960285
Diff: http://review.hbase.org/r/281/diff
Testing
-------
ant test-java
Thanks,
Jeff