Re: Socket is not connected

2009-03-27 Thread Patrick Hunt
Thanks for the feedback. It's definitely not a clearcut decision on how to log it. As most ppl tend to run in INFO level on production systems we wanted to keep it visible for the time being. Patrick Stefan Groschupf wrote: Hi Patrick, thanks for the clarification. I can see your point but as

Re: Socket is not connected

2009-03-27 Thread Stefan Groschupf
Hi Patrick, thanks for the clarification. I can see your point but as user of zookeeper I personal would prefer to have this as debug message. Maybe something like log.debug("WARN: "+ msg). ... just a user feedback. Thanks, Stefan ~~~ Hadoop training and consulting

Re: Socket is not connected

2009-03-27 Thread Patrick Hunt
Hi Stefan, There's a timing issue when the client closes the connection. It sends a session close to the server and then starts to close it's own sockets. If the server closes the socket before the client does you can sometimes see the client get java.net.SocketException: Socket is not conne