hbase git commit: HBASE-19325 Pass a list of server name to postClearDeadServers

2017-11-27 Thread chia7712
Repository: hbase Updated Branches: refs/heads/branch-1.4 c9246588e -> b4c2066e7 HBASE-19325 Pass a list of server name to postClearDeadServers Signed-off-by: Chia-Ping Tsai Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-19325 Pass a list of server name to postClearDeadServers

2017-11-27 Thread chia7712
Repository: hbase Updated Branches: refs/heads/branch-1 20d811121 -> de16690b7 HBASE-19325 Pass a list of server name to postClearDeadServers Signed-off-by: Chia-Ping Tsai Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-19325 Pass a list of server name to postClearDeadServers

2017-11-27 Thread chia7712
Repository: hbase Updated Branches: refs/heads/master f521000d7 -> 5a0881a98 HBASE-19325 Pass a list of server name to postClearDeadServers Signed-off-by: Chia-Ping Tsai Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-19325 Pass a list of server name to postClearDeadServers

2017-11-27 Thread chia7712
Repository: hbase Updated Branches: refs/heads/branch-2 0406d0653 -> 44bd94721 HBASE-19325 Pass a list of server name to postClearDeadServers Signed-off-by: Chia-Ping Tsai Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-19319 Fix bug in synchronizing over ProcedureEvent

2017-11-27 Thread appy
Repository: hbase Updated Branches: refs/heads/branch-2 44bd94721 -> 96e63ac7b HBASE-19319 Fix bug in synchronizing over ProcedureEvent Also moves event related functions (wake/wait/suspend) from ProcedureScheduler to ProcedureEvent class Project:

hbase git commit: HBASE-19300 TestMultithreadedTableMapper fails in branch-1.4

2017-11-27 Thread tedyu
Repository: hbase Updated Branches: refs/heads/branch-1 de16690b7 -> f7f425e53 HBASE-19300 TestMultithreadedTableMapper fails in branch-1.4 Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/f7f425e5 Tree:

hbase git commit: HBASE-19300 TestMultithreadedTableMapper fails in branch-1.4

2017-11-27 Thread tedyu
Repository: hbase Updated Branches: refs/heads/branch-1.4 b4c2066e7 -> 36fae801a HBASE-19300 TestMultithreadedTableMapper fails in branch-1.4 Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/36fae801 Tree:

hbase git commit: HBASE-18601 Update Htrace to 4.2 (addendum)

2017-11-27 Thread chia7712
Repository: hbase Updated Branches: refs/heads/branch-2 e42d20f8d -> 95e4f059a HBASE-18601 Update Htrace to 4.2 (addendum) - TraceTree fix Signed-off-by: Chia-Ping Tsai Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

[2/2] hbase git commit: HBASE-19318 Use the PB service interface as the judge of whether some security feature exists

2017-11-27 Thread elserj
HBASE-19318 Use the PB service interface as the judge of whether some security feature exists Hard-coded checks on HBase implementations (e.g. AccessController and VisibilityController) preclude custom implementations of authorization and visibility labels (Apache Ranger). Signed-off-by: Ted Yu

[1/2] hbase git commit: HBASE-19318 Use the PB service interface as the judge of whether some security feature exists

2017-11-27 Thread elserj
Repository: hbase Updated Branches: refs/heads/branch-2 96e63ac7b -> e42d20f8d refs/heads/master f88671661 -> 5c1acf479 HBASE-19318 Use the PB service interface as the judge of whether some security feature exists Hard-coded checks on HBase implementations (e.g. AccessController and

hbase git commit: HBASE-18601 Update Htrace to 4.2 (addendum)

2017-11-27 Thread chia7712
Repository: hbase Updated Branches: refs/heads/master 5c1acf479 -> 7c1c370f2 HBASE-18601 Update Htrace to 4.2 (addendum) - TraceTree fix Signed-off-by: Chia-Ping Tsai Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-19319 Fix bug in synchronizing over ProcedureEvent

2017-11-27 Thread appy
Repository: hbase Updated Branches: refs/heads/master 5a0881a98 -> f88671661 HBASE-19319 Fix bug in synchronizing over ProcedureEvent Also moves event related functions (wake/wait/suspend) from ProcedureScheduler to ProcedureEvent class Project:

hbase git commit: HBASE-19335 Fix waitUntilAllRegionsAssigned(). Ignore assignments to killed servers and when region state != OPEN.

2017-11-27 Thread appy
Repository: hbase Updated Branches: refs/heads/master 7c1c370f2 -> e70b62854 HBASE-19335 Fix waitUntilAllRegionsAssigned(). Ignore assignments to killed servers and when region state != OPEN. Update timeouts for TestRegionObserverInterface. Reason: There are ~10 tests there, each with 5 min

hbase git commit: HBASE-19335 Fix waitUntilAllRegionsAssigned(). Ignore assignments to killed servers and when region state != OPEN.

2017-11-27 Thread appy
Repository: hbase Updated Branches: refs/heads/branch-2 95e4f059a -> 038456142 HBASE-19335 Fix waitUntilAllRegionsAssigned(). Ignore assignments to killed servers and when region state != OPEN. Update timeouts for TestRegionObserverInterface. Reason: There are ~10 tests there, each with 5

hbase git commit: HBASE-19354 [branch-1] Build using a jdk that is beyond ubuntu trusty's openjdk-151

2017-11-27 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-1.3 276052be9 -> dca65353d HBASE-19354 [branch-1] Build using a jdk that is beyond ubuntu trusty's openjdk-151 Amend our DockerFile so it gets jdks from azul repo. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-19328 Remove asked if splittable log messages

2017-11-27 Thread stack
Repository: hbase Updated Branches: refs/heads/master 3863559b0 -> 0f33931b2 HBASE-19328 Remove asked if splittable log messages Signed-off-by: Michael Stack Signed-off-by: Chia-Ping Tsai Project: http://git-wip-us.apache.org/repos/asf/hbase/repo

hbase git commit: HBASE-19328 Remove asked if splittable log messages

2017-11-27 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-2 a62010c9e -> ed1666720 HBASE-19328 Remove asked if splittable log messages Signed-off-by: Michael Stack Signed-off-by: Chia-Ping Tsai Project: http://git-wip-us.apache.org/repos/asf/hbase/repo

hbase git commit: HBASE-19354 [branch-1] Build using a jdk that is beyond ubuntu trusty's openjdk-151

2017-11-27 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-1.2 ea9d1713d -> e77c57874 HBASE-19354 [branch-1] Build using a jdk that is beyond ubuntu trusty's openjdk-151 Amend our DockerFile so it gets jdks from azul repo. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-19355 Missing dependency on hbase-zookeeper module causes CopyTable to fail

2017-11-27 Thread tedyu
Repository: hbase Updated Branches: refs/heads/branch-2 038456142 -> 749361e30 HBASE-19355 Missing dependency on hbase-zookeeper module causes CopyTable to fail Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/749361e3

hbase git commit: HBASE-19355 Missing dependency on hbase-zookeeper module causes CopyTable to fail

2017-11-27 Thread tedyu
Repository: hbase Updated Branches: refs/heads/master e70b62854 -> b048207c8 HBASE-19355 Missing dependency on hbase-zookeeper module causes CopyTable to fail Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/b048207c

hbase git commit: HBASE-19338 Performance regression in RegionServerRpcQuotaManager to get ugi

2017-11-27 Thread binlijin
Repository: hbase Updated Branches: refs/heads/master b048207c8 -> 3863559b0 HBASE-19338 Performance regression in RegionServerRpcQuotaManager to get ugi Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/3863559b Tree:

hbase git commit: HBASE-19338 Performance regression in RegionServerRpcQuotaManager to get ugi

2017-11-27 Thread binlijin
Repository: hbase Updated Branches: refs/heads/branch-2 749361e30 -> a62010c9e HBASE-19338 Performance regression in RegionServerRpcQuotaManager to get ugi Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/a62010c9 Tree: