time for 0.94.22

2014-07-30 Thread lars hofhansl
If you want anything in let me know. Planning to roll an RC tomorrow. Thanks. -- Lars

[jira] [Created] (HBASE-11613) get_counter shell command is not displaying the result for counter columns.

2014-07-30 Thread Y. SREENIVASULU REDDY (JIRA)
Y. SREENIVASULU REDDY created HBASE-11613: - Summary: get_counter shell command is not displaying the result for counter columns. Key: HBASE-11613 URL: https://issues.apache.org/jira/browse/HBASE-11613

[jira] [Created] (HBASE-11614) Table create should failed when user provised MAX_FILESIZE = 0.

2014-07-30 Thread Jean-Marc Spaggiari (JIRA)
Jean-Marc Spaggiari created HBASE-11614: --- Summary: Table create should failed when user provised MAX_FILESIZE = 0. Key: HBASE-11614 URL: https://issues.apache.org/jira/browse/HBASE-11614

[jira] [Created] (HBASE-11615) TestZKLessAMOnCluster.testForceAssignWhileClosing failed on Jenkins

2014-07-30 Thread Mike Drob (JIRA)
Mike Drob created HBASE-11615: - Summary: TestZKLessAMOnCluster.testForceAssignWhileClosing failed on Jenkins Key: HBASE-11615 URL: https://issues.apache.org/jira/browse/HBASE-11615 Project: HBase

HBASE-10728

2014-07-30 Thread Jean-Marc Spaggiari
Hi all, Got few tests failure on HBASE-10728 but they are most probably not related to the patch itself, so if someone is willing to commit for me ;) Thanks, JM

Re: meaning for AgeOfLastAppliedOp in Replication MetricsSink

2014-07-30 Thread Demai Ni
Lars, thanks for your input. This metric indicates the time an edit sat in the replication queue before it got replicated. yeah, I am with you on this. With that definition it is doing the right thing: Reporting current time - the time an edit entered the system (it's WAL time) When the

[jira] [Resolved] (HBASE-11614) Table create should failed when user provides MAX_FILESIZE lower to minimum

2014-07-30 Thread Jean-Marc Spaggiari (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Marc Spaggiari resolved HBASE-11614. - Resolution: Not a Problem Ok. This is already fixed in trunk

Re: meaning for AgeOfLastAppliedOp in Replication MetricsSink

2014-07-30 Thread lars hofhansl
When the  'the time an edit entered the system' doesn't change (in the case of  no Sink Op enter for a period of time), the age will keep growing since current time moving forward, which gives a false impression that an edit sitting in the queue for very long time. isn't it?  I think until

[jira] [Created] (HBASE-11616) TestNamespaceUpgrade fails in trunk

2014-07-30 Thread Ted Yu (JIRA)
Ted Yu created HBASE-11616: -- Summary: TestNamespaceUpgrade fails in trunk Key: HBASE-11616 URL: https://issues.apache.org/jira/browse/HBASE-11616 Project: HBase Issue Type: Bug

Re: meaning for AgeOfLastAppliedOp in Replication MetricsSink

2014-07-30 Thread lars hofhansl
I was also confusing ageOfLastShippedEdit with ageOfLastAppliedEdit. I had fixed ageOfLastShippedEdit on the source in 0.94. Looks like 0.94 is doing the right thing with ageOfLastAppliedEdit, but 0.98+ is not. -- Lars From: lars hofhansl la...@apache.org

[jira] [Created] (HBASE-11617) AgeOfLastAppliedOp in MetricsSink got increased when no new replication sink OP

2014-07-30 Thread Demai Ni (JIRA)
Demai Ni created HBASE-11617: Summary: AgeOfLastAppliedOp in MetricsSink got increased when no new replication sink OP Key: HBASE-11617 URL: https://issues.apache.org/jira/browse/HBASE-11617 Project:

[jira] [Created] (HBASE-11618) CorruptedSnapshotException when running ExportSnapshot

2014-07-30 Thread William Watson (JIRA)
William Watson created HBASE-11618: -- Summary: CorruptedSnapshotException when running ExportSnapshot Key: HBASE-11618 URL: https://issues.apache.org/jira/browse/HBASE-11618 Project: HBase

[jira] [Created] (HBASE-11619) Remove unused test class from TestHLogSplit

2014-07-30 Thread Sean Busbey (JIRA)
Sean Busbey created HBASE-11619: --- Summary: Remove unused test class from TestHLogSplit Key: HBASE-11619 URL: https://issues.apache.org/jira/browse/HBASE-11619 Project: HBase Issue Type: Task

[jira] [Created] (HBASE-11620) Propagate decoder exception to HLogSplitter so that loss of data is avoided

2014-07-30 Thread Ted Yu (JIRA)
Ted Yu created HBASE-11620: -- Summary: Propagate decoder exception to HLogSplitter so that loss of data is avoided Key: HBASE-11620 URL: https://issues.apache.org/jira/browse/HBASE-11620 Project: HBase

[jira] [Created] (HBASE-11621) Make MiniDFSCluster run faster

2014-07-30 Thread Ted Yu (JIRA)
Ted Yu created HBASE-11621: -- Summary: Make MiniDFSCluster run faster Key: HBASE-11621 URL: https://issues.apache.org/jira/browse/HBASE-11621 Project: HBase Issue Type: Task Reporter:

[jira] [Created] (HBASE-11622) completebulkload/loadIncrementalHFiles cannot specify table with namespace

2014-07-30 Thread Jianshi Huang (JIRA)
Jianshi Huang created HBASE-11622: - Summary: completebulkload/loadIncrementalHFiles cannot specify table with namespace Key: HBASE-11622 URL: https://issues.apache.org/jira/browse/HBASE-11622

[jira] [Resolved] (HBASE-11622) completebulkload/loadIncrementalHFiles cannot specify table with namespace

2014-07-30 Thread Jianshi Huang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jianshi Huang resolved HBASE-11622. --- Resolution: Fixed Release Note: Already fixed by HBASE-11609

hbase project compilation

2014-07-30 Thread abhishek1015
Hello, I have clone the hbase git repository using command provided in the hbase home page. git clone https://git-wip-us.apache.org/repos/asf/hbase.git While I compile this project using 'mvn clean package' command, I see following error: Project ID: com.sun.jersey:jersey-project:pom:1.9

Re: hbase project compilation

2014-07-30 Thread Ted Yu
bq. I require to use hbase 0.99 or higher. 0.99 is not released yet. What version of mvn are you using ? I use Apache Maven 3.0.5 'mvn clean package -DskipTests' compiles fine. On Wed, Jul 30, 2014 at 6:09 PM, abhishek1015 abhishek1...@gmail.com wrote: Hello, I have clone the hbase git

[jira] [Created] (HBASE-11623) mutateRowsWithLocks might require updatesLock.readLock with waitTime=0

2014-07-30 Thread cuijianwei (JIRA)
cuijianwei created HBASE-11623: -- Summary: mutateRowsWithLocks might require updatesLock.readLock with waitTime=0 Key: HBASE-11623 URL: https://issues.apache.org/jira/browse/HBASE-11623 Project: HBase

Re: hbase project compilation

2014-07-30 Thread abhishek1015
I am able to compile now. I had upgraded from jdk 6 to jdk 7. but, i forgot to set javac to newer version. Abhishek -- View this message in context: http://apache-hbase.679495.n3.nabble.com/hbase-project-compilation-tp4062116p4062128.html Sent from the HBase Developer mailing list archive

[jira] [Created] (HBASE-11624) TestScannerResource hangs in trunk

2014-07-30 Thread Ted Yu (JIRA)
Ted Yu created HBASE-11624: -- Summary: TestScannerResource hangs in trunk Key: HBASE-11624 URL: https://issues.apache.org/jira/browse/HBASE-11624 Project: HBase Issue Type: Test

adding a profile to build thrift generated classes

2014-07-30 Thread Sean Busbey
Hiya! Currently, the only instructions for generating our RPC classes via thrift that I can find are in a package javadoc[1]. While I doubt we rebuild them very often, I was thinking we could ease the process by adding a maven profile that took care of the rebuilding and copying into place. It