Re: close Kudu client on timeout

2019-01-16 Thread Boris Tyukin
sorry it is Java On Wed, Jan 16, 2019 at 3:32 PM Mike Percy wrote: > Java or C++ / Python client? > > Mike > > Sent from my iPhone > > > On Jan 16, 2019, at 12:27 PM, Boris Tyukin > wrote: > > > > Hi guys, > > > > is there a setting on Kudu server to close/clean-up inactive Kudu > clients? > >

Re: close Kudu client on timeout

2019-01-16 Thread Mike Percy
Java or C++ / Python client? Mike Sent from my iPhone > On Jan 16, 2019, at 12:27 PM, Boris Tyukin wrote: > > Hi guys, > > is there a setting on Kudu server to close/clean-up inactive Kudu clients? > > we just found some rogue code that did not close client on code completion > and wonderi

close Kudu client on timeout

2019-01-16 Thread Boris Tyukin
Hi guys, is there a setting on Kudu server to close/clean-up inactive Kudu clients? we just found some rogue code that did not close client on code completion and wondering if we can prevent this in future on Kudu server level rather than relying on good developers. That code caused 22,000 threa