[1/2] hbase git commit: HBASE-14635 Fix flaky test TestSnapshotCloneIndependence

2016-05-25 Thread mbertozzi
Repository: hbase Updated Branches: refs/heads/branch-1 a049b5f79 -> 7af013b26 refs/heads/master b3362ccb0 -> 94696d406 HBASE-14635 Fix flaky test TestSnapshotCloneIndependence Signed-off-by: Matteo Bertozzi Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip

[2/2] hbase git commit: HBASE-14635 Fix flaky test TestSnapshotCloneIndependence

2016-05-25 Thread mbertozzi
HBASE-14635 Fix flaky test TestSnapshotCloneIndependence Signed-off-by: Matteo Bertozzi Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/7af013b2 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/7af013b2 Diff: http://g

hbase git commit: HBASE-15884 NPE in StoreFileScanner#skipKVsNewerThanReadpoint during reverse scan (Sergey Soldatov)

2016-05-25 Thread tedyu
Repository: hbase Updated Branches: refs/heads/branch-1.3 b2e8a4158 -> f6e145e23 HBASE-15884 NPE in StoreFileScanner#skipKVsNewerThanReadpoint during reverse scan (Sergey Soldatov) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase

hbase git commit: HBASE-15884 NPE in StoreFileScanner#skipKVsNewerThanReadpoint during reverse scan (Sergey Soldatov)

2016-05-25 Thread tedyu
Repository: hbase Updated Branches: refs/heads/branch-1 2346b5e21 -> a049b5f79 HBASE-15884 NPE in StoreFileScanner#skipKVsNewerThanReadpoint during reverse scan (Sergey Soldatov) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/c

hbase git commit: HBASE-15471 Added in Priority, General, and Replication queue sizes for RegionServers to the Web UI

2016-05-25 Thread eclark
Repository: hbase Updated Branches: refs/heads/branch-1 627b48b79 -> 2346b5e21 HBASE-15471 Added in Priority, General, and Replication queue sizes for RegionServers to the Web UI Changed UI labels so that queue "size" refers to size in bytes and queue "length" refers to number of items in qu

hbase git commit: HBASE-15471 Added in Priority, General, and Replication queue sizes for RegionServers to the Web UI

2016-05-25 Thread eclark
Repository: hbase Updated Branches: refs/heads/master fa74baeb4 -> b3362ccb0 HBASE-15471 Added in Priority, General, and Replication queue sizes for RegionServers to the Web UI Changed UI labels so that queue "size" refers to size in bytes and queue "length" refers to number of items in queu

hbase git commit: HBASE-15471 Added in Priority, General, and Replication queue sizes for RegionServers to the Web UI

2016-05-25 Thread eclark
Repository: hbase Updated Branches: refs/heads/branch-1.3 37e080d70 -> b2e8a4158 HBASE-15471 Added in Priority, General, and Replication queue sizes for RegionServers to the Web UI Changed UI labels so that queue "size" refers to size in bytes and queue "length" refers to number of items in

hbase git commit: HBASE-15880 RpcClientImpl#tracedWriteRequest incorrectly closes HTrace span

2016-05-25 Thread antonov
Repository: hbase Updated Branches: refs/heads/branch-1.1 921ecef38 -> db7d17c89 HBASE-15880 RpcClientImpl#tracedWriteRequest incorrectly closes HTrace span Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/db7d17c8 Tree: ht

[1/6] hbase git commit: HBASE-14140 HBase Backup/Restore Phase 3: Enhance HBaseAdmin API to include backup/restore - related API (Vladimir)

2016-05-25 Thread tedyu
Repository: hbase Updated Branches: refs/heads/HBASE-7912 27c7cf6bf -> 82735499a http://git-wip-us.apache.org/repos/asf/hbase/blob/82735499/hbase-server/src/test/java/org/apache/hadoop/hbase/backup/TestBackupAdmin.java -- diff

[5/6] hbase git commit: HBASE-14140 HBase Backup/Restore Phase 3: Enhance HBaseAdmin API to include backup/restore - related API (Vladimir)

2016-05-25 Thread tedyu
http://git-wip-us.apache.org/repos/asf/hbase/blob/82735499/hbase-client/src/main/java/org/apache/hadoop/hbase/backup/impl/BackupSystemTable.java -- diff --git a/hbase-client/src/main/java/org/apache/hadoop/hbase/backup/impl/Backup

[6/6] hbase git commit: HBASE-14140 HBase Backup/Restore Phase 3: Enhance HBaseAdmin API to include backup/restore - related API (Vladimir)

2016-05-25 Thread tedyu
HBASE-14140 HBase Backup/Restore Phase 3: Enhance HBaseAdmin API to include backup/restore - related API (Vladimir) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/82735499 Tree: http://git-wip-us.apache.org/repos/asf/hbase/t

[4/6] hbase git commit: HBASE-14140 HBase Backup/Restore Phase 3: Enhance HBaseAdmin API to include backup/restore - related API (Vladimir)

2016-05-25 Thread tedyu
http://git-wip-us.apache.org/repos/asf/hbase/blob/82735499/hbase-server/src/main/java/org/apache/hadoop/hbase/backup/BackupInfo.java -- diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/backup/BackupInfo.java b/hbas

[3/6] hbase git commit: HBASE-14140 HBase Backup/Restore Phase 3: Enhance HBaseAdmin API to include backup/restore - related API (Vladimir)

2016-05-25 Thread tedyu
http://git-wip-us.apache.org/repos/asf/hbase/blob/82735499/hbase-server/src/main/java/org/apache/hadoop/hbase/backup/impl/BackupSystemTable.java -- diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/backup/impl/Backup

[2/6] hbase git commit: HBASE-14140 HBase Backup/Restore Phase 3: Enhance HBaseAdmin API to include backup/restore - related API (Vladimir)

2016-05-25 Thread tedyu
http://git-wip-us.apache.org/repos/asf/hbase/blob/82735499/hbase-server/src/main/java/org/apache/hadoop/hbase/backup/impl/RestoreUtil.java -- diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/backup/impl/RestoreUtil.

hbase git commit: HBASE-15884 NPE in StoreFileScanner#skipKVsNewerThanReadpoint during reverse scan (Sergey Soldatov)

2016-05-25 Thread tedyu
Repository: hbase Updated Branches: refs/heads/master 39dc19236 -> fa74baeb4 HBASE-15884 NPE in StoreFileScanner#skipKVsNewerThanReadpoint during reverse scan (Sergey Soldatov) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/com