hbase git commit: HBASE-20097 Merge TableDescriptors#getAll and TableDescriptors#getAllDescriptors into one

2018-02-27 Thread chia7712
Repository: hbase Updated Branches: refs/heads/branch-2 e50e6f7ce -> f71c00c02 HBASE-20097 Merge TableDescriptors#getAll and TableDescriptors#getAllDescriptors into one Signed-off-by: tedyu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repo

hbase git commit: HBASE-20097 Merge TableDescriptors#getAll and TableDescriptors#getAllDescriptors into one

2018-02-27 Thread chia7712
Repository: hbase Updated Branches: refs/heads/master 197bd7907 -> 62ee7d950 HBASE-20097 Merge TableDescriptors#getAll and TableDescriptors#getAllDescriptors into one Signed-off-by: tedyu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/

hbase git commit: HBASE-20084 Refactor the RSRpcServices#doBatchOp

2018-02-27 Thread chia7712
Repository: hbase Updated Branches: refs/heads/master 7f6e971c4 -> 197bd7907 HBASE-20084 Refactor the RSRpcServices#doBatchOp Signed-off-by: tedyu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/197bd790 Tree: http://git

hbase git commit: HBASE-20084 Refactor the RSRpcServices#doBatchOp

2018-02-27 Thread chia7712
Repository: hbase Updated Branches: refs/heads/branch-2 c459282fe -> e50e6f7ce HBASE-20084 Refactor the RSRpcServices#doBatchOp Signed-off-by: tedyu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e50e6f7c Tree: http://g

hbase git commit: HBASE-20093 Replace ServerLoad by ServerMetrics for ServerManager

2018-02-27 Thread chia7712
Repository: hbase Updated Branches: refs/heads/master ba063abd2 -> 7f6e971c4 HBASE-20093 Replace ServerLoad by ServerMetrics for ServerManager Signed-off-by: tedyu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/7f6e971c

hbase git commit: HBASE-20093 Replace ServerLoad by ServerMetrics for ServerManager

2018-02-27 Thread chia7712
Repository: hbase Updated Branches: refs/heads/branch-2 5317ca92b -> c459282fe HBASE-20093 Replace ServerLoad by ServerMetrics for ServerManager Signed-off-by: tedyu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/c45928

[2/5] hbase git commit: HBASE-20100 TestEnableTableProcedure flakey

2018-02-27 Thread busbey
HBASE-20100 TestEnableTableProcedure flakey Allow OPEN as a possible state when update region transition state. Usually state is OPENING but if crash before finish step is completed, on replay, master may have read that the state is OPEN from meta table and so will think it open... When we replay

[3/5] hbase git commit: HBASE-18467 report nightly results to devs via jira

2018-02-27 Thread busbey
HBASE-18467 report nightly results to devs via jira - rely on parallel pipeline to ensure all stages always run - define non-CPS jira commenting function - comment on jiras in the changeset with summary and links Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-u

[5/5] hbase git commit: HBASE-15151 ensure findbugs check runs on all branches.

2018-02-27 Thread busbey
HBASE-15151 ensure findbugs check runs on all branches. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/7e0b5988 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/7e0b5988 Diff: http://git-wip-us.apache.org/repos/asf/hba

[1/5] hbase git commit: HBASE-19614 Use ArrayDeque as Queue instead of LinkedList in CompoundBloomFilterWriter [Forced Update!]

2018-02-27 Thread busbey
Repository: hbase Updated Branches: refs/heads/HBASE-15151 ce032aa8b -> 7e0b5988f (forced update) HBASE-19614 Use ArrayDeque as Queue instead of LinkedList in CompoundBloomFilterWriter Signed-off-by: Apekshit Sharma Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://

[4/5] hbase git commit: HBASE-18467 temporarily mute posting to jira

2018-02-27 Thread busbey
HBASE-18467 temporarily mute posting to jira Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/1a761e2a Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/1a761e2a Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/1a7

hbase git commit: HBASE-20069 fix existing findbugs errors in hbase-server; ADDENDUM Address review Revert of the revert, i.e. reapply. Thought this had broken the build but it was a bad nightly. Putt

2018-02-27 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-2 2ceafe108 -> 5317ca92b HBASE-20069 fix existing findbugs errors in hbase-server; ADDENDUM Address review Revert of the revert, i.e. reapply. Thought this had broken the build but it was a bad nightly. Putting it back. Revert "Revert "HBA

hbase git commit: HBASE-18467 move source tarball check away for success/failure post actions.

2018-02-27 Thread busbey
Repository: hbase Updated Branches: refs/heads/HBASE-15151 8e76ce030 -> ce032aa8b HBASE-18467 move source tarball check away for success/failure post actions. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/ce032aa8 Tree:

hbase git commit: HBASE-18467 WIP. more diagnosing the source tarball stage.

2018-02-27 Thread busbey
Repository: hbase Updated Branches: refs/heads/HBASE-15151 e3fb7bf93 -> 8e76ce030 HBASE-18467 WIP. more diagnosing the source tarball stage. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/8e76ce03 Tree: http://git-wip-us.

hbase git commit: HBASE-20087 Periodically attempt redeploy of regions in FAILED_OPEN state

2018-02-27 Thread apurtell
Repository: hbase Updated Branches: refs/heads/branch-1 9a7a36750 -> 1be9a3d64 HBASE-20087 Periodically attempt redeploy of regions in FAILED_OPEN state Signed-off-by: Josh Elser 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-19989 Addendum - temp override for tests to be added later for HBASE-20001

2018-02-27 Thread apurtell
Repository: hbase Updated Branches: refs/heads/branch-1.3 d71042620 -> d74f8f019 HBASE-19989 Addendum - temp override for tests to be added later for HBASE-20001 Signed-off-by: Andrew Purtell Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/rep

[2/2] hbase git commit: HBASE-20102 AssignmentManager#shutdown doesn't shut down scheduled executor

2018-02-27 Thread apurtell
HBASE-20102 AssignmentManager#shutdown doesn't shut down scheduled executor Signed-off-by: Josh Elser Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/2caa9e83 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/2caa9e83

[2/2] hbase git commit: HBASE-20102 AssignmentManager#shutdown doesn't shut down scheduled executor

2018-02-27 Thread apurtell
HBASE-20102 AssignmentManager#shutdown doesn't shut down scheduled executor Signed-off-by: Josh Elser Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/9a7a3675 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/9a7a3675

[1/2] hbase git commit: HBASE-19989 Addendum - temp override for tests to be added later for HBASE-20001

2018-02-27 Thread apurtell
Repository: hbase Updated Branches: refs/heads/branch-1.4 a3ba4d53d -> 2caa9e838 HBASE-19989 Addendum - temp override for tests to be added later for HBASE-20001 Signed-off-by: Andrew Purtell Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/rep

[1/2] hbase git commit: HBASE-19989 Addendum - temp override for tests to be added later for HBASE-20001

2018-02-27 Thread apurtell
Repository: hbase Updated Branches: refs/heads/branch-1 40e0ee331 -> 9a7a36750 HBASE-19989 Addendum - temp override for tests to be added later for HBASE-20001 Signed-off-by: Andrew Purtell Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos

hbase git commit: HBASE-20092 Fix TestRegionMetrics#testRegionMetrics

2018-02-27 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-2 7d7ca33e6 -> 2ceafe108 HBASE-20092 Fix TestRegionMetrics#testRegionMetrics Reapplication of a patch temporarily removed... I thought this was causing issue but now I don't think it the culprit. Revert "Revert "HBASE-20092 Fix TestRegionM

hbase git commit: HBASE-20100 TestEnableTableProcedure flakey

2018-02-27 Thread stack
Repository: hbase Updated Branches: refs/heads/master f01c90bc0 -> ba063abd2 HBASE-20100 TestEnableTableProcedure flakey Allow OPEN as a possible state when update region transition state. Usually state is OPENING but if crash before finish step is completed, on replay, master may have read th

hbase git commit: HBASE-20100 TestEnableTableProcedure flakey

2018-02-27 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-2 06cf04e45 -> 7d7ca33e6 HBASE-20100 TestEnableTableProcedure flakey Allow OPEN as a possible state when update region transition state. Usually state is OPENING but if crash before finish step is completed, on replay, master may have read

hbase git commit: HBASE-19989 - READY_TO_MERGE and READY_TO_SPLIT do not update region state correctly

2018-02-27 Thread toffer
Repository: hbase Updated Branches: refs/heads/branch-1.3 6b4939826 -> d71042620 HBASE-19989 - READY_TO_MERGE and READY_TO_SPLIT do not update region state correctly Author: Ben Lau Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hb

hbase git commit: HBASE-19989 - READY_TO_MERGE and READY_TO_SPLIT do not update region state correctly

2018-02-27 Thread toffer
Repository: hbase Updated Branches: refs/heads/branch-1.4 4968be9c0 -> a3ba4d53d HBASE-19989 - READY_TO_MERGE and READY_TO_SPLIT do not update region state correctly Author: Ben Lau Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hb

hbase git commit: HBASE-19989 - READY_TO_MERGE and READY_TO_SPLIT do not update region state correctly

2018-02-27 Thread churro
Repository: hbase Updated Branches: refs/heads/branch-1 f8494ee4e -> 40e0ee331 HBASE-19989 - READY_TO_MERGE and READY_TO_SPLIT do not update region state correctly Author: Ben Lau Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbas

hbase git commit: HBASE_18467 trying to diagnose source tarball always commenting as failure.

2018-02-27 Thread busbey
Repository: hbase Updated Branches: refs/heads/HBASE-15151 495303421 -> e3fb7bf93 HBASE_18467 trying to diagnose source tarball always commenting as failure. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e3fb7bf9 Tree: h

hbase git commit: HBASE-18467 fix comments from source tarball task.

2018-02-27 Thread busbey
Repository: hbase Updated Branches: refs/heads/HBASE-15151 8acfbb50d -> 495303421 HBASE-18467 fix comments from source tarball task. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/49530342 Tree: http://git-wip-us.apache.o

hbase git commit: HBASE-19614 Use ArrayDeque as Queue instead of LinkedList in CompoundBloomFilterWriter

2018-02-27 Thread appy
Repository: hbase Updated Branches: refs/heads/master 0fa5d69fc -> f01c90bc0 HBASE-19614 Use ArrayDeque as Queue instead of LinkedList in CompoundBloomFilterWriter Signed-off-by: Apekshit Sharma Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org

hbase git commit: HBASE-18467 temporarily replace nightly test with random pass/fail.

2018-02-27 Thread busbey
Repository: hbase Updated Branches: refs/heads/HBASE-15151 b6a76cee6 -> 8acfbb50d HBASE-18467 temporarily replace nightly test with random pass/fail. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/8acfbb50 Tree: http://gi

hbase git commit: HBASE-18467 rely on parallel pipeline. [Forced Update!]

2018-02-27 Thread busbey
Repository: hbase Updated Branches: refs/heads/HBASE-15151 2909bf1e5 -> b6a76cee6 (forced update) HBASE-18467 rely on parallel pipeline. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/b6a76cee Tree: http://git-wip-us.apac

[10/20] hbase git commit: HBASE-20069 fix existing findbugs errors in hbase-server; ADDENDUM Address review

2018-02-27 Thread busbey
HBASE-20069 fix existing findbugs errors in hbase-server; ADDENDUM Address review Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/d272ac90 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/d272ac90 Diff: http://git-wip-

[05/20] hbase git commit: HBASE-19974 Fix decommissioned servers cannot be removed by remove_servers_rsgroup methods

2018-02-27 Thread busbey
HBASE-19974 Fix decommissioned servers cannot be removed by remove_servers_rsgroup methods Signed-off-by: tedyu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/a29b3caf Tree: http://git-wip-us.apache.org/repos/asf/hbase/tre

[01/20] hbase git commit: HBASE-20065 Addendum remove wrong comment [Forced Update!]

2018-02-27 Thread busbey
Repository: hbase Updated Branches: refs/heads/HBASE-15151 97a3a9a31 -> 2909bf1e5 (forced update) HBASE-20065 Addendum remove wrong comment Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/a8471bd9 Tree: http://git-wip-us.a

[20/20] hbase git commit: HBASE-18467 rely on parallel pipeline.

2018-02-27 Thread busbey
HBASE-18467 rely on parallel pipeline. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/2909bf1e Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/2909bf1e Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/2909bf1e

[14/20] hbase git commit: HBASE-20088 Update NOTICE.txt year

2018-02-27 Thread busbey
HBASE-20088 Update NOTICE.txt year Signed-off-by: Andrew Purtell Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/3443aa96 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/3443aa96 Diff: http://git-wip-us.apache.org/re

[17/20] hbase git commit: HBASE-18467 temporarily mute posting to jira

2018-02-27 Thread busbey
HBASE-18467 temporarily mute posting to jira Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/dd7c231a Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/dd7c231a Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/dd7

[03/20] hbase git commit: HBASE-20082 Fix findbugs errors only on master which are introduced by HBASE-19397

2018-02-27 Thread busbey
HBASE-20082 Fix findbugs errors only on master which are introduced by HBASE-19397 Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/8c74d177 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/8c74d177 Diff: http://git-wip

[08/20] hbase git commit: HBASE-20069 fix existing findbugs errors in hbase-server

2018-02-27 Thread busbey
HBASE-20069 fix existing findbugs errors in hbase-server Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/b11e5066 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/b11e5066 Diff: http://git-wip-us.apache.org/repos/asf/hb

[07/20] hbase git commit: for creating patch HBASE-20074-V01.patch

2018-02-27 Thread busbey
for creating patch HBASE-20074-V01.patch 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/73028d5b Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/73028d5b Diff: http://git-wip-us.apache.o

[15/20] hbase git commit: Revert "for creating patch HBASE-20074-V01.patch"

2018-02-27 Thread busbey
Revert "for creating patch HBASE-20074-V01.patch" This reverts commit 73028d5bd9f85655b284654579ddcbbca31e41e8. bad commit message Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e4ce38df Tree: http://git-wip-us.apache.org/r

[09/20] hbase git commit: HBASE-20086 PE randomSeekScan fails with ClassNotFoundException

2018-02-27 Thread busbey
HBASE-20086 PE randomSeekScan fails with ClassNotFoundException Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/d3aefe78 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/d3aefe78 Diff: http://git-wip-us.apache.org/repos

[11/20] hbase git commit: HBASE-20066 Region sequence id may go backward after split or merge

2018-02-27 Thread busbey
HBASE-20066 Region sequence id may go backward after split or merge Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/f06a89b5 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/f06a89b5 Diff: http://git-wip-us.apache.org/r

[12/20] hbase git commit: HBASE-20092 Fix TestRegionMetrics#testRegionMetrics

2018-02-27 Thread busbey
HBASE-20092 Fix TestRegionMetrics#testRegionMetrics Signed-off-by: Michael Stack Signed-off-by: tedyu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/dbd80130 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/dbd80130

[04/20] hbase git commit: HBASE-20083 Fix findbugs error for ReplicationSyncUp

2018-02-27 Thread busbey
HBASE-20083 Fix findbugs error for ReplicationSyncUp Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/2beda62a Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/2beda62a Diff: http://git-wip-us.apache.org/repos/asf/hbase/

[19/20] hbase git commit: HBASE-15151 ensure findbugs check runs on all branches.

2018-02-27 Thread busbey
HBASE-15151 ensure findbugs check runs on all branches. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/f3bedc7a Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/f3bedc7a Diff: http://git-wip-us.apache.org/repos/asf/hba

[18/20] hbase git commit: HBASE-18467 report nightly results to devs via jira

2018-02-27 Thread busbey
HBASE-18467 report nightly results to devs via jira Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/105de8d2 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/105de8d2 Diff: http://git-wip-us.apache.org/repos/asf/hbase/d

[02/20] hbase git commit: HBASE-20019 Document the ColumnValueFilter

2018-02-27 Thread busbey
HBASE-20019 Document the ColumnValueFilter Signed-off-by: Chia-Ping Tsai Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/a34f129a Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/a34f129a Diff: http://git-wip-us.apach

[06/20] hbase git commit: HBASE-20036 TestAvoidCellReferencesIntoShippedBlocks timed out (Ram)

2018-02-27 Thread busbey
HBASE-20036 TestAvoidCellReferencesIntoShippedBlocks timed out (Ram) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/7cfb4643 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/7cfb4643 Diff: http://git-wip-us.apache.org/

[13/20] hbase git commit: HBASE-20089 Use the ASF recommended naming for SHA512 xsum files

2018-02-27 Thread busbey
HBASE-20089 Use the ASF recommended naming for SHA512 xsum files Signed-off-by: Andrew Purtell 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/e47d1e44 Tree: http://git-wip-us.apache.org/repos/a

[16/20] hbase git commit: HBASE-20074 [FindBugs] Same code on both branches in CompactingMemStore#initMemStoreCompactor

2018-02-27 Thread busbey
HBASE-20074 [FindBugs] Same code on both branches in CompactingMemStore#initMemStoreCompactor 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/0fa5d69f Tree: http://git-wip-us.apache.org/repos/as

[2/2] hbase git commit: HBASE-20074 [FindBugs] Same code on both branches in CompactingMemStore#initMemStoreCompactor

2018-02-27 Thread busbey
HBASE-20074 [FindBugs] Same code on both branches in CompactingMemStore#initMemStoreCompactor 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/06cf04e4 Tree: http://git-wip-us.apache.org/repos/as

[1/2] hbase git commit: Revert "for creating patch HBASE-20074-V01.patch"

2018-02-27 Thread busbey
Repository: hbase Updated Branches: refs/heads/branch-2 07eae00ec -> 06cf04e45 Revert "for creating patch HBASE-20074-V01.patch" This reverts commit a312705dbc8e6d604adcc874526294c72b8ff580. bad commit message Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip

[2/2] hbase git commit: HBASE-20074 [FindBugs] Same code on both branches in CompactingMemStore#initMemStoreCompactor

2018-02-27 Thread busbey
HBASE-20074 [FindBugs] Same code on both branches in CompactingMemStore#initMemStoreCompactor 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/0fa5d69f Tree: http://git-wip-us.apache.org/repos/as

[1/2] hbase git commit: Revert "for creating patch HBASE-20074-V01.patch"

2018-02-27 Thread busbey
Repository: hbase Updated Branches: refs/heads/master 3443aa96b -> 0fa5d69fc Revert "for creating patch HBASE-20074-V01.patch" This reverts commit 73028d5bd9f85655b284654579ddcbbca31e41e8. bad commit message Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-u

hbase git commit: Revert "HBASE-20069 fix existing findbugs errors in hbase-server; ADDENDUM Address review"

2018-02-27 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-2 367d31678 -> 07eae00ec Revert "HBASE-20069 fix existing findbugs errors in hbase-server; ADDENDUM Address review" This reverts commit 43d661b008cda46604ddde2187945bb0caa5bc5f. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo

hbase git commit: Revert "HBASE-20092 Fix TestRegionMetrics#testRegionMetrics"

2018-02-27 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-2 b1cc47801 -> 367d31678 Revert "HBASE-20092 Fix TestRegionMetrics#testRegionMetrics" This reverts commit ae288a7b41b02b9c3bb4498ba4a41bbd7d18b03d. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apach

hbase git commit: HBASE-20001 cleanIfNoMetaEntry() uses encoded instead of region name to lookup region

2018-02-27 Thread tedyu
Repository: hbase Updated Branches: refs/heads/branch-1.2 41cd37cff -> 39fe1eb40 HBASE-20001 cleanIfNoMetaEntry() uses encoded instead of region name to lookup region Signed-off-by: tedyu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/

hbase git commit: HBASE-20001 cleanIfNoMetaEntry() uses encoded instead of region name to lookup region

2018-02-27 Thread tedyu
Repository: hbase Updated Branches: refs/heads/branch-1.3 7a1d95596 -> 6b4939826 HBASE-20001 cleanIfNoMetaEntry() uses encoded instead of region name to lookup region Signed-off-by: tedyu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/

[09/10] hbase git commit: HBASE-20089 Use the ASF recommended naming for SHA512 xsum files

2018-02-27 Thread elserj
HBASE-20089 Use the ASF recommended naming for SHA512 xsum files Signed-off-by: Andrew Purtell 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/03449f76 Tree: http://git-wip-us.apache.org/repos/a

[01/10] hbase git commit: HBASE-20089 Use the ASF recommended naming for SHA512 xsum files

2018-02-27 Thread elserj
Repository: hbase Updated Branches: refs/heads/branch-1 8e5b8f22f -> f8494ee4e refs/heads/branch-1.3 5f96c356b -> 7a1d95596 refs/heads/branch-1.4 c5bc25a7d -> 4968be9c0 refs/heads/branch-2 ae288a7b4 -> b1cc47801 refs/heads/master dbd801305 -> 3443aa96b HBASE-20089 Use the ASF recommende

[07/10] hbase git commit: HBASE-20089 Use the ASF recommended naming for SHA512 xsum files

2018-02-27 Thread elserj
HBASE-20089 Use the ASF recommended naming for SHA512 xsum files Signed-off-by: Andrew Purtell 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/b4f1184c Tree: http://git-wip-us.apache.org/repos/a

[03/10] hbase git commit: HBASE-20088 Update NOTICE.txt year

2018-02-27 Thread elserj
HBASE-20088 Update NOTICE.txt year Signed-off-by: Andrew Purtell Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/b1cc4780 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/b1cc4780 Diff: http://git-wip-us.apache.org/re

[05/10] hbase git commit: HBASE-20089 Use the ASF recommended naming for SHA512 xsum files

2018-02-27 Thread elserj
HBASE-20089 Use the ASF recommended naming for SHA512 xsum files Signed-off-by: Andrew Purtell 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/15a2473b Tree: http://git-wip-us.apache.org/repos/a

[02/10] hbase git commit: HBASE-20088 Update NOTICE.txt year

2018-02-27 Thread elserj
HBASE-20088 Update NOTICE.txt year Signed-off-by: Andrew Purtell Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/3443aa96 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/3443aa96 Diff: http://git-wip-us.apache.org/re

[06/10] hbase git commit: HBASE-20088 Update NOTICE.txt year

2018-02-27 Thread elserj
HBASE-20088 Update NOTICE.txt year Signed-off-by: Andrew Purtell Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/f8494ee4 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/f8494ee4 Diff: http://git-wip-us.apache.org/re

[04/10] hbase git commit: HBASE-20089 Use the ASF recommended naming for SHA512 xsum files

2018-02-27 Thread elserj
HBASE-20089 Use the ASF recommended naming for SHA512 xsum files Signed-off-by: Andrew Purtell 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/7d5744d2 Tree: http://git-wip-us.apache.org/repos/a

[10/10] hbase git commit: HBASE-20088 Update NOTICE.txt year

2018-02-27 Thread elserj
HBASE-20088 Update NOTICE.txt year Signed-off-by: Andrew Purtell Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/7a1d9559 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/7a1d9559 Diff: http://git-wip-us.apache.org/re

[08/10] hbase git commit: HBASE-20088 Update NOTICE.txt year

2018-02-27 Thread elserj
HBASE-20088 Update NOTICE.txt year Signed-off-by: Andrew Purtell Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/4968be9c Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/4968be9c Diff: http://git-wip-us.apache.org/re

hbase git commit: HBASE-20092 Fix TestRegionMetrics#testRegionMetrics

2018-02-27 Thread chia7712
Repository: hbase Updated Branches: refs/heads/master f06a89b53 -> dbd801305 HBASE-20092 Fix TestRegionMetrics#testRegionMetrics Signed-off-by: Michael Stack Signed-off-by: tedyu 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-20092 Fix TestRegionMetrics#testRegionMetrics

2018-02-27 Thread chia7712
Repository: hbase Updated Branches: refs/heads/branch-2 8e8e50683 -> ae288a7b4 HBASE-20092 Fix TestRegionMetrics#testRegionMetrics Signed-off-by: Michael Stack Signed-off-by: tedyu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hba