Here is my SS: 259 71 2451
On May 25, 2012, at 11:31 AM, Andrew Purtell wrote:
>> When I restart my HBase cluster the cluster does not ever finish assigning
>> META region. In the master's log there are a lot of
>> NotServingRegionExceptions: Region is not online: .META.,,1. Other than
>> that
Hi Kevin
hbase.coprocessor.region.classes
com.hbase.example.region.coprocessors.MyCustomRegionObserver
Instead of configuring the FQCN of your region observer against
"hbase.coprocessor.region.classes", you can go with configuring the same
against the config param "hbase.coprocessor.
I didn't think about it like that. I just figured that HBase would block
certain components until the cluster is stable. However, like you said,
since I configured my Observer as a system coprocessor, your explanation
makes sense. I'll have to come up with another example. Thank you for your
answer
> When I restart my HBase cluster the cluster does not ever finish assigning
> META region. In the master's log there are a lot of
> NotServingRegionExceptions: Region is not online: .META.,,1. Other than
> that I can't see any log messages that indicate any specific about loading
> the coprocessor
I don't think my issue stems from clocks being out of sync. All my servers
are syncing to a NTP server. Checking the dates on each machine shows that
they differ far less than 30 seconds.
On Fri, May 25, 2012 at 10:00 AM, shashwat shriparv <
dwivedishash...@gmail.com> wrote:
> Check this if it so
Check this if it solves your problem :
http://helpmetocode.blogspot.in/2012/05/issueif-you-master-machines-region.html
On Fri, May 25, 2012 at 7:25 PM, Kevin wrote:
> Hi,
>
> I'm starting to give coprocessors a try, but I'm having trouble getting the
> HBase cluster to start up properly after