[4/5] hbase git commit: HBASE-12405 WAL accounting by Store

2015-03-09 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hbase/blob/5ff108d0/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/ClusterStatusProtos.java -- diff --git a/hbase-protocol/src/main/java/org/apache/hadoop/hbase/proto

[2/5] hbase git commit: HBASE-12405 WAL accounting by Store

2015-03-09 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hbase/blob/5ff108d0/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/ZooKeeperProtos.java -- diff --git a/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/

[3/5] hbase git commit: HBASE-12405 WAL accounting by Store

2015-03-09 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hbase/blob/5ff108d0/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/RegionServerStatusProtos.java -- diff --git a/hbase-protocol/src/main/java/org/apache/hadoop/hbase/

[5/5] hbase git commit: HBASE-12405 WAL accounting by Store

2015-03-09 Thread zhangduo
HBASE-12405 WAL accounting by Store Conflicts: hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/ResponseConverter.java hbase-client/src/main/java/org/apache/hadoop/hbase/zookeeper/ZKUtil.java hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generat

[1/5] hbase git commit: HBASE-12405 WAL accounting by Store

2015-03-09 Thread zhangduo
Repository: hbase Updated Branches: refs/heads/branch-1 4afae59cf -> 5ff108d0e http://git-wip-us.apache.org/repos/asf/hbase/blob/5ff108d0/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/LastSequenceId.java -- di

[2/5] hbase git commit: HBASE-12405 WAL accounting by Store

2015-03-09 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hbase/blob/9b53a1c2/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/ZooKeeperProtos.java -- diff --git a/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/

[3/5] hbase git commit: HBASE-12405 WAL accounting by Store

2015-03-09 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hbase/blob/9b53a1c2/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/RegionServerStatusProtos.java -- diff --git a/hbase-protocol/src/main/java/org/apache/hadoop/hbase/

[5/5] hbase git commit: HBASE-12405 WAL accounting by Store

2015-03-09 Thread zhangduo
HBASE-12405 WAL accounting by Store Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/9b53a1c2 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/9b53a1c2 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/9b53a1c2 Br

[4/5] hbase git commit: HBASE-12405 WAL accounting by Store

2015-03-09 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hbase/blob/9b53a1c2/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/ClusterStatusProtos.java -- diff --git a/hbase-protocol/src/main/java/org/apache/hadoop/hbase/proto

[1/5] hbase git commit: HBASE-12405 WAL accounting by Store

2015-03-09 Thread zhangduo
Repository: hbase Updated Branches: refs/heads/master 0654d1340 -> 9b53a1c21 http://git-wip-us.apache.org/repos/asf/hbase/blob/9b53a1c2/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/FSWALEntry.java -- diff

hbase git commit: HBASE-13185 Document hbase.regionserver.thrift.framed.max_frame_size_in_mb more clearly just added 'in MB'

2015-03-09 Thread stack
Repository: hbase Updated Branches: refs/heads/master c3c2039dd -> 0654d1340 HBASE-13185 Document hbase.regionserver.thrift.framed.max_frame_size_in_mb more clearly just added 'in MB' Signed-off-by: stack Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.

hbase git commit: HBASE-13186 HBase build error due to checkstyle

2015-03-09 Thread misty
Repository: hbase Updated Branches: refs/heads/master 21b27c865 -> c3c2039dd HBASE-13186 HBase build error due to checkstyle Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/c3c2039d Tree: http://git-wip-us.apache.org/repos

hbase git commit: Revert "HBASE-13169 ModifyTable increasing the region replica count should also auto-setup RRRE"

2015-03-09 Thread enis
Repository: hbase Updated Branches: refs/heads/master be25b0d59 -> 21b27c865 Revert "HBASE-13169 ModifyTable increasing the region replica count should also auto-setup RRRE" This reverts commit be25b0d595371e221da93a1b734dc696d044c9c8. Project: http://git-wip-us.apache.org/repos/asf/hbase/r

hbase git commit: HBASE-13169 ModifyTable increasing the region replica count should also auto-setup RRRE

2015-03-09 Thread enis
Repository: hbase Updated Branches: refs/heads/master 9aa8f0672 -> be25b0d59 HBASE-13169 ModifyTable increasing the region replica count should also auto-setup RRRE Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/be25b0d5

[4/4] hbase git commit: HBASE-13183 Make ZK tickTime configurable in standalone HBase (Alex Araujo)

2015-03-09 Thread apurtell
HBASE-13183 Make ZK tickTime configurable in standalone HBase (Alex Araujo) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/9aa8f067 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/9aa8f067 Diff: http://git-wip-us.apac

[2/4] hbase git commit: HBASE-13183 Make ZK tickTime configurable in standalone HBase (Alex Araujo)

2015-03-09 Thread apurtell
HBASE-13183 Make ZK tickTime configurable in standalone HBase (Alex Araujo) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/cafbc04f Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/cafbc04f Diff: http://git-wip-us.apac

[3/4] hbase git commit: HBASE-13183 Make ZK tickTime configurable in standalone HBase (Alex Araujo)

2015-03-09 Thread apurtell
HBASE-13183 Make ZK tickTime configurable in standalone HBase (Alex Araujo) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/4afae59c Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/4afae59c Diff: http://git-wip-us.apac

[1/4] hbase git commit: HBASE-13183 Make ZK tickTime configurable in standalone HBase (Alex Araujo)

2015-03-09 Thread apurtell
Repository: hbase Updated Branches: refs/heads/0.98 ed44ae29e -> 1ea43070c refs/heads/branch-1 280120ee1 -> 4afae59cf refs/heads/branch-1.0 5af7bf149 -> cafbc04f3 refs/heads/master 28e367cb3 -> 9aa8f0672 HBASE-13183 Make ZK tickTime configurable in standalone HBase (Alex Araujo) Project

hbase git commit: Add zhangduo to pom.xml

2015-03-09 Thread zhangduo
Repository: hbase Updated Branches: refs/heads/master 5025d3aa9 -> 28e367cb3 Add zhangduo to pom.xml Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/28e367cb Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/28e367cb

hbase git commit: HBASE-13121 Async wal replication for region replicas and dist log replay does not work together

2015-03-09 Thread enis
Repository: hbase Updated Branches: refs/heads/branch-1 c40d880a3 -> 280120ee1 HBASE-13121 Async wal replication for region replicas and dist log replay does not work together Conflicts: hbase-server/src/main/java/org/apache/hadoop/hbase/coordination/ZkSplitLogWorkerCoordination.java

hbase git commit: HBASE-13121 Async wal replication for region replicas and dist log replay does not work together

2015-03-09 Thread enis
Repository: hbase Updated Branches: refs/heads/master 61cc8e0de -> 5025d3aa9 HBASE-13121 Async wal replication for region replicas and dist log replay does not work together Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit

hbase git commit: HBASE-12723 Update ACL matrix to reflect reality

2015-03-09 Thread misty
Repository: hbase Updated Branches: refs/heads/master fb5e6b3f7 -> 61cc8e0de HBASE-12723 Update ACL matrix to reflect reality Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/61cc8e0d Tree: http://git-wip-us.apache.org/rep

hbase git commit: HBASE-13172 TestDistributedLogSplitting.testThreeRSAbort fails several times on branch-1

2015-03-09 Thread stack
Repository: hbase Updated Branches: refs/heads/0.98 7e6467183 -> ed44ae29e HBASE-13172 TestDistributedLogSplitting.testThreeRSAbort fails several times on branch-1 Signed-off-by: stack Conflicts: hbase-server/src/main/java/org/apache/hadoop/hbase/master/ServerManager.java

hbase git commit: HBASE-13172 TestDistributedLogSplitting.testThreeRSAbort fails several times on branch-1

2015-03-09 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-1.0 2e4544a8b -> 5af7bf149 HBASE-13172 TestDistributedLogSplitting.testThreeRSAbort fails several times on branch-1 Signed-off-by: stack Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/rep

hbase git commit: HBASE-13172 TestDistributedLogSplitting.testThreeRSAbort fails several times on branch-1

2015-03-09 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-1 5197640c3 -> c40d880a3 HBASE-13172 TestDistributedLogSplitting.testThreeRSAbort fails several times on branch-1 Signed-off-by: stack Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos

[1/2] hbase git commit: HBASE-13179 TestMasterObserver deleteTable is flaky

2015-03-09 Thread mbertozzi
Repository: hbase Updated Branches: refs/heads/branch-1 f7c35f8b5 -> 5197640c3 refs/heads/master 948746ce4 -> fb5e6b3f7 HBASE-13179 TestMasterObserver deleteTable is flaky Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/

[2/2] hbase git commit: HBASE-13179 TestMasterObserver deleteTable is flaky

2015-03-09 Thread mbertozzi
HBASE-13179 TestMasterObserver deleteTable is flaky Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/5197640c Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/5197640c Diff: http://git-wip-us.apache.org/repos/asf/hbase/d

[2/2] hbase git commit: HBASE-12990 MetaScanner should be replaced by MetaTableAccessor

2015-03-09 Thread octo47
HBASE-12990 MetaScanner should be replaced by MetaTableAccessor Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/948746ce Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/948746ce Diff: http://git-wip-us.apache.org/repos

[1/2] hbase git commit: HBASE-12990 MetaScanner should be replaced by MetaTableAccessor

2015-03-09 Thread octo47
Repository: hbase Updated Branches: refs/heads/master 0fba20471 -> 948746ce4 http://git-wip-us.apache.org/repos/asf/hbase/blob/948746ce/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestMetaScanner.java -- diff --gi