RE: Regionserver goes down while endpoint execution

2013-03-14 Thread Anoop Sam John
14, 2013 11:15 PM To: user@hbase.apache.org Subject: Re: Regionserver goes down while endpoint execution There is no ordering guarantee for the endpoint execution, other than that calls will be executed in parallel across all the regions. In case you have 5 regions, then there will be 5 separate

Re: Regionserver goes down while endpoint execution

2013-03-14 Thread Himanshu Vashishtha
t; >> ** ** >> >> Regards, >> >> Deepak >> >> ** ** >> >> ** ** >> >> -Original Message- >> From: hv.cs...@gmail.com [mailto:hv.cs...@gmail.com] On Behalf Of >> Himanshu Vashishtha >> Sent: Wednesday, March

Re: Regionserver goes down while endpoint execution

2013-03-14 Thread Ted Yu
of the region & > region servers? > > ** ** > > Regards, > > Deepak > > ** ** > > ** ** > > -Original Message- > From: hv.cs...@gmail.com [mailto:hv.cs...@gmail.com] On Behalf Of > Himanshu Vashishtha > Sent: Wednesday, March 13, 2013 12:09 PM > To: user@hbas

RE: Regionserver goes down while endpoint execution

2013-03-14 Thread Kumar, Deepak8
o:hv.cs...@gmail.com] On Behalf Of Himanshu Vashishtha Sent: Wednesday, March 13, 2013 12:09 PM To: user@hbase.apache.org Cc: Gary Helmling; yuzhih...@gmail.com; lars hofhansl Subject: Re: Regionserver goes down while endpoint execution On Wed, Mar 13, 2013 at 8:19 AM, Kumar, Deepak8 mailto:de

Re: Regionserver goes down while endpoint execution

2013-03-13 Thread Himanshu Vashishtha
regions that are in the range you specify. > > Regards, > Deepak > > From: Gary Helmling [mailto:ghelml...@gmail.com] > Sent: Tuesday, March 12, 2013 2:14 PM > To: user@hbase.apache.org > Cc: lars hofhansl; Kumar, Deepak8 [CCC-OT_IT NE] > Subject: Re: Regionserver go

Re: Regionserver goes down while endpoint execution

2013-03-13 Thread Ted Yu
** ** > > Regards, > > Deepak > > ** ** > > *From:* Gary Helmling [mailto:ghelml...@gmail.com] > *Sent:* Tuesday, March 12, 2013 2:14 PM > *To:* user@hbase.apache.org > *Cc:* lars hofhansl; Kumar, Deepak8 [CCC-OT_IT NE] > > *Subject:* Re: Regionserver goes down

RE: Regionserver goes down while endpoint execution

2013-03-13 Thread Kumar, Deepak8
Helmling [mailto:ghelml...@gmail.com] Sent: Tuesday, March 12, 2013 2:14 PM To: user@hbase.apache.org Cc: lars hofhansl; Kumar, Deepak8 [CCC-OT_IT NE] Subject: Re: Regionserver goes down while endpoint execution To expand on what Himanshu said, your endpoint is doing an unbounded scan on the

Re: Regionserver goes down while endpoint execution

2013-03-12 Thread Gary Helmling
> ** ** > > > > *From:* Kumar, Deepak8 [CCC-OT_IT NE] > > *Sent:* Tuesday, March 12, 2013 3:00 AM > > *To:* Kumar, Deepak8 [CCC-OT_IT NE]; 'user@hbase.apache.org'; 'lars > > hofhansl' > > > > *Subject:* RE: Regionserver goes down wh

Re: Regionserver goes down while endpoint execution

2013-03-12 Thread Ted Yu
0 AM > *To:* Kumar, Deepak8 [CCC-OT_IT NE]; 'user@hbase.apache.org'; 'lars > hofhansl' > > *Subject:* RE: Regionserver goes down while endpoint execution > > ** ** > > Lars, > > It is having following errors when I execute the Endpoint RPC client f

Re: Regionserver goes down while endpoint execution

2013-03-12 Thread Himanshu Vashishtha
m: Kumar, Deepak8 [CCC-OT_IT NE] > Sent: Tuesday, March 12, 2013 3:00 AM > To: Kumar, Deepak8 [CCC-OT_IT NE]; 'user@hbase.apache.org'; 'lars hofhansl' > > > Subject: RE: Regionserver goes down while endpoint execution > > > > Lars, > > It is having fo

RE: Regionserver goes down while endpoint execution

2013-03-12 Thread Kumar, Deepak8
Kumar, Deepak8 [CCC-OT_IT NE] Sent: Tuesday, March 12, 2013 2:27 AM To: 'user@hbase.apache.org'; 'lars hofhansl' Subject: RE: Regionserver goes down while endpoint execution Lars, Thanks for your quick response.There is not much info in region server log. I am again executin

RE: Regionserver goes down while endpoint execution

2013-03-11 Thread Kumar, Deepak8
Sent: Tuesday, March 12, 2013 2:01 AM To: user@hbase.apache.org Subject: Re: Regionserver goes down while endpoint execution What does the region server log say? Endpoints do not run in a sandbox. You can call System.exit(...) and your RegionServer will happily exit. If you can, please sho

Re: Regionserver goes down while endpoint execution

2013-03-11 Thread lars hofhansl
What does the region server log say? Endpoints do not run in a sandbox. You can call System.exit(...) and your RegionServer will happily exit. If you can, please show us your endpoint code. -- Lars From: "Kumar, Deepak8 " To: "'user@hbase.apache.org'" Sen