can't find region

View: New views
8 Messages — Rating Filter:   Alert me  

can't find region

by Ananth Sarathy :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

In relation with my constant internal scanner problem

i am getting a
org.apache.hadoop.hbase.client.NoServerForRegionException: No server address
listed in .META. for region

anyway to fix this?
Ananth T Sarathy

Re: can't find region

by stack-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Try closing that region.  Before you do, run 'status "detailed"' in shell to
see if the region is stuck in transition?  See top of the listing for this
status.

Also, I added a patch to
https://issues.apache.org/jira/browse/HBASE-1781that might fix the
stackoverflow you were seeing.  If you are able to
manufacture this condition, you might like to try the patch to see if it
fixes the issue.

Thanks,
St.Ack



On Fri, Oct 30, 2009 at 8:38 AM, Ananth T. Sarathy <
ananth.t.sarathy@...> wrote:

> In relation with my constant internal scanner problem
>
> i am getting a
> org.apache.hadoop.hbase.client.NoServerForRegionException: No server
> address
> listed in .META. for region
>
> anyway to fix this?
> Ananth T Sarathy
>

Re: can't find region

by Ananth Sarathy :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

not in transition.... how do i close a region?
Ananth T Sarathy


On Fri, Oct 30, 2009 at 1:44 PM, stack <stack@...> wrote:

> Try closing that region.  Before you do, run 'status "detailed"' in shell
> to
> see if the region is stuck in transition?  See top of the listing for this
> status.
>
> Also, I added a patch to
> https://issues.apache.org/jira/browse/HBASE-1781that might fix the
> stackoverflow you were seeing.  If you are able to
> manufacture this condition, you might like to try the patch to see if it
> fixes the issue.
>
> Thanks,
> St.Ack
>
>
>
> On Fri, Oct 30, 2009 at 8:38 AM, Ananth T. Sarathy <
> ananth.t.sarathy@...> wrote:
>
> > In relation with my constant internal scanner problem
> >
> > i am getting a
> > org.apache.hadoop.hbase.client.NoServerForRegionException: No server
> > address
> > listed in .META. for region
> >
> > anyway to fix this?
> > Ananth T Sarathy
> >
>

Re: can't find region

by stack-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hbase> close_region "REGION_NAME"

Type 'tools' in shell to explaination of this and other like commands.

St.Ack

On Fri, Oct 30, 2009 at 10:58 AM, Ananth T. Sarathy <
ananth.t.sarathy@...> wrote:

> not in transition.... how do i close a region?
> Ananth T Sarathy
>
>
> On Fri, Oct 30, 2009 at 1:44 PM, stack <stack@...> wrote:
>
> > Try closing that region.  Before you do, run 'status "detailed"' in shell
> > to
> > see if the region is stuck in transition?  See top of the listing for
> this
> > status.
> >
> > Also, I added a patch to
> > https://issues.apache.org/jira/browse/HBASE-1781that might fix the
> > stackoverflow you were seeing.  If you are able to
> > manufacture this condition, you might like to try the patch to see if it
> > fixes the issue.
> >
> > Thanks,
> > St.Ack
> >
> >
> >
> > On Fri, Oct 30, 2009 at 8:38 AM, Ananth T. Sarathy <
> > ananth.t.sarathy@...> wrote:
> >
> > > In relation with my constant internal scanner problem
> > >
> > > i am getting a
> > > org.apache.hadoop.hbase.client.NoServerForRegionException: No server
> > > address
> > > listed in .META. for region
> > >
> > > anyway to fix this?
> > > Ananth T Sarathy
> > >
> >
>

Re: can't find region

by Ananth Sarathy :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

thanks.  when i do a status simple, is the region name just this
ip-10-245-82-160.ec2.internal

status 'simple' output

    ip-10-245-82-160.ec2.internal:60020 1256917873229
        requests=0, regions=3, usedHeap=30, maxHeap=996
    ip-10-242-71-191.ec2.internal:60020 1256918175106
        requests=0, regions=0, usedHeap=31, maxHeap=996

Ananth T Sarathy


On Fri, Oct 30, 2009 at 2:08 PM, stack <stack@...> wrote:

> hbase> close_region "REGION_NAME"
>
> Type 'tools' in shell to explaination of this and other like commands.
>
> St.Ack
>
> On Fri, Oct 30, 2009 at 10:58 AM, Ananth T. Sarathy <
> ananth.t.sarathy@...> wrote:
>
> > not in transition.... how do i close a region?
> > Ananth T Sarathy
> >
> >
> > On Fri, Oct 30, 2009 at 1:44 PM, stack <stack@...> wrote:
> >
> > > Try closing that region.  Before you do, run 'status "detailed"' in
> shell
> > > to
> > > see if the region is stuck in transition?  See top of the listing for
> > this
> > > status.
> > >
> > > Also, I added a patch to
> > > https://issues.apache.org/jira/browse/HBASE-1781that might fix the
> > > stackoverflow you were seeing.  If you are able to
> > > manufacture this condition, you might like to try the patch to see if
> it
> > > fixes the issue.
> > >
> > > Thanks,
> > > St.Ack
> > >
> > >
> > >
> > > On Fri, Oct 30, 2009 at 8:38 AM, Ananth T. Sarathy <
> > > ananth.t.sarathy@...> wrote:
> > >
> > > > In relation with my constant internal scanner problem
> > > >
> > > > i am getting a
> > > > org.apache.hadoop.hbase.client.NoServerForRegionException: No server
> > > > address
> > > > listed in .META. for region
> > > >
> > > > anyway to fix this?
> > > > Ananth T Sarathy
> > > >
> > >
> >
>

Re: can't find region

by stack-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

And 'detailed'?

On Fri, Oct 30, 2009 at 11:26 AM, Ananth T. Sarathy <
ananth.t.sarathy@...> wrote:

> thanks.  when i do a status simple, is the region name just this
> ip-10-245-82-160.ec2.internal
>
> status 'simple' output
>
>    ip-10-245-82-160.ec2.internal:60020 1256917873229
>        requests=0, regions=3, usedHeap=30, maxHeap=996
>    ip-10-242-71-191.ec2.internal:60020 1256918175106
>        requests=0, regions=0, usedHeap=31, maxHeap=996
>
> Ananth T Sarathy
>
>
> On Fri, Oct 30, 2009 at 2:08 PM, stack <stack@...> wrote:
>
> > hbase> close_region "REGION_NAME"
> >
> > Type 'tools' in shell to explaination of this and other like commands.
> >
> > St.Ack
> >
> > On Fri, Oct 30, 2009 at 10:58 AM, Ananth T. Sarathy <
> > ananth.t.sarathy@...> wrote:
> >
> > > not in transition.... how do i close a region?
> > > Ananth T Sarathy
> > >
> > >
> > > On Fri, Oct 30, 2009 at 1:44 PM, stack <stack@...> wrote:
> > >
> > > > Try closing that region.  Before you do, run 'status "detailed"' in
> > shell
> > > > to
> > > > see if the region is stuck in transition?  See top of the listing for
> > > this
> > > > status.
> > > >
> > > > Also, I added a patch to
> > > > https://issues.apache.org/jira/browse/HBASE-1781that might fix the
> > > > stackoverflow you were seeing.  If you are able to
> > > > manufacture this condition, you might like to try the patch to see if
> > it
> > > > fixes the issue.
> > > >
> > > > Thanks,
> > > > St.Ack
> > > >
> > > >
> > > >
> > > > On Fri, Oct 30, 2009 at 8:38 AM, Ananth T. Sarathy <
> > > > ananth.t.sarathy@...> wrote:
> > > >
> > > > > In relation with my constant internal scanner problem
> > > > >
> > > > > i am getting a
> > > > > org.apache.hadoop.hbase.client.NoServerForRegionException: No
> server
> > > > > address
> > > > > listed in .META. for region
> > > > >
> > > > > anyway to fix this?
> > > > > Ananth T Sarathy
> > > > >
> > > >
> > >
> >
>

Re: can't find region

by Ananth Sarathy :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

version 0.20.0
0 regionsInTransition
3 live servers
    ip-10-244-9-171.ec2.internal:60020 1256917873423
        requests=0, regions=2, usedHeap=26, maxHeap=991
        GS_EventLists,,1254948399496
            stores=3, storefiles=0, storefileSizeMB=0, memstoreSizeMB=0,
storefileIndexSizeMB=0
        -ROOT-,,0
            stores=1, storefiles=24, storefileSizeMB=0, memstoreSizeMB=0,
storefileIndexSizeMB=0
    ip-10-245-82-160.ec2.internal:60020 1256917873229
        requests=0, regions=3, usedHeap=27, maxHeap=996
        .META.,,1
            stores=2, storefiles=49, storefileSizeMB=0, memstoreSizeMB=0,
storefileIndexSizeMB=0
        GS_Applications,,1256725690451
            stores=7, storefiles=0, storefileSizeMB=0, memstoreSizeMB=0,
storefileIndexSizeMB=0
        GS_Applications,Ares 1.9.81.9.8
http://filehippo.com/download_ares_galaxy/1956/,1256725690451
            stores=7, storefiles=0, storefileSizeMB=0, memstoreSizeMB=0,
storefileIndexSizeMB=0
    ip-10-242-71-191.ec2.internal:60020 1256918175106
        requests=0, regions=0, usedHeap=34, maxHeap=996
0 dead servers

Ananth T Sarathy


On Fri, Oct 30, 2009 at 3:01 PM, stack <stack@...> wrote:

> And 'detailed'?
>
> On Fri, Oct 30, 2009 at 11:26 AM, Ananth T. Sarathy <
> ananth.t.sarathy@...> wrote:
>
> > thanks.  when i do a status simple, is the region name just this
> > ip-10-245-82-160.ec2.internal
> >
> > status 'simple' output
> >
> >    ip-10-245-82-160.ec2.internal:60020 1256917873229
> >        requests=0, regions=3, usedHeap=30, maxHeap=996
> >    ip-10-242-71-191.ec2.internal:60020 1256918175106
> >        requests=0, regions=0, usedHeap=31, maxHeap=996
> >
> > Ananth T Sarathy
> >
> >
> > On Fri, Oct 30, 2009 at 2:08 PM, stack <stack@...> wrote:
> >
> > > hbase> close_region "REGION_NAME"
> > >
> > > Type 'tools' in shell to explaination of this and other like commands.
> > >
> > > St.Ack
> > >
> > > On Fri, Oct 30, 2009 at 10:58 AM, Ananth T. Sarathy <
> > > ananth.t.sarathy@...> wrote:
> > >
> > > > not in transition.... how do i close a region?
> > > > Ananth T Sarathy
> > > >
> > > >
> > > > On Fri, Oct 30, 2009 at 1:44 PM, stack <stack@...> wrote:
> > > >
> > > > > Try closing that region.  Before you do, run 'status "detailed"' in
> > > shell
> > > > > to
> > > > > see if the region is stuck in transition?  See top of the listing
> for
> > > > this
> > > > > status.
> > > > >
> > > > > Also, I added a patch to
> > > > > https://issues.apache.org/jira/browse/HBASE-1781that might fix the
> > > > > stackoverflow you were seeing.  If you are able to
> > > > > manufacture this condition, you might like to try the patch to see
> if
> > > it
> > > > > fixes the issue.
> > > > >
> > > > > Thanks,
> > > > > St.Ack
> > > > >
> > > > >
> > > > >
> > > > > On Fri, Oct 30, 2009 at 8:38 AM, Ananth T. Sarathy <
> > > > > ananth.t.sarathy@...> wrote:
> > > > >
> > > > > > In relation with my constant internal scanner problem
> > > > > >
> > > > > > i am getting a
> > > > > > org.apache.hadoop.hbase.client.NoServerForRegionException: No
> > server
> > > > > > address
> > > > > > listed in .META. for region
> > > > > >
> > > > > > anyway to fix this?
> > > > > > Ananth T Sarathy
> > > > > >
> > > > >
> > > >
> > >
> >
>

Re: can't find region

by stack-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Zero in transition.  Did close work?  You should come on #IRC.  You'll get
response quicker.
St.Ack

On Fri, Oct 30, 2009 at 12:13 PM, Ananth T. Sarathy <
ananth.t.sarathy@...> wrote:

> version 0.20.0
> 0 regionsInTransition
> 3 live servers
>    ip-10-244-9-171.ec2.internal:60020 1256917873423
>        requests=0, regions=2, usedHeap=26, maxHeap=991
>        GS_EventLists,,1254948399496
>            stores=3, storefiles=0, storefileSizeMB=0, memstoreSizeMB=0,
> storefileIndexSizeMB=0
>        -ROOT-,,0
>            stores=1, storefiles=24, storefileSizeMB=0, memstoreSizeMB=0,
> storefileIndexSizeMB=0
>     ip-10-245-82-160.ec2.internal:60020 1256917873229
>         requests=0, regions=3, usedHeap=27, maxHeap=996
>        .META.,,1
>            stores=2, storefiles=49, storefileSizeMB=0, memstoreSizeMB=0,
> storefileIndexSizeMB=0
>        GS_Applications,,1256725690451
>            stores=7, storefiles=0, storefileSizeMB=0, memstoreSizeMB=0,
> storefileIndexSizeMB=0
>        GS_Applications,Ares 1.9.81.9.8
> http://filehippo.com/download_ares_galaxy/1956/,1256725690451
>            stores=7, storefiles=0, storefileSizeMB=0, memstoreSizeMB=0,
> storefileIndexSizeMB=0
>     ip-10-242-71-191.ec2.internal:60020 1256918175106
>         requests=0, regions=0, usedHeap=34, maxHeap=996
> 0 dead servers
>
> Ananth T Sarathy
>
>
> On Fri, Oct 30, 2009 at 3:01 PM, stack <stack@...> wrote:
>
> > And 'detailed'?
> >
> > On Fri, Oct 30, 2009 at 11:26 AM, Ananth T. Sarathy <
> > ananth.t.sarathy@...> wrote:
> >
> > > thanks.  when i do a status simple, is the region name just this
> > > ip-10-245-82-160.ec2.internal
> > >
> > > status 'simple' output
> > >
> > >    ip-10-245-82-160.ec2.internal:60020 1256917873229
> > >        requests=0, regions=3, usedHeap=30, maxHeap=996
> > >    ip-10-242-71-191.ec2.internal:60020 1256918175106
> > >        requests=0, regions=0, usedHeap=31, maxHeap=996
> > >
> > > Ananth T Sarathy
> > >
> > >
> > > On Fri, Oct 30, 2009 at 2:08 PM, stack <stack@...> wrote:
> > >
> > > > hbase> close_region "REGION_NAME"
> > > >
> > > > Type 'tools' in shell to explaination of this and other like
> commands.
> > > >
> > > > St.Ack
> > > >
> > > > On Fri, Oct 30, 2009 at 10:58 AM, Ananth T. Sarathy <
> > > > ananth.t.sarathy@...> wrote:
> > > >
> > > > > not in transition.... how do i close a region?
> > > > > Ananth T Sarathy
> > > > >
> > > > >
> > > > > On Fri, Oct 30, 2009 at 1:44 PM, stack <stack@...> wrote:
> > > > >
> > > > > > Try closing that region.  Before you do, run 'status "detailed"'
> in
> > > > shell
> > > > > > to
> > > > > > see if the region is stuck in transition?  See top of the listing
> > for
> > > > > this
> > > > > > status.
> > > > > >
> > > > > > Also, I added a patch to
> > > > > > https://issues.apache.org/jira/browse/HBASE-1781that might fix
> the
> > > > > > stackoverflow you were seeing.  If you are able to
> > > > > > manufacture this condition, you might like to try the patch to
> see
> > if
> > > > it
> > > > > > fixes the issue.
> > > > > >
> > > > > > Thanks,
> > > > > > St.Ack
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Fri, Oct 30, 2009 at 8:38 AM, Ananth T. Sarathy <
> > > > > > ananth.t.sarathy@...> wrote:
> > > > > >
> > > > > > > In relation with my constant internal scanner problem
> > > > > > >
> > > > > > > i am getting a
> > > > > > > org.apache.hadoop.hbase.client.NoServerForRegionException: No
> > > server
> > > > > > > address
> > > > > > > listed in .META. for region
> > > > > > >
> > > > > > > anyway to fix this?
> > > > > > > Ananth T Sarathy
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>