Re: after region split, client didnt get result after timeout setting,so the cachedLocation didnot update, client still query the old region id

2012-08-13 Thread deanforwever2010
ache should be cleaned before the sleep... > > On Fri, Aug 10, 2012 at 1:32 PM, deanforwever2010 > wrote: > > hi, Keywal > > my hbase version is 0.94, > > my query is just to get limited columns of a row, > > I make a callable task of 1.5 seconds, so maybe it di

Re: after region split, client didnt get result after timeout setting,so the cachedLocation didnot update, client still query the old region id

2012-08-10 Thread deanforwever2010
ation > > When there are multiple queries, before HBASE-5924, the errors will be > analyzed after the other regions servers has returned as well. It > could be an explanation. HBASE-5877 exists as well, but only for > moves, not for splits... > > Cheers, > > N. > > > O

Re: client keeps writting hbase put info to stdout.log

2012-08-06 Thread deanforwever2010
hi Stack the version is 0.94 it is the client side output 2012/8/6 Stack > On Mon, Aug 6, 2012 at 8:35 AM, deanforwever2010 > wrote: > > I found my client keeps writting hbase put to stdout.logļ¼Œand the log > > became 40GB in 3 days > > I use default setting, h

Re: Load balancer repeatedly close and open region in the same regionserver.

2012-07-30 Thread deanforwever2010
> Can you trace master log to see why there were two region servers on that > ip with different start codes ? > > Thanks > > > > On Jul 29, 2012, at 10:46 PM, deanforwever2010 > wrote: > > > hi Ted,I am in the same team of Howard's > > We didn&

Re: Load balancer repeatedly close and open region in the same regionserver.

2012-07-29 Thread deanforwever2010
hi Ted,I am in the same team of Howard's We didn't found two region server processes running on 192.168.18.40 2012/7/27 Ted Yu > bq. the region is move from regionserver 192.168.18.40 to 192.168.18.40 > > Have you checked whether there were two region server processes running on > 192.168.18.4

Re: Problem with ColumnPaginationFilter: after put twice,get half of limit columns

2012-07-18 Thread deanforwever2010
... can you provide your hbase > shell session or code snippet that shows the below scenario? > --S > > On Tue, Jul 17, 2012 at 8:01 PM, deanforwever2010 > wrote: > > it only happened when i put same data twice more in the column > > any ideas? > > > > 2

Re: Problem with ColumnPaginationFilter: after put twice,get half of limit columns

2012-07-17 Thread deanforwever2010
it only happened when i put same data twice more in the column any ideas? 2012/7/13 deanforwever2010 > in hbase 0.94 > if I put columns into a row,the first time I get the limit columns > but I put columns again, I got half of the columns > > I print get's maxversion ,it

Re: region in transcation problem: Region is not online?

2012-07-17 Thread deanforwever2010
hi,Stack my problem is same as Howard's , you can see it in his mail. *the master log said the region server repeated open and close ,the state is *PENDING_OPEN 2012/7/17 Stack > On Tue, Jul 17, 2012 at 5:35 AM, deanforwever2010 > wrote: > > in my

Re: region in transcation problem: Region is not online?

2012-07-17 Thread deanforwever2010
no ,no RegionServer failed , I use 0.94 version 2012/7/17 Adrien Mogenet > Which version of HBase are you using ? Did any RegionServer fail ? > > On Tue, Jul 17, 2012 at 5:35 AM, deanforwever2010 < > deanforwever2...@gmail.com> wrote: > > &

Re: HDFS + HBASE process high cpu usage

2012-07-12 Thread deanforwever2010
maybe there is some slow query I met the same problem,I found out that I query 100 thousand columns of a row, the hbase had no response and stopped working. 2012/7/13 Esteban Gutierrez > Hi Asaf, > > By any chance is this issue has been going on in your boxes for the last > few days? I won't be

Re: How to increase multiple rows in batch?

2012-07-05 Thread deanforwever2010
; > > > "The batch() calls currently do not support the Increment instance, > > though this should change in near future". > > > > Which version are you using, it's possible that it's still not there > > enven in recent versions. > > > &