Re: Failed durable client connection initialization can sometimes leak client socket handle?

2021-11-16 Thread Darrel Schneider
day, November 10, 2021 10:01 AM To: dev@geode.apache.org Subject: Failed durable client connection initialization can sometimes leak client socket handle? Hi, In AcceptorImpl.run, the accepted client socket seems to only be closed when there is IOException. I can't prove it, but I think ther

Re: Failed durable client connection initialization can sometimes leak client socket handle?

2021-11-16 Thread Anthony Baker
I just responded to your latest question, but if you have logs or a test case you could share that would be really helpful. Thanks, Anthony > On Nov 10, 2021, at 10:01 AM, Leon Finker wrote: > > Hi, > > In AcceptorImpl.run, the accepted client socket seems to only be > closed when there is

Failed durable client connection initialization can sometimes leak client socket handle?

2021-11-10 Thread Leon Finker
Hi, In AcceptorImpl.run, the accepted client socket seems to only be closed when there is IOException. I can't prove it, but I think there can sometimes be non IO exception here as well and then the client socket will not be closed? Also, can we please add a catch for other kinds of exceptions