hbase git commit: HBASE-18467 indirect.

2017-08-22 Thread busbey
Repository: hbase Updated Branches: refs/heads/HBASE-18467 447774a13 -> 9a0735bd1 HBASE-18467 indirect. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/9a0735bd Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/9a073

hbase git commit: HBASE-18467 maybe declared types for CharSequence?

2017-08-22 Thread busbey
Repository: hbase Updated Branches: refs/heads/HBASE-18467 f659408bd -> 447774a13 HBASE-18467 maybe declared types for CharSequence? Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/447774a1 Tree: http://git-wip-us.apache.o

hbase git commit: HBASE-18467 has to be the charsequence version, not the string version. :rolling_eyes_cat:

2017-08-22 Thread busbey
Repository: hbase Updated Branches: refs/heads/HBASE-18467 7fd820063 -> f659408bd HBASE-18467 has to be the charsequence version, not the string version. :rolling_eyes_cat: 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-18655 TestAsyncClusterAdminApi2 failing sometimes

2017-08-22 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-2 9c36c0c52 -> f25b52901 HBASE-18655 TestAsyncClusterAdminApi2 failing sometimes Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/f25b5290 Tree: http://git-wip-us.apache

hbase git commit: HBASE-18655 TestAsyncClusterAdminApi2 failing sometimes

2017-08-22 Thread stack
Repository: hbase Updated Branches: refs/heads/master 7b8cf37c3 -> dcd3e9abf HBASE-18655 TestAsyncClusterAdminApi2 failing sometimes 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/dcd3e9ab T

hbase git commit: HBASE-18467 just call the groovy implementation directly.

2017-08-22 Thread busbey
Repository: hbase Updated Branches: refs/heads/HBASE-18467 be8c7a974 -> 7fd820063 HBASE-18467 just call the groovy implementation directly. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/7fd82006 Tree: http://git-wip-us.a

hbase git commit: HBASE-18660 Remove duplicate code from the checkAndPut method in HTable (Yun Zhao)

2017-08-22 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-2 28909b8f1 -> 9c36c0c52 HBASE-18660 Remove duplicate code from the checkAndPut method in HTable (Yun Zhao) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/9c36c0c5 Tr

hbase git commit: HBASE-18660 Remove duplicate code from the checkAndPut method in HTable (Yun Zhao)

2017-08-22 Thread stack
Repository: hbase Updated Branches: refs/heads/master 3be5e8ce0 -> 7b8cf37c3 HBASE-18660 Remove duplicate code from the checkAndPut method in HTable (Yun Zhao) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/7b8cf37c Tree

hbase git commit: HBASE-18509 Encapsulate all clocks in RS/Master into a new 'Clocks' class

2017-08-22 Thread stack
Repository: hbase Updated Branches: refs/heads/HBASE-14070.HLC 4e7c55d99 -> 4c56a3c28 HBASE-18509 Encapsulate all clocks in RS/Master into a new 'Clocks' class Signed-off-by: Michael Stack Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/

hbase git commit: HBASE-18467 switch to using hte java class for Pattern.

2017-08-22 Thread busbey
Repository: hbase Updated Branches: refs/heads/HBASE-18467 d0277b3c6 -> be8c7a974 HBASE-18467 switch to using hte java class for Pattern. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/be8c7a97 Tree: http://git-wip-us.apa

hbase git commit: HBASE-18467 move the try block's start to cover more.

2017-08-22 Thread busbey
Repository: hbase Updated Branches: refs/heads/HBASE-18467 b0f24d21c -> d0277b3c6 HBASE-18467 move the try block's start to cover more. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/d0277b3c Tree: http://git-wip-us.apach

hbase git commit: HBASE-18467 move pattern into a variable because groovy is horrible.

2017-08-22 Thread busbey
Repository: hbase Updated Branches: refs/heads/HBASE-18467 3a09ab22e -> b0f24d21c HBASE-18467 move pattern into a variable because groovy is horrible. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/b0f24d21 Tree: http://g

hbase git commit: HBASE-18467 still trying to get the StringGroovyMethods version.

2017-08-22 Thread busbey
Repository: hbase Updated Branches: refs/heads/HBASE-18467 664e36cf6 -> 3a09ab22e HBASE-18467 still trying to get the StringGroovyMethods version. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/3a09ab22 Tree: http://git-w

hbase git commit: HBASE-18204 [C++] Rpc connection close and reconnecting

2017-08-22 Thread enis
Repository: hbase Updated Branches: refs/heads/HBASE-14850 05b59e8d4 -> 82ada63db HBASE-18204 [C++] Rpc connection close and reconnecting Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/82ada63d Tree: http://git-wip-us.apa

hbase git commit: HBASE-18467 trying to get StringGroovyMethods instead of DefaultGroovyMethods

2017-08-22 Thread busbey
Repository: hbase Updated Branches: refs/heads/HBASE-18467 31b3141e9 -> 664e36cf6 HBASE-18467 trying to get StringGroovyMethods instead of DefaultGroovyMethods Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/664e36cf Tree:

hbase git commit: HBASE-18467 use single find as a work around.

2017-08-22 Thread busbey
Repository: hbase Updated Branches: refs/heads/HBASE-18467 600807769 -> 31b3141e9 HBASE-18467 use single find as a work around. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/31b3141e Tree: http://git-wip-us.apache.org/re

hbase git commit: HBASE-18467 WIP run all stages and build jira comments. [Forced Update!]

2017-08-22 Thread busbey
Repository: hbase Updated Branches: refs/heads/HBASE-18467 af4cbb770 -> 600807769 (forced update) HBASE-18467 WIP run all stages and build jira comments. Currently blocked by JENKINS-46358 Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/a

hbase git commit: HBASE-18614 Setting BUCKET_CACHE_COMBINED_KEY to false disables stats on RS UI

2017-08-22 Thread tedyu
Repository: hbase Updated Branches: refs/heads/branch-2 e9ea19fba -> 28909b8f1 HBASE-18614 Setting BUCKET_CACHE_COMBINED_KEY to false disables stats on RS UI 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-18614 Setting BUCKET_CACHE_COMBINED_KEY to false disables stats on RS UI

2017-08-22 Thread tedyu
Repository: hbase Updated Branches: refs/heads/master 51d458872 -> 3be5e8ce0 HBASE-18614 Setting BUCKET_CACHE_COMBINED_KEY to false disables stats on RS UI 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/co

hbase git commit: HBASE-12349 Add custom error-prone module

2017-08-22 Thread mdrob
Repository: hbase Updated Branches: refs/heads/master 5b42d8195 -> 51d458872 HBASE-12349 Add custom error-prone module Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/51d45887 Tree: http://git-wip-us.apache.org/repos/asf/h

hbase git commit: HBASE-18578 [C++] Add pause for RPC test

2017-08-22 Thread enis
Repository: hbase Updated Branches: refs/heads/HBASE-14850 727d9b798 -> 05b59e8d4 HBASE-18578 [C++] Add pause for RPC test Signed-off-by: Enis Soztutar Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/05b59e8d Tree: http:

hbase git commit: HBASE-18653 Undo hbase2 check against < hadoop2.6.x; i.e. implement agreed drop of hadoop 2.4 and 2.5 support in hbase2

2017-08-22 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-2 9719fe828 -> e9ea19fba HBASE-18653 Undo hbase2 check against < hadoop2.6.x; i.e. implement agreed drop of hadoop 2.4 and 2.5 support in hbase2 Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.o

hbase git commit: HBASE-18630 Prune dependencies; as is branch-2 has duplicates

2017-08-22 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-2 d15947895 -> 9719fe828 HBASE-18630 Prune dependencies; as is branch-2 has duplicates 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/97

hbase git commit: HBASE-18628 Fix event pre-emption in ZKPermWatcher

2017-08-22 Thread mdrob
Repository: hbase Updated Branches: refs/heads/master c90a4e8c6 -> 5b42d8195 HBASE-18628 Fix event pre-emption in ZKPermWatcher Instead of using an Atomic Reference to data and aborting when we detect that new data comes in, use the native cancellation/pre-emption features of Java Future. Pr

hbase git commit: HBASE-18630 Prune dependencies; as is branch-2 has duplicates

2017-08-22 Thread stack
Repository: hbase Updated Branches: refs/heads/master 05f07f692 -> c90a4e8c6 HBASE-18630 Prune dependencies; as is branch-2 has duplicates 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/c90a

hbase git commit: HBASE-18628 Fix event pre-emption in ZKPermWatcher

2017-08-22 Thread mdrob
Repository: hbase Updated Branches: refs/heads/branch-2 1653b54de -> d15947895 HBASE-18628 Fix event pre-emption in ZKPermWatcher Instead of using an Atomic Reference to data and aborting when we detect that new data comes in, use the native cancellation/pre-emption features of Java Future.

[21/21] hbase git commit: Merge branch 'm' into hlc Incorporates the revert of HBASE-14498. Lets see if it respoonsible for timing issues seen on this branch.

2017-08-22 Thread stack
Merge branch 'm' into hlc Incorporates the revert of HBASE-14498. Lets see if it respoonsible for timing issues seen on this branch. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/4e7c55d9 Tree: http://git-wip-us.apache.org/r

[18/21] hbase git commit: HBASE-18103 [AMv2] Changed master to throw YouAreDeadException when it receives regionServerReport() with incorrect region assignment. Added test to verify rogue region serve

2017-08-22 Thread stack
HBASE-18103 [AMv2] Changed master to throw YouAreDeadException when it receives regionServerReport() with incorrect region assignment. Added test to verify rogue region server behavior. Behavior prior to these changes is to call expireServer(), log exception and suppress it. These changes will

[06/21] hbase git commit: HBASE-18471 The DeleteFamily cell is skipped when StoreScanner seeks to next column

2017-08-22 Thread stack
HBASE-18471 The DeleteFamily cell is skipped when StoreScanner seeks to next column Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/56f9e1a6 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/56f9e1a6 Diff: http://git-wi

[20/21] hbase git commit: HBASE-18645 Loads of tests timing out.... Revert "HBASE-14498 Master stuck in infinite loop when all Zookeeper servers are unreachable"

2017-08-22 Thread stack
HBASE-18645 Loads of tests timing out Revert "HBASE-14498 Master stuck in infinite loop when all Zookeeper servers are unreachable" This reverts commit 1ab6882f6285e0bfa2864a09208edf4f2ae4125d. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/r

[04/21] hbase git commit: HBASE-18617 FuzzyRowKeyFilter should not modify the filter pairs (vinisha)

2017-08-22 Thread stack
HBASE-18617 FuzzyRowKeyFilter should not modify the filter pairs (vinisha) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e2532ecd Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/e2532ecd Diff: http://git-wip-us.apach

[02/21] hbase git commit: HBASE-18489 Addendum revert protected to private, give shaded import a separated block

2017-08-22 Thread stack
HBASE-18489 Addendum revert protected to private, give shaded import a separated block Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/2af2b4c0 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/2af2b4c0 Diff: http://git

[15/21] hbase git commit: Revert "HBASE-Fix client.TestClientClusterStatus (Chia-Ping Tsai)" Revert because missing JIRA number

2017-08-22 Thread stack
Revert "HBASE-Fix client.TestClientClusterStatus (Chia-Ping Tsai)" Revert because missing JIRA number This reverts commit 7b3291fa8b836be953981787674fac5de335. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/fbbae877 Tree

[12/21] hbase git commit: HBASE-18629 Enhance ChaosMonkeyRunner with interruptibility - addendum makes stopRunner() static

2017-08-22 Thread stack
HBASE-18629 Enhance ChaosMonkeyRunner with interruptibility - addendum makes stopRunner() static Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/fef7e8f7 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/fef7e8f7 Diff:

[09/21] hbase git commit: HBASE-18637 Update the link of 'Bending time in HBase'

2017-08-22 Thread stack
HBASE-18637 Update the link of 'Bending time in HBase' 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/820ee91f Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/820ee91f Diff: http://git-

[08/21] hbase git commit: HBASE-18631 Allow ChaosMonkey properties to be specified in hbase-site

2017-08-22 Thread stack
HBASE-18631 Allow ChaosMonkey properties to be specified in hbase-site Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/13028d71 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/13028d71 Diff: http://git-wip-us.apache.or

[10/21] hbase git commit: HBASE-18629 Enhance ChaosMonkeyRunner with interruptibility

2017-08-22 Thread stack
HBASE-18629 Enhance ChaosMonkeyRunner with interruptibility Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/192e8730 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/192e8730 Diff: http://git-wip-us.apache.org/repos/asf

[17/21] hbase git commit: HBASE-18627 Fix TestRegionServerReadRequestMetrics (Chia-Ping Tsai)

2017-08-22 Thread stack
HBASE-18627 Fix TestRegionServerReadRequestMetrics (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/bf343da4 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/bf343da4 Diff: http://git-wip-us.apache.org/r

[14/21] hbase git commit: HBASE-Fix client.TestClientClusterStatus (Chia-Ping Tsai)

2017-08-22 Thread stack
HBASE-Fix client.TestClientClusterStatus (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/7b3291fa Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/7b3291fa Diff: http://git-wip-us.apache.org/repos/asf/h

[05/21] hbase git commit: HBASE-18572 Delete can't remove the cells which have no visibility label

2017-08-22 Thread stack
HBASE-18572 Delete can't remove the cells which have no visibility label Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e9bafeb0 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/e9bafeb0 Diff: http://git-wip-us.apache.

[11/21] hbase git commit: HBASE-18623 Frequent failed to parse at EOF warnings from WALEntryStream

2017-08-22 Thread stack
HBASE-18623 Frequent failed to parse at EOF warnings from WALEntryStream Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/70d48b11 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/70d48b11 Diff: http://git-wip-us.apache.

[16/21] hbase git commit: HBASE-18634 HBASE-Fix client.TestClientClusterStatus (Chia-Ping Tsai) This is a revert of a revert; i.e. a reapply just to fix commit message.

2017-08-22 Thread stack
HBASE-18634 HBASE-Fix client.TestClientClusterStatus (Chia-Ping Tsai) This is a revert of a revert; i.e. a reapply just to fix commit message. This reverts commit fbbae8774ca3162245c0d883c9f477f7d92bc8a5. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache

[19/21] hbase git commit: HBASE-18644 Duplicate compactionQueueLength metric in Region Server metrics

2017-08-22 Thread stack
HBASE-18644 Duplicate compactionQueueLength metric in Region Server metrics 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/23ddf69c Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/23ddf

[13/21] hbase git commit: HBASE-18629 Enhance ChaosMonkeyRunner with interruptibility - revert addendum

2017-08-22 Thread stack
HBASE-18629 Enhance ChaosMonkeyRunner with interruptibility - revert addendum Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/70da5541 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/70da5541 Diff: http://git-wip-us.ap

[07/21] hbase git commit: HBASE-18592 [hbase-thirdparty] Doc on new hbase-thirdparty dependency for the refguide

2017-08-22 Thread stack
HBASE-18592 [hbase-thirdparty] Doc on new hbase-thirdparty dependency for the refguide Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/b932d38b Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/b932d38b Diff: http://git

[01/21] hbase git commit: HBASE-14498 Master stuck in infinite loop when all Zookeeper servers are unreachable

2017-08-22 Thread stack
Repository: hbase Updated Branches: refs/heads/HBASE-14070.HLC b2a184806 -> 4e7c55d99 HBASE-14498 Master stuck in infinite loop when all Zookeeper servers are unreachable Signed-off-by: Michael Stack Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apach

[03/21] hbase git commit: HBASE-18518 Remove jersey1* dependencies form project and jersey1* jars from lib dir.

2017-08-22 Thread stack
HBASE-18518 Remove jersey1* dependencies form project and jersey1* jars from lib dir. This patch removes jersey1 dependencies form hbase REST project also removes dead code in hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/ResourceConfig.java and prevents jersey1 jars in lib dir. RESTApi

hbase git commit: Revert "HBASE-14498 Master stuck in infinite loop when all Zookeeper servers are unreachable" Revert. Lots of tests timing out. See HBASE-18645

2017-08-22 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-1.2 26606b190 -> 863c2f7be Revert "HBASE-14498 Master stuck in infinite loop when all Zookeeper servers are unreachable" Revert. Lots of tests timing out. See HBASE-18645 This reverts commit 53535e9548ebf6a85708a06310f39851d84b6a32. Proj

hbase git commit: Revert "HBASE-14498 Master stuck in infinite loop when all Zookeeper servers are unreachable" Revert because lots of tests timing out. See HBASE-18645

2017-08-22 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-1.3 1d1cdb72a -> b51cfc6ab Revert "HBASE-14498 Master stuck in infinite loop when all Zookeeper servers are unreachable" Revert because lots of tests timing out. See HBASE-18645 This reverts commit 952b39b3a36636079f0f393c854772c6f37880ae.

hbase git commit: Revert "HBASE-14498 Master stuck in infinite loop when all Zookeeper servers are unreachable" Revert. Lots of tests timing out. See HBASE-18645

2017-08-22 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-1.4 f6fed318b -> 4111f3981 Revert "HBASE-14498 Master stuck in infinite loop when all Zookeeper servers are unreachable" Revert. Lots of tests timing out. See HBASE-18645 This reverts commit e0f5f3aa1020abe5e744506efd40fad42e76a44e. Pro

hbase git commit: Revert "HBASE-14498 Master stuck in infinite loop when all Zookeeper servers are unreachable" Lots of tests timing out. Revert for now.

2017-08-22 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-1 679a4eb8a -> 338232f81 Revert "HBASE-14498 Master stuck in infinite loop when all Zookeeper servers are unreachable" Lots of tests timing out. Revert for now. This reverts commit 7a96682643ebfe1477a6c628359aba3e57ef1c9e. Project: http:

[09/21] hbase-site git commit: Published site at .

2017-08-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b7626a4c/export_control.html -- diff --git a/export_control.html b/export_control.html index c615ca9..ac1d4fb 100644 --- a/export_control.html +++ b/export_control.html @@ -7,7

[21/21] hbase-site git commit: Published site at .

2017-08-22 Thread git-site-role
Published site at . Project: http://git-wip-us.apache.org/repos/asf/hbase-site/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase-site/commit/b7626a4c Tree: http://git-wip-us.apache.org/repos/asf/hbase-site/tree/b7626a4c Diff: http://git-wip-us.apache.org/repos/asf/hbase-site/diff/b7626a4c

[14/21] hbase-site git commit: Published site at .

2017-08-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b7626a4c/devapidocs/src-html/org/apache/hadoop/hbase/master/assignment/AssignmentManager.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/master/assignment/Ass

[12/21] hbase-site git commit: Published site at .

2017-08-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b7626a4c/devapidocs/src-html/org/apache/hadoop/hbase/replication/regionserver/WALEntryStream.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/replication/regio

[07/21] hbase-site git commit: Published site at .

2017-08-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b7626a4c/testdevapidocs/allclasses-frame.html -- diff --git a/testdevapidocs/allclasses-frame.html b/testdevapidocs/allclasses-frame.html index ea07f82..9d8b1ad 100644 --- a/t

[03/21] hbase-site git commit: Published site at .

2017-08-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b7626a4c/testdevapidocs/src-html/org/apache/hadoop/hbase/master/assignment/MockMasterServices.html -- diff --git a/testdevapidocs/src-html/org/apache/hadoop/hbase/master/assig

[05/21] hbase-site git commit: Published site at .

2017-08-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b7626a4c/testdevapidocs/org/apache/hadoop/hbase/regionserver/TestRegionServerReadRequestMetrics.html -- diff --git a/testdevapidocs/org/apache/hadoop/hbase/regionserver/TestRe

[18/21] hbase-site git commit: Published site at .

2017-08-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b7626a4c/devapidocs/org/apache/hadoop/hbase/master/package-tree.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/master/package-tree.html b/devapidocs/org/apache/hadoop

[17/21] hbase-site git commit: Published site at .

2017-08-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b7626a4c/devapidocs/org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.html b/devapidocs/org

[16/21] hbase-site git commit: Published site at .

2017-08-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b7626a4c/devapidocs/src-html/org/apache/hadoop/hbase/master/assignment/AssignmentManager.RegionInTransitionChore.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hba

[02/21] hbase-site git commit: Published site at .

2017-08-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b7626a4c/testdevapidocs/src-html/org/apache/hadoop/hbase/regionserver/TestRegionServerReadRequestMetrics.Metric.html -- diff --git a/testdevapidocs/src-html/org/apache/hadoop/

[20/21] hbase-site git commit: Published site at .

2017-08-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b7626a4c/devapidocs/org/apache/hadoop/hbase/mapreduce/package-tree.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/mapreduce/package-tree.html b/devapidocs/org/apache/

[19/21] hbase-site git commit: Published site at .

2017-08-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b7626a4c/devapidocs/org/apache/hadoop/hbase/master/assignment/AssignmentManager.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/master/assignment/AssignmentManager.htm

[15/21] hbase-site git commit: Published site at .

2017-08-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b7626a4c/devapidocs/src-html/org/apache/hadoop/hbase/master/assignment/AssignmentManager.RegionInTransitionStat.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbas

hbase-site git commit: INFRA-10751 Empty commit

2017-08-22 Thread git-site-role
Repository: hbase-site Updated Branches: refs/heads/asf-site b7626a4cc -> 979a74085 INFRA-10751 Empty commit Project: http://git-wip-us.apache.org/repos/asf/hbase-site/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase-site/commit/979a7408 Tree: http://git-wip-us.apache.org/repos/asf/h

[04/21] hbase-site git commit: Published site at .

2017-08-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b7626a4c/testdevapidocs/src-html/org/apache/hadoop/hbase/master/assignment/MockMasterServices.MockRegionStateStore.html -- diff --git a/testdevapidocs/src-html/org/apache/hado

[13/21] hbase-site git commit: Published site at .

2017-08-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b7626a4c/devapidocs/src-html/org/apache/hadoop/hbase/regionserver/HRegionServer.CompactionChecker.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/regionserver

[01/21] hbase-site git commit: Published site at .

2017-08-22 Thread git-site-role
Repository: hbase-site Updated Branches: refs/heads/asf-site 22df707f7 -> b7626a4cc http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b7626a4c/testdevapidocs/src-html/org/apache/hadoop/hbase/regionserver/TestRegionServerReadRequestMetrics.html --

[11/21] hbase-site git commit: Published site at .

2017-08-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b7626a4c/devapidocs/src-html/org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.ZKDisconnectEventWatcher.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/zooke

[08/21] hbase-site git commit: Published site at .

2017-08-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b7626a4c/hbase-archetypes/hbase-shaded-client-project/project-info.html -- diff --git a/hbase-archetypes/hbase-shaded-client-project/project-info.html b/hbase-archetypes/hbase

[06/21] hbase-site git commit: Published site at .

2017-08-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b7626a4c/testdevapidocs/org/apache/hadoop/hbase/master/assignment/MockMasterServices.html -- diff --git a/testdevapidocs/org/apache/hadoop/hbase/master/assignment/MockMasterSe

[10/21] hbase-site git commit: Published site at .

2017-08-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b7626a4c/devapidocs/src-html/org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.htm

hbase git commit: HBASE-18467 add a try/catch block.

2017-08-22 Thread busbey
Repository: hbase Updated Branches: refs/heads/HBASE-18467 39aff5114 -> af4cbb770 HBASE-18467 add a try/catch block. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/af4cbb77 Tree: http://git-wip-us.apache.org/repos/asf/hba

hbase git commit: HBASE-18645 Loads of tests timing out.... Revert "HBASE-14498 Master stuck in infinite loop when all Zookeeper servers are unreachable"

2017-08-22 Thread appy
Repository: hbase Updated Branches: refs/heads/branch-2 9bb574c35 -> 1653b54de HBASE-18645 Loads of tests timing out Revert "HBASE-14498 Master stuck in infinite loop when all Zookeeper servers are unreachable" This reverts commit 1ab6882f6285e0bfa2864a09208edf4f2ae4125d. Project: http:

hbase git commit: HBASE-18645 Loads of tests timing out.... Revert "HBASE-14498 Master stuck in infinite loop when all Zookeeper servers are unreachable"

2017-08-22 Thread appy
Repository: hbase Updated Branches: refs/heads/master 23ddf69c0 -> 05f07f692 HBASE-18645 Loads of tests timing out Revert "HBASE-14498 Master stuck in infinite loop when all Zookeeper servers are unreachable" This reverts commit 1ab6882f6285e0bfa2864a09208edf4f2ae4125d. Project: http://