Re: Where is HBase failed servers list stored

2015-03-05 Thread Nicolas Liochon
r test cluster I tested this scenario, and it got 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 >

Re: Where is HBase failed servers list stored

2015-03-05 Thread Bryan Beaudreault
on. > 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 correctly, restarting the master shou

RE: Where is HBase failed servers list stored

2015-03-05 Thread Sandeep Reddy
0 > 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 wrote: > > > Please see HBASE-13067 Fix cachin

Re: Where is HBase failed servers list stored

2015-03-04 Thread Nicolas Liochon
when running hbase balancer HMaster is trying to connect to old IP > > Address 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:

Re: Where is HBase failed servers list stored

2015-03-03 Thread Ted Yu
ing. > 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, it p

RE: Where is HBase failed servers list stored

2015-03-03 Thread Sandeep L
ere 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@hbase.apache.org > > It's in local memory. W

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 i

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 a