[jira] [Created] (HBASE-15644) disable precommit scaladoc test

2016-04-12 Thread Sean Busbey (JIRA)
Sean Busbey created HBASE-15644: --- Summary: disable precommit scaladoc test Key: HBASE-15644 URL: https://issues.apache.org/jira/browse/HBASE-15644 Project: HBase Issue Type: Task Comp

Re: [DISCUSS] Shade protobuf so we can move to a newer version

2016-04-12 Thread 张铎
I think we could do it with some maven tricks. Just do not relocate the protobuf things in asyncwal? Move the related classes to a new sub project? Thanks. 2016-04-13 12:26 GMT+08:00 Sean Busbey : > On Tue, Apr 12, 2016 at 6:17 PM, Stack wrote: > > > > > > On an initial pass, the only difficult

[jira] [Created] (HBASE-15643) Need metrics of cache hit ratio for one table

2016-04-12 Thread Heng Chen (JIRA)
Heng Chen created HBASE-15643: - Summary: Need metrics of cache hit ratio for one table Key: HBASE-15643 URL: https://issues.apache.org/jira/browse/HBASE-15643 Project: HBase Issue Type: Bug

[jira] [Created] (HBASE-15642) split region number for one table on webUI never be reduced

2016-04-12 Thread Heng Chen (JIRA)
Heng Chen created HBASE-15642: - Summary: split region number for one table on webUI never be reduced Key: HBASE-15642 URL: https://issues.apache.org/jira/browse/HBASE-15642 Project: HBase Issue

Re: [DISCUSS] Shade protobuf so we can move to a newer version

2016-04-12 Thread Sean Busbey
On Tue, Apr 12, 2016 at 6:17 PM, Stack wrote: > > > On an initial pass, the only difficult part seems to be interaction with > HDFS in asyncwal (might just pull in the HDFS messages). > > I have some idea how we can make this work either by pushing asyncwal upstream to HDFS or through some maven

[jira] [Created] (HBASE-15641) Shell "alter" should do a single modifyTable operation

2016-04-12 Thread Gary Helmling (JIRA)
Gary Helmling created HBASE-15641: - Summary: Shell "alter" should do a single modifyTable operation Key: HBASE-15641 URL: https://issues.apache.org/jira/browse/HBASE-15641 Project: HBase Issu

Re: [DISCUSS] Shade protobuf so we can move to a newer version

2016-04-12 Thread Elliott Clark
Yeah I think it's a good idea however we need to remove PB from all our user facing api's first. There are some brave souls working on it here: https://issues.apache.org/jira/browse/HBASE-15174 On Tue, Apr 12, 2016 at 4:17 PM, Stack wrote: > I opened HBASE-15638 Shade protobuf but should probabl

[jira] [Created] (HBASE-15640) L1 cache doesn't give fair warning that it is showing partial stats only when it hits limit

2016-04-12 Thread stack (JIRA)
stack created HBASE-15640: - Summary: L1 cache doesn't give fair warning that it is showing partial stats only when it hits limit Key: HBASE-15640 URL: https://issues.apache.org/jira/browse/HBASE-15640 Project

[DISCUSS] Shade protobuf so we can move to a newer version

2016-04-12 Thread Stack
I opened HBASE-15638 Shade protobuf but should probably raise the larger intent here. You fellows might have an opinion (smile). We need to shade PB so we can move to a different version. We need to move to a different version because we want to save on buffer copies -- newer versions of PB have

[jira] [Created] (HBASE-15639) Unguarded access to stackIndexes in Procedure#toStringDetails()

2016-04-12 Thread Ted Yu (JIRA)
Ted Yu created HBASE-15639: -- Summary: Unguarded access to stackIndexes in Procedure#toStringDetails() Key: HBASE-15639 URL: https://issues.apache.org/jira/browse/HBASE-15639 Project: HBase Issue Ty

[jira] [Created] (HBASE-15638) Shade protobuf

2016-04-12 Thread stack (JIRA)
stack created HBASE-15638: - Summary: Shade protobuf Key: HBASE-15638 URL: https://issues.apache.org/jira/browse/HBASE-15638 Project: HBase Issue Type: Bug Components: Protobufs

[jira] [Created] (HBASE-15637) TSHA Thrift-2 server should allow limiting call queue size

2016-04-12 Thread Mikhail Antonov (JIRA)
Mikhail Antonov created HBASE-15637: --- Summary: TSHA Thrift-2 server should allow limiting call queue size Key: HBASE-15637 URL: https://issues.apache.org/jira/browse/HBASE-15637 Project: HBase

Re: [DISCUSS] No regions on Master node in 2.0

2016-04-12 Thread Gary Helmling
> > # Without meta on master, we double assign and lose data. > > I doubt meta on master solve this problem. > This has more to do on the fact that balancer, assignment, split, merge > are disjoint operations that are not aware of each other. > also those operation in general consist of multiple st

Re: [DISCUSS] No regions on Master node in 2.0

2016-04-12 Thread Gary Helmling
Sorry to be late to the party here. I'll sprinkle my comments over the thread where they make the most sense. > Currently in the master branch, HMaster hosts 'system tables': e.g. > hbase:meta. HMaster is doing more than just gardening the cluster, > bootstrapping and keeping all up and serving

Re: Observed origin/master and origin/Master branches in git

2016-04-12 Thread Yu Li
Thanks for the quick action stack! After running "git remote prune origin", now the problem disappears. Best Regards, Yu On 12 April 2016 at 23:15, Stack wrote: > It was there for a while Yu Li. I ran into your problem and removed it > after verifying it had nothing not in actual master (I am p

Re: Observed origin/master and origin/Master branches in git

2016-04-12 Thread Yu Li
I checked my local repository, and find that when: remote.origin.url= https://git-wip-us.apache.org/repos/asf/hbase.git then the output of "git branch -r | grep -i master" would be: origin/0.90_master_rewrite origin/HEAD -> origin/master origin/master

[jira] [Created] (HBASE-15636) hard coded wait time out value in HBaseTestingUtility#waitUntilAllRegionsAssigned might cause test failure

2016-04-12 Thread Stephen Yuan Jiang (JIRA)
Stephen Yuan Jiang created HBASE-15636: -- Summary: hard coded wait time out value in HBaseTestingUtility#waitUntilAllRegionsAssigned might cause test failure Key: HBASE-15636 URL: https://issues.apache.org/jir

Re: Build failed in Jenkins: HBase-Trunk_matrix » latest1.8,yahoo-not-h2 #840

2016-04-12 Thread Stack
https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=yahoo-not-h2/840/consoleText kalashnikov:hbase.git stack$ python ./dev-support/findHangingTests.py https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=yahoo-not-h2/840/consoleText Fetching https://builds.apache.

Successful: HBase Generate Website

2016-04-12 Thread Apache Jenkins Server
Build status: Successful If successful, the website and docs have been generated. If failed, skip to the bottom of this email. Use the following commands to download the patch and apply it to a clean branch based on origin/asf-site. If you prefer to keep the hbase-site repo around permanently,

Re: Observed origin/master and origin/Master branches in git

2016-04-12 Thread Stack
It was there for a while Yu Li. I ran into your problem and removed it after verifying it had nothing not in actual master (I am pretty sure I made it by mistake). St.Ack On Tue, Apr 12, 2016 at 6:20 AM, Yu Li wrote: > Hi All, > > As titled, there seems to be a new origin/Master branch created

Re: Observed origin/master and origin/Master branches in git

2016-04-12 Thread Sean Busbey
I similarly do not see it listed in our set of head refs: https://git1-us-west.apache.org/repos/asf?p=hbase.git;a=heads On Tue, Apr 12, 2016 at 9:19 AM, Ted Yu wrote: > $ git clone -b Master https://github.com/apache/hbase.git ma > ... > warning: Remote branch Master not found in upstream origin

Re: Observed origin/master and origin/Master branches in git

2016-04-12 Thread Ted Yu
$ git clone -b Master https://github.com/apache/hbase.git ma ... warning: Remote branch Master not found in upstream origin, using HEAD instead Where did you see the Master branch ? On Tue, Apr 12, 2016 at 6:20 AM, Yu Li wrote: > Hi All, > > As titled, there seems to be a new origin/Master bran

Observed origin/master and origin/Master branches in git

2016-04-12 Thread Yu Li
Hi All, As titled, there seems to be a new origin/Master branch created recently, and when trying to pull the changes, my git client complains: == error: Ref refs/remotes/origin/master is at 90d3b03b674e6718ffcd3eaef00845be5e77656f but expected c2f67a053ebe687773e5e35aa7c06