hbase git commit: HBASE-16835 Revisit the zookeeper usage at client side

2016-10-27 Thread zhangduo
Repository: hbase Updated Branches: refs/heads/master e108a4f81 -> 3283bc7c9 HBASE-16835 Revisit the zookeeper usage at client side Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/3283bc7c Tree: http://git-wip-us.apache.or

[5/7] hbase git commit: HBASE-14551 Procedure v2 - Reimplement split (Stephen Yuan Jiang)

2016-10-27 Thread syuanjiang
http://git-wip-us.apache.org/repos/asf/hbase/blob/e108a4f8/hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/MasterProcedureProtos.java -- diff --git a/hbase-protocol-shaded/src/main/java/org/ap

[4/7] hbase git commit: HBASE-14551 Procedure v2 - Reimplement split (Stephen Yuan Jiang)

2016-10-27 Thread syuanjiang
http://git-wip-us.apache.org/repos/asf/hbase/blob/e108a4f8/hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/RegionServerStatusProtos.java -- diff --git a/hbase-protocol-shaded/src/main/java/org

[1/7] hbase git commit: HBASE-14551 Procedure v2 - Reimplement split (Stephen Yuan Jiang)

2016-10-27 Thread syuanjiang
Repository: hbase Updated Branches: refs/heads/master 738ff821d -> e108a4f81 http://git-wip-us.apache.org/repos/asf/hbase/blob/e108a4f8/hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestHBaseFsckOneRS.java -- diff --g

[7/7] hbase git commit: HBASE-14551 Procedure v2 - Reimplement split (Stephen Yuan Jiang)

2016-10-27 Thread syuanjiang
HBASE-14551 Procedure v2 - Reimplement split (Stephen Yuan Jiang) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e108a4f8 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/e108a4f8 Diff: http://git-wip-us.apache.org/rep

[2/7] hbase git commit: HBASE-14551 Procedure v2 - Reimplement split (Stephen Yuan Jiang)

2016-10-27 Thread syuanjiang
http://git-wip-us.apache.org/repos/asf/hbase/blob/e108a4f8/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/SplitRequest.java -- diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/SplitRequ

[6/7] hbase git commit: HBASE-14551 Procedure v2 - Reimplement split (Stephen Yuan Jiang)

2016-10-27 Thread syuanjiang
http://git-wip-us.apache.org/repos/asf/hbase/blob/e108a4f8/hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/AdminProtos.java -- diff --git a/hbase-protocol-shaded/src/main/java/org/apache/hadoo

[3/7] hbase git commit: HBASE-14551 Procedure v2 - Reimplement split (Stephen Yuan Jiang)

2016-10-27 Thread syuanjiang
http://git-wip-us.apache.org/repos/asf/hbase/blob/e108a4f8/hbase-protocol-shaded/src/main/protobuf/RegionServerStatus.proto -- diff --git a/hbase-protocol-shaded/src/main/protobuf/RegionServerStatus.proto b/hbase-protocol-shaded/s

hbase git commit: HBASE-16450 Shell tool to dump replication queues

2016-10-27 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-1 d4826e166 -> 0a41493ac HBASE-16450 Shell tool to dump replication queues New tool to dump existing replication peers, configurations and queues when using HBase Replication. The tool provides two flags: --distributed This flag will pol

hbase git commit: Revert "HBASE-16570 Compute region locality in parallel at startup (binlijin)"

2016-10-27 Thread garyh
Repository: hbase Updated Branches: refs/heads/branch-1.3 ff3e319dd -> 1f4b1b350 Revert "HBASE-16570 Compute region locality in parallel at startup (binlijin)" This reverts commit a5f0223bd1db25c18c11ba1250f53066e50f28e8. See discussion on JIRA. Project: http://git-wip-us.apache.org/repos/a

hbase git commit: Revert "HBASE-16952 Replace hadoop-maven-plugins with protobuf-maven-plugin for building protos" Revert premature commit

2016-10-27 Thread stack
Repository: hbase Updated Branches: refs/heads/master 7b74dd037 -> 738ff821d Revert "HBASE-16952 Replace hadoop-maven-plugins with protobuf-maven-plugin for building protos" Revert premature commit This reverts commit d0e61b0e9ae3e998074834c500a663f9412629bc. Project: http://git-wip-us.apac

[1/2] hbase git commit: HBASE-16952 Replace hadoop-maven-plugins with protobuf-maven-plugin for building protos This patch changes poms to use protobuf-maven-plugin instaed of hadoop-maven-plugins gen

2016-10-27 Thread stack
Repository: hbase Updated Branches: refs/heads/master a9526f6fd -> 7b74dd037 HBASE-16952 Replace hadoop-maven-plugins with protobuf-maven-plugin for building protos This patch changes poms to use protobuf-maven-plugin instaed of hadoop-maven-plugins generating protos. Adds a few missing README

[2/2] hbase git commit: HBASE-16947 Some improvements for DumpReplicationQueues tool

2016-10-27 Thread stack
HBASE-16947 Some improvements for DumpReplicationQueues tool Signed-off-by: Michael Stack Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/7b74dd03 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/7b74dd03 Diff: http:/

hbase git commit: HBASE-16886 hbase-client: scanner with reversed=true and small=true gets no result - addendum fixes reference to MAX_BYTE_ARRAY

2016-10-27 Thread tedyu
Repository: hbase Updated Branches: refs/heads/master d35b65883 -> a9526f6fd HBASE-16886 hbase-client: scanner with reversed=true and small=true gets no result - addendum fixes reference to MAX_BYTE_ARRAY Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.ap

hbase git commit: HBASE-16886 hbase-client: scanner with reversed=true and small=true gets no result (huzheng)

2016-10-27 Thread tedyu
Repository: hbase Updated Branches: refs/heads/branch-1 24a92ed63 -> d4826e166 HBASE-16886 hbase-client: scanner with reversed=true and small=true gets no result (huzheng) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/d

hbase git commit: HBASE-16886 hbase-client: scanner with reversed=true and small=true gets no result (huzheng)

2016-10-27 Thread tedyu
Repository: hbase Updated Branches: refs/heads/master a3f149060 -> d35b65883 HBASE-16886 hbase-client: scanner with reversed=true and small=true gets no result (huzheng) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/d35

hbase git commit: HBASE-16951 1.3 assembly scripts dont package hbase-archetypes in the tarball

2016-10-27 Thread antonov
Repository: hbase Updated Branches: refs/heads/branch-1.3 6cb8a436c -> ff3e319dd HBASE-16951 1.3 assembly scripts dont package hbase-archetypes in the tarball Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/ff3e319d Tree:

hbase git commit: HBASE-16950 Print raw stats in the end of proc performance tools for parsing results from scripts.

2016-10-27 Thread appy
Repository: hbase Updated Branches: refs/heads/master 8d9b9dc6b -> a3f149060 HBASE-16950 Print raw stats in the end of proc performance tools for parsing results from scripts. Change-Id: I45d77e838689dde7ec596de26ae98bd62e1b727e Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Com