Re: Data disappears and re-appears again after HBase cluster restart

2010-07-26 Thread Stack
Vladimir: Are you setting times on cells you add to HBase? If so, could these be in the future as far as the regionserver is concerned. For example, perhaps you are setting the version/timestamp on a client whose close is different from that over on the RegionServer, then when we scan, we miss t

Re: Running HBase Junit Testcases on local machine

2010-07-26 Thread Stack
This won't work. Make your server and client align. Make the server and client both be from TRUNK or make the server and client both use http://svn.apache.org/repos/asf/hbase/branches/0.20/ (The 0.20.4 and 0.20.5 releases were cut from the 0.20 branch). St.Ack On Mon, Jul 26, 2010 at 9:54 PM,

Re: Running HBase Junit Testcases on local machine

2010-07-26 Thread Gagandeep Singh
Yes I am running my server at 20.4 and client is using latest code from svn. Shall I change my server to 20.5 ? Thanks, Gagan On Tue, Jul 27, 2010 at 4:14 AM, Stack wrote: > Master is listening for sure at 172.16.5.83:6? > > EOFE often is because of different versions between client and

Review Request: HBASE-2695/HBASE-2696 The rest of it. Master fully on new ZK stuff.

2010-07-26 Thread Jonathan Gray
--- This is an automatically generated e-mail. To reply, visit: http://review.hbase.org/r/387/ --- Review request for hbase, stack and Karthik Ranganathan. Summary --- This is th

Re: Review Request: Bloom filter NPE

2010-07-26 Thread Jonathan Gray
> On 2010-07-26 18:25:37, Jonathan Gray wrote: > > Just a simple null check and added test. LGTM and all of ryan's comments have been addressed. thanks pranav. - Jonathan --- This is an automatically generated e-mail. To reply, visit:

Re: Review Request: Bloom filter NPE

2010-07-26 Thread Jonathan Gray
--- This is an automatically generated e-mail. To reply, visit: http://review.hbase.org/r/336/#review492 --- Ship it! Just a simple null check and added test. LGTM - Jonathan On 2

RE: Data disappears and re-appears again after HBase cluster restart

2010-07-26 Thread Vladimir Rodionov
We are running ntpd on all servers and clocks are in sync now but it has not fixed the problem. I run the flow, then check hbase shell > count 'tableX' 0 rows after HBase restart I am able to get the 'right' number of rows in a table For some tables I get wrong number of rows that is always les

Re: Running HBase Junit Testcases on local machine

2010-07-26 Thread Stack
Master is listening for sure at 172.16.5.83:6? EOFE often is because of different versions between client and server. Is that the case here? St.Ack On Mon, Jul 26, 2010 at 12:52 PM, Gagandeep Singh wrote: > I have modified the test case and commented out the line > TEST_UTIL.startMiniClus

RE: [VOTE] Shall we release hbase-0.20.6 Release Candidate 1 as hbase-0.20.6?

2010-07-26 Thread Cheng,Fuesane
Hi: There are errors with HBase.rb line 554 in 'get': undefined method 'to_java_bytes'. Will this be fixed in Hbase-0.20.6? The shell command 'get' for multiple columns does not work. Fuesane Cheng -Original Message- From: saint@gmail.com [mailto:saint@gmail.com] On Behalf Of

Re: Running HBase Junit Testcases on local machine

2010-07-26 Thread Gagandeep Singh
I have modified the test case and commented out the line TEST_UTIL.startMiniCluster(3); from setUpBeforeClass() function in TestAdmin class. It has picked up my cluster setup from the configuration. And it seems it is successfully got connected with my zookeeper but I am getting problem while conn

RE: [VOTE] Shall we release hbase-0.20.6 Release Candidate 1 as hbase-0.20.6?

2010-07-26 Thread Jonathan Gray
Master rewrite branch is a feature branch off of trunk. The plan is that once it is finished, it will be merged back into trunk and released as part of 0.90. JG > -Original Message- > From: Ted Yu [mailto:yuzhih...@gmail.com] > Sent: Sunday, July 25, 2010 11:56 AM > To: dev@hbase.apache

RE: Review Request: First cut at a working load balancer

2010-07-26 Thread Jonathan Gray
Load balancing only uses number of regions as the load metric, there is no other concept of load, yet. That's a target for the next iteration of load balancing but outside the scope of the current work being done. JG > -Original Message- > From: Ted Yu [mailto:yuzhih...@gmail.com] > Se