Re: Where is HBase failed servers list stored

2015-03-05 Thread Bryan Beaudreault
,Sandeep. From: nkey...@gmail.com Date: Wed, 4 Mar 2015 14:55:03 +0100 Subject: Re: Where is HBase failed servers list stored To: user@hbase.apache.org If I understand the issue correctly, restarting the master should solve the problem. On Wed, Mar 4, 2015 at 5:55 AM, Ted Yu

Re: Where is HBase failed servers list stored

2015-03-05 Thread Nicolas Liochon
resolved after restarting master. Other than restarting master I couldn't find any solution. Thanks,Sandeep. From: nkey...@gmail.com Date: Wed, 4 Mar 2015 14:55:03 +0100 Subject: Re: Where is HBase failed servers list stored To: user@hbase.apache.org If I understand the issue

RE: Where is HBase failed servers list stored

2015-03-05 Thread Sandeep Reddy
: Where is HBase failed servers list stored To: user@hbase.apache.org If I understand the issue correctly, restarting the master should solve the problem. On Wed, Mar 4, 2015 at 5:55 AM, Ted Yu yuzhih...@gmail.com wrote: Please see HBASE-13067 Fix caching of stubs to allow IP address

Re: Where is HBase failed servers list stored

2015-03-04 Thread Nicolas Liochon
instead of new IP Address. One more thing here is when I checked regionserver status on 60010 port its showing as up and running. Thanks,Sandeep. From: nkey...@gmail.com Date: Tue, 3 Mar 2015 19:01:01 +0100 Subject: Re: Where is HBase failed servers list stored To: user

Where is HBase failed servers list stored

2015-03-03 Thread Sandeep L
Hi, While trying to run hbase balancer I am getting error message as This server is in the failed servers list.Due to this cluster is not getting balanced. Even though regionserver is up and running hmaster is unable to connect to it. The odd thing here is hmaster is able to start regionserver

Re: Where is HBase failed servers list stored

2015-03-03 Thread Nicolas Liochon
It's in local memory. When HBase cannot connect to a server, it puts it into the failedServerList for 2 seconds. This is to avoid having all the threads going into a potentially long socket timeout. Are you sure that you can connect from the master to this machine/port? You can change the time it

RE: Where is HBase failed servers list stored

2015-03-03 Thread Sandeep L
regionserver status on 60010 port its showing as up and running. Thanks,Sandeep. From: nkey...@gmail.com Date: Tue, 3 Mar 2015 19:01:01 +0100 Subject: Re: Where is HBase failed servers list stored To: user@hbase.apache.org It's in local memory. When HBase cannot connect to a server

Re: Where is HBase failed servers list stored

2015-03-03 Thread Ted Yu
...@gmail.com Date: Tue, 3 Mar 2015 19:01:01 +0100 Subject: Re: Where is HBase failed servers list stored To: user@hbase.apache.org It's in local memory. When HBase cannot connect to a server, it puts it into the failedServerList for 2 seconds. This is to avoid having all the threads going