Re: Java client -- slow to shutdown

2016-11-28 Thread Luke Bakken
Hi Toby - Thanks for reporting this. We can continue the discussion via GH issue #689. -- Luke Bakken Engineer lbak...@basho.com On Wed, Nov 23, 2016 at 9:58 PM, Toby Corkindale wrote: > Hi, > I'm using the Java client via protocol buffers to Riak. > (Actually I'm using it via Scala 2.11.8 on O

Java client -- slow to shutdown

2016-11-23 Thread Toby Corkindale
Hi, I'm using the Java client via protocol buffers to Riak. (Actually I'm using it via Scala 2.11.8 on OpenJDK 8) After calling client.shutdown(), there is always a delay of 4 seconds before the app actually exits. Why is this, and what can I do about it? To demonstrate the issue, use these files