On Tue, Apr 29, 2014 at 8:15 AM, Hansi Klose <[email protected]> wrote:
> Hi all, > > sorry for the late answer. > > I configured the hbase-site.conf like this > > <property> > <name>dfs.client.socketcache.capacity</name> > <value>0</value> > </property> > <property> > <name>dfs.datanode.socket.reuse.keepalive</name> > <value>0</value> > </property> > > and restarted the hbase master and all regionservers. > I still can see the same behavior. Each snapshot creates > new CLOSE_WAIT Sockets which stay there till hbase master restart. > > I there any other setting I can try? > You saw my last suggestion about "...dfs.client.socketcache.expiryMsec to 900 in your HBase client configuration.."? St.Ack
