Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Slow shutdown of unix socket in jetty 9.4.0.RC0

Hi,

On Thu, Oct 27, 2016 at 10:17 AM, Roee Shenberg <shenberg@xxxxxxxxx> 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.


Back to the top