[ https://issues.apache.org/jira/browse/AVRO-321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12829405#action_12829405 ]
Philip Zeyliger commented on AVRO-321: -------------------------------------- bq. > RpcReceiveTool.java--sleep(1000) bq. Without that the server would sometimes exit before it had written the response back to the client. There's probably a better way of doing this. Ideas? Perhaps change HttpServer to use Server.setGracefulShutdown(2000 /* 2 seconds); in stop()? See http://jetty.codehaus.org/jetty/jetty-6/apidocs/index.html?org/mortbay/jetty/Server.html If that works (and even if it doesn't), go ahead and commit! +1. > Run Java RPC interop tests again > -------------------------------- > > Key: AVRO-321 > URL: https://issues.apache.org/jira/browse/AVRO-321 > Project: Avro > Issue Type: Test > Components: build, java > Reporter: Jeff Hammerbacher > Assignee: Doug Cutting > Fix For: 1.3.0 > > Attachments: AVRO-321.patch, AVRO-321.patch, AVRO-321.patch > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.