Build failed in Jenkins: HBase-TRUNK #2001

2011-07-02 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-TRUNK/2001/changes Changes: [stack] HBASE-3968 HLog Pretty Printer [stack] HBASE-3968 HLog Pretty Printer -- REDO [stack] HBASE-3968 HLog Pretty Printer -- REVERT: I committed too much [stack] HBASE-3968 HLog Pretty Printer

zero timestamp and deletes

2011-07-02 Thread Mikhail Bautin
Hello, While working on a new unit test for multi-column scanning I noticed that deletes are apparently handed differently when the timestamp is 0. I am adding a delete using deleteColumns(family, qualifier, timestamp), and the column is not being deleted. Does a zero timestamp have some

Build failed in Jenkins: HBase-TRUNK #2002

2011-07-02 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-TRUNK/2002/changes Changes: [stack] HBASE-4034 HRegionServer should be stopped even if no META regions are hosted by the HRegionServer -- [...truncated 1108 lines...] scheduling priority (-e) 0 file

Table Name toString is wrong

2011-07-02 Thread Lars George
Hi, hbase(main):006:0 scan '.META.', { COLUMNS = ['info:regioninfo']} ROW COLUMN+CELL testtable,,1309614509037.612d1e0112 column=info:regioninfo,

Re: Table Name toString is wrong

2011-07-02 Thread Ted Yu
Thanks for spotting this. Fixed in TRUNK. On Sat, Jul 2, 2011 at 7:06 AM, Lars George lars.geo...@gmail.com wrote: Hi, hbase(main):006:0 scan '.META.', { COLUMNS = ['info:regioninfo']} ROW COLUMN+CELL testtable,,1309614509037.612d1e0112

Merge and HMerge

2011-07-02 Thread Lars George
Hi, These two seem both in a bit of a weird state: HMerge is scoped package local, therefore no one but the package can call the merge() functions... and no one does that but the unit test. But it would be good to have this on the CLI and shell as a command (and in the shell maybe with a

Re: Merge and HMerge

2011-07-02 Thread Ted Yu
Can you file a JIRA ? Thanks On Jul 2, 2011, at 10:36 AM, Lars George lars.geo...@gmail.com wrote: Hi, These two seem both in a bit of a weird state: HMerge is scoped package local, therefore no one but the package can call the merge() functions... and no one does that but the unit

Re: Merge and HMerge

2011-07-02 Thread Ted Yu
There is TestMergeTool which tests Merge. From the log you provided, I got a little confused as why 'testtable,row-20,1309613053987.23a35ac696bdf4a8023dcc4c5b8419e0.' didn't appear in your command line or the output from .META. scanning. On Sat, Jul 2, 2011 at 10:36 AM, Lars George

Build failed in Jenkins: HBase-TRUNK #2003

2011-07-02 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-TRUNK/2003/changes Changes: [tedyu] HRegionInfo.toString() doesn't call Bytes.toStringBinary() on tableName -- [...truncated 1141 lines...] [INFO] [INFO] --- xml-maven-plugin:1.0-beta-3:transform (default) @ hbase

Build failed in Jenkins: HBase-TRUNK #2004

2011-07-02 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-TRUNK/2004/changes Changes: [tedyu] Add timeout for the tests in TestReplication -- [...truncated 1323 lines...] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec Running