[jira] [Created] (HBASE-13521) Create metric for get requests

2015-04-21 Thread cuijianwei (JIRA)
cuijianwei created HBASE-13521: -- Summary: Create metric for get requests Key: HBASE-13521 URL: https://issues.apache.org/jira/browse/HBASE-13521 Project: HBase Issue Type: Improvement

[jira] [Created] (HBASE-13524) TestReplicationAdmin fails on JDK 1.8

2015-04-21 Thread Elliott Clark (JIRA)
Elliott Clark created HBASE-13524: - Summary: TestReplicationAdmin fails on JDK 1.8 Key: HBASE-13524 URL: https://issues.apache.org/jira/browse/HBASE-13524 Project: HBase Issue Type: Bug

Base can't start due to Zookeeper

2015-04-21 Thread Bo Fu
Hi, I’m a beginner of HBase. I’m recently deploying HBase 1.0.0 onto Emulab using Hadoop 2.6.0 When I type bin/start-hbase.sh, Hbase and HRegionservers starts and then shut down. The master log are as follows: 2015-04-21 12:13:58,607 INFO

Re: Base can't start due to Zookeeper

2015-04-21 Thread Ted Yu
bq. valuepc440.emulab.nethttp://pc440.emulab.net,pc439.emulab.net http://pc439.emulab.net/value Please confirm whether the above is the actual content in hbase-site.xml Looks like the quorum is badly formatted. Cheers On Tue, Apr 21, 2015 at 11:38 AM, Bo Fu b...@uchicago.edu wrote: Hi, I’m

[jira] [Created] (HBASE-13525) Update test-patch to leverage rewrite in Hadoop

2015-04-21 Thread Sean Busbey (JIRA)
Sean Busbey created HBASE-13525: --- Summary: Update test-patch to leverage rewrite in Hadoop Key: HBASE-13525 URL: https://issues.apache.org/jira/browse/HBASE-13525 Project: HBase Issue Type:

Re: Base can't start due to Zookeeper

2015-04-21 Thread Jinal Shah
You only have 2 zookeeper nodes in your quoram. You need atleast 3 nodes. That's your problem. On Tue, Apr 21, 2015 at 12:18 PM Ted Yu yuzhih...@gmail.com wrote: bq. valuepc440.emulab.nethttp://pc440.emulab.net,pc439.emulab.net http://pc439.emulab.net/value Please confirm whether the above

Re: Nondeterministic outcome based on cell TTL and major compaction event order

2015-04-21 Thread Michael Segel
Ok, So we agree that we’re talking about a hypothetical case because no one in their right mind would do something like this…. (Which means that someone will do this… ;-) If I had to describe HBase columns to a group of people attending a conference, I would probably describe it as the

A compact bug?

2015-04-21 Thread zhou_shuaif...@sina.com
Hi all, In compactsplitthread.java, the requestCompactionInternal method is like this: private synchronized CompactionRequest requestCompactionInternal(final HRegion r, final Store s, ... ThreadPoolExecutor pool = (!selectNow s.throttleCompaction(size)) ? largeCompactions :

[jira] [Created] (HBASE-13522) [Thrift] DemoClient.php is out of date for Thrift 0.9.x and current HBase

2015-04-21 Thread Lars George (JIRA)
Lars George created HBASE-13522: --- Summary: [Thrift] DemoClient.php is out of date for Thrift 0.9.x and current HBase Key: HBASE-13522 URL: https://issues.apache.org/jira/browse/HBASE-13522 Project:

Re: A compact bug?

2015-04-21 Thread Ted Yu
In CompactionRunner#run(), we have: // Now see if we are in correct pool for the size; if not, go to the correct one. // We might end up waiting for a while, so cancel the selection. assert this.compaction.hasSelection(); ThreadPoolExecutor pool =

[jira] [Created] (HBASE-13523) API Doumentation formatting is broken

2015-04-21 Thread Dylan Jones (JIRA)
Dylan Jones created HBASE-13523: --- Summary: API Doumentation formatting is broken Key: HBASE-13523 URL: https://issues.apache.org/jira/browse/HBASE-13523 Project: HBase Issue Type: Bug

Re: A compact bug?

2015-04-21 Thread 张铎
I think it is a bug. According to the comment above, they just want to put system compactions(selectNow == false) to the small pool, so the code should like this ThreadPoolExecutor pool; if (selectNow) { pool = s.throttleCompaction(compaction.getRequest().getSize()) ? longCompactions :

[jira] [Created] (HBASE-13526) TestRegionServerReportForDuty can be flaky: hang or timeout

2015-04-21 Thread Jerry He (JIRA)
Jerry He created HBASE-13526: Summary: TestRegionServerReportForDuty can be flaky: hang or timeout Key: HBASE-13526 URL: https://issues.apache.org/jira/browse/HBASE-13526 Project: HBase Issue

Re: Base can't start due to Zookeeper

2015-04-21 Thread Bo Fu
Exactly! I added one more zookeeper and it just worked. Thank Jinal and Ted Bo On Apr 21, 2015, at 2:25 PM, Jinal Shah jinalshah2...@gmail.com wrote: You only have 2 zookeeper nodes in your quoram. You need atleast 3 nodes. That's your problem. On Tue, Apr 21, 2015 at 12:18 PM Ted Yu

[jira] [Created] (HBASE-13527) The default value for hbase.client.scanner.max.result.size is never actually set on Scans

2015-04-21 Thread Jonathan Lawlor (JIRA)
Jonathan Lawlor created HBASE-13527: --- Summary: The default value for hbase.client.scanner.max.result.size is never actually set on Scans Key: HBASE-13527 URL: https://issues.apache.org/jira/browse/HBASE-13527

[jira] [Resolved] (HBASE-5396) Handle the regions in regionPlans while processing ServerShutdownHandler

2015-04-21 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-5396. --- Resolution: Incomplete Assignee: (was: Jieshan Bean) Hadoop Flags: (was:

Re: [VOTE] Third release candidate for HBase 1.0.1 (RC2) is available. Please vote by April 24 2015

2015-04-21 Thread Elliott Clark
My thinking is I just feel weird saying here's a new release should be used when we know that the hadoop we ship with won't be stable under load and the region will be locked forever if an errant request comes in. I totally agree that 7005 isn't enough to sink the release (especially since 1.0.0

[jira] [Resolved] (HBASE-5881) BuiltIn Gzip compressor decompressor not getting pooled, leading to native memory leak

2015-04-21 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-5881. --- Resolution: Not A Problem Assignee: (was: ramkrishna.s.vasudevan) BuiltIn Gzip

Re: [VOTE] Third release candidate for HBase 1.0.1 (RC2) is available. Please vote by April 24 2015

2015-04-21 Thread Sean Busbey
Getting the release cadence going on 1.0 is important IMHO. We're already pretty far out from the initial 1.0.0. Our deployment instructions have always said to replace the Hadoop jars, I don't see why we can't just point people with an actual load towards updating Hadoop to 2.6+. -- Sean On

Re: [VOTE] Third release candidate for HBase 1.0.1 (RC2) is available. Please vote by April 24 2015

2015-04-21 Thread Ted Yu
+1 on what Sean said. On Tue, Apr 21, 2015 at 6:10 PM, Sean Busbey bus...@cloudera.com wrote: Getting the release cadence going on 1.0 is important IMHO. We're already pretty far out from the initial 1.0.0. Our deployment instructions have always said to replace the Hadoop jars, I don't see

Re: [VOTE] Third release candidate for HBase 1.0.1 (RC2) is available. Please vote by April 24 2015

2015-04-21 Thread Josh Elser
+1 (non-binding) * Checked sigs/xsums * Looked for binary files in source tarball (found none unexpected) * Built/ran-tests from source * Started instance from binary tarball, ran shell commands * Perused japi report One note... in the japi report, I was a little surprised when I noticed

[jira] [Created] (HBASE-13528) A bug on selecting compaction pool

2015-04-21 Thread Shuaifeng Zhou (JIRA)
Shuaifeng Zhou created HBASE-13528: -- Summary: A bug on selecting compaction pool Key: HBASE-13528 URL: https://issues.apache.org/jira/browse/HBASE-13528 Project: HBase Issue Type: Bug

[jira] [Resolved] (HBASE-13502) Deprecate/remove getRowComparator() in TableName

2015-04-21 Thread ramkrishna.s.vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ramkrishna.s.vasudevan resolved HBASE-13502. Resolution: Fixed Fix Version/s: 1.1.0 Deprecate/remove

Re: [VOTE] Third release candidate for HBase 1.0.1 (RC2) is available. Please vote by April 24 2015

2015-04-21 Thread Elliott Clark
Any thoughts on how HBASE-13471 and HDFS-7005 would affect this RC? On Sat, Apr 18, 2015 at 3:17 PM, Ted Yu yuzhih...@gmail.com wrote: +1 Checked signatures Ran unit test suite Exercised basic shell commands On Fri, Apr 17, 2015 at 11:06 PM, Enis Söztutar e...@apache.org wrote: I am

[jira] [Resolved] (HBASE-6147) SSH and AM.joinCluster leads to region assignment inconsistency in many cases.

2015-04-21 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-6147. --- Resolution: Incomplete SSH and AM.joinCluster leads to region assignment inconsistency in

[jira] [Resolved] (HBASE-8549) Integrate Favored Nodes into StochasticLoadBalancer

2015-04-21 Thread Elliott Clark (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliott Clark resolved HBASE-8549. -- Resolution: Later Integrate Favored Nodes into StochasticLoadBalancer

[jira] [Resolved] (HBASE-6153) RS aborted due to rename problem (maybe a race)

2015-04-21 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-6153. --- Resolution: Cannot Reproduce Assignee: (was: Devaraj Das) Reopen if reproducible

[jira] [Resolved] (HBASE-6148) [89-fb] Avoid allocating large objects when reading corrupted RPC

2015-04-21 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-6148. --- Resolution: Invalid [89-fb] Avoid allocating large objects when reading corrupted RPC

[jira] [Resolved] (HBASE-6163) Abstract out common functionality from toMap in client operations

2015-04-21 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-6163. --- Resolution: Incomplete Assignee: (was: Michael Drzal) Abstract out common

[jira] [Resolved] (HBASE-4662) Replay the required hlog edits to make the backup preserve row atomicity.

2015-04-21 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-4662. --- Resolution: Incomplete Assignee: (was: Karthik Ranganathan) Replay the required

Re: Re: A compact bug?

2015-04-21 Thread zhou_shuaif...@sina.com
Yes, if this.compaction != null, it will also go to small compactions even if the size is large enough, So, I think it's still a bug. I can open a issue and fix it. Thanks. zhou_shuaif...@sina.com From: 张铎 Date: 2015-04-22 07:12 To: Ted Yu CC: dev@hbase.apache.org; sershe Subject: Re: A

[jira] [Resolved] (HBASE-5353) HA/Distributed HMaster via RegionServers

2015-04-21 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-5353. --- Resolution: Later HA/Distributed HMaster via RegionServers

[jira] [Resolved] (HBASE-3138) When new master joins running cluster but meta is yanked from it as processing RIT, gets unexpected state

2015-04-21 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-3138. --- Resolution: Cannot Reproduce Reopen if reproducible with current shipping code When new

Re: A compact bug?

2015-04-21 Thread 张铎
These code is wrapped by a 'if (this.compaction == null)', so the code will only be executed when selectNow == false. 2015-04-21 22:49 GMT+08:00 Ted Yu yuzhih...@gmail.com: In CompactionRunner#run(), we have: // Now see if we are in correct pool for the size; if not, go to the

Re: [VOTE] Third release candidate for HBase 1.0.1 (RC2) is available. Please vote by April 24 2015

2015-04-21 Thread Enis Söztutar
1.0.x series comes compiled with 2.5.1, but it can be run with 2.6.0 without recompiling (I usually do this in release candidate testing). 2.5.1 and 2.6.0 are binary compatible as far as I tested. Although earlier Hadoop versions are not. Thus HDFS-7005 should not have any affect on this RC I

[jira] [Resolved] (HBASE-4382) Region encoded name is hash of tablename + start key + regionid (timestamp); should include end key when hashing.

2015-04-21 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-4382. --- Resolution: Incomplete Region encoded name is hash of tablename + start key + regionid

[jira] [Resolved] (HBASE-4895) Change tablename format in meta to be the UUID of the tablename rather than the tablename.

2015-04-21 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-4895. --- Resolution: Incomplete Change tablename format in meta to be the UUID of the tablename

[jira] [Resolved] (HBASE-13521) Create metric for get requests

2015-04-21 Thread cuijianwei (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] cuijianwei resolved HBASE-13521. Resolution: Invalid Create metric for get requests --