Hi, On Thu, Oct 27, 2016 at 10:17 AM, Roee Shenberg <[email protected]> wrote: > Hiya, > > I'm using jetty for local RPC over unix sockets (using Avro), and I started > encountering an unexplained 30-second wait on shutdown on Ubuntu 14.04. My > dev machine is OS X and everything works smoothly there. JStack showed me > that the server is blocking on the call to poll() on the unix socket's > channel, and shutdown takes exactly 30 seconds every time, even if the > machine is under load, which implies there is some 30-second timeout. > > This isn't critical for our run-time behavior but adds a ton of time to our > tests, so any help would be appreciated. > > Since avro is a huge machine with many moving parts I created a smaller > replication that has very little in it and points even more strongly to the > unix socket code being the culprit:
This is great, can you please copy/paste this email to an issue at GitHub ? https://github.com/eclipse/jetty.project/issues Thanks ! -- Simone Bordet ---- http://cometd.org http://webtide.com Developer advice, training, services and support from the Jetty & CometD experts. _______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
