Re: Possible bookkeeping error in BaseLoadBalancer

2017-02-16 Thread Timothy Brown
a JIRA ? > > If you can show the defect through modified unit test, that would be nice. > > On Wed, Feb 15, 2017 at 4:20 PM, Timothy Brown > wrote: > > > Sorry I pasted code that I had modified. I am looking at the master > branch > > though. Why would the numR

Re: Possible bookkeeping error in BaseLoadBalancer

2017-02-15 Thread Timothy Brown
hich branch are you looking at ? > > Thanks > > On Wed, Feb 15, 2017 at 2:47 PM, Timothy Brown > wrote: > > > Hi, > > > > I was wondering if someone could confirm or deny my suspicion that the > > "numMaxRegionsPerTable" is not being updated properly at line

Possible bookkeeping error in BaseLoadBalancer

2017-02-15 Thread Timothy Brown
Hi, I was wondering if someone could confirm or deny my suspicion that the "numMaxRegionsPerTable" is not being updated properly at line 670 of BaseLoadBalancer.java

Re: Replication Issue, Attempting to flush snapshot with id = -1

2016-11-09 Thread Timothy Brown
? > > > > I did a brief search for 'UnexpectedStateException: Current snapshot id' > > which ended up with the above JIRA. > > > > See if it applies to your case. > > > > Cheers > > > > On Wed, Nov 9, 2016 at 10:42 AM, Timothy Brown &g

Re: Replication Issue, Attempting to flush snapshot with id = -1

2016-11-09 Thread Timothy Brown
the time exception > happened ? > > Thanks > > On Wed, Nov 9, 2016 at 10:24 AM, Timothy Brown > wrote: > > > Hi, > > > > I'm currently trying to enable High Availability for my HBase cluster. > > I'm using HBase version 1.2.0 provided by Cloude

Replication Issue, Attempting to flush snapshot with id = -1

2016-11-09 Thread Timothy Brown
Hi, I'm currently trying to enable High Availability for my HBase cluster. I'm using HBase version 1.2.0 provided by Cloudera's cdh5.8.0. Everything works for a couple hours and then replication stops due to the exception pasted below. We see sizeOfLogQueue continue to grow every few minutes. Has