hbase git commit: HBASE-20260 Conflict with new upgrade guide ADDENDUM

2018-03-27 Thread mdrob
Repository: hbase Updated Branches: refs/heads/branch-2 f4fe0521a -> 78452113c HBASE-20260 Conflict with new upgrade guide ADDENDUM Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/78452113 Tree: http://git-wip-us.apache.or

hbase git commit: HBASE-20260 Conflict with new upgrade guide ADDENDUM

2018-03-27 Thread mdrob
Repository: hbase Updated Branches: refs/heads/master f7eefaa12 -> 3b6199a27 HBASE-20260 Conflict with new upgrade guide ADDENDUM Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/3b6199a2 Tree: http://git-wip-us.apache.org/

[2/2] hbase git commit: HBASE-20130 (ADDENDUM) Use defaults (16020 & 16030) as base ports when the RS is bound to localhost

2018-03-27 Thread busbey
HBASE-20130 (ADDENDUM) Use defaults (16020 & 16030) as base ports when the RS is bound to localhost * fixed shellcheck errors * modified script to set environment variabless HBASE_RS_BASE_PORT, HBASE_RS_INFO_BASE_PORT to defaults only if its not already set * modified ref guide for default

[1/2] hbase git commit: HBASE-20130 (ADDENDUM) Use defaults (16020 & 16030) as base ports when the RS is bound to localhost

2018-03-27 Thread busbey
Repository: hbase Updated Branches: refs/heads/branch-2 5712fd045 -> f4fe0521a refs/heads/branch-2.0 24f19fd5f -> 2e612527a HBASE-20130 (ADDENDUM) Use defaults (16020 & 16030) as base ports when the RS is bound to localhost * fixed shellcheck errors * modified script to set environment

hbase git commit: HBASE-20130 (ADDENDUM) Use defaults (16020 & 16030) as base ports when the RS is bound to localhost

2018-03-27 Thread busbey
Repository: hbase Updated Branches: refs/heads/master 0adcb4096 -> f7eefaa12 HBASE-20130 (ADDENDUM) Use defaults (16020 & 16030) as base ports when the RS is bound to localhost * fixed shellcheck errors * modified script to set environment variabless HBASE_RS_BASE_PORT, HBASE_RS_INFO_BAS

hbase git commit: HBASE-13884 Fix Compactions section in HBase book

2018-03-27 Thread stack
Repository: hbase Updated Branches: refs/heads/master 69f5d707b -> 0adcb4096 HBASE-13884 Fix Compactions section in HBase book Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/0adcb409 Tree: http://git-wip-us.apache.org/rep

[1/3] hbase git commit: HBASE-20199 Add a unit test to verify flush and snapshot permission requirements aren't excessive

2018-03-27 Thread elserj
Repository: hbase Updated Branches: refs/heads/branch-2 6f1aa0edf -> 5712fd045 refs/heads/branch-2.0 163c8beeb -> 24f19fd5f refs/heads/master 09ed7c7a1 -> 69f5d707b HBASE-20199 Add a unit test to verify flush and snapshot permission requirements aren't excessive Signed-off-by: Ted Yu Sig

[3/3] hbase git commit: HBASE-20199 Add a unit test to verify flush and snapshot permission requirements aren't excessive

2018-03-27 Thread elserj
HBASE-20199 Add a unit test to verify flush and snapshot permission requirements aren't excessive Signed-off-by: Ted Yu 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/69f5d707 Tree: http://git

[2/3] hbase git commit: HBASE-20199 Add a unit test to verify flush and snapshot permission requirements aren't excessive

2018-03-27 Thread elserj
HBASE-20199 Add a unit test to verify flush and snapshot permission requirements aren't excessive Signed-off-by: Ted Yu 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/5712fd04 Tree: http://git

[3/3] hbase git commit: HBASE-20280 Fix possibility of deadlocking in refreshFileConnections

2018-03-27 Thread apurtell
HBASE-20280 Fix possibility of deadlocking in refreshFileConnections When prefetch on open is specified, there is a deadlocking case where if the prefetch is cancelled, the PrefetchExecutor interrupts the threads if necessary, when that happens in FileIOEngine, it causes an ClosedByInterruptExcept

[1/3] hbase git commit: HBASE-20280 Fix possibility of deadlocking in refreshFileConnections

2018-03-27 Thread apurtell
Repository: hbase Updated Branches: refs/heads/branch-2 a601c57f9 -> 6f1aa0edf refs/heads/branch-2.0 7251ab6f9 -> 163c8beeb refs/heads/master eb424ac5f -> 09ed7c7a1 HBASE-20280 Fix possibility of deadlocking in refreshFileConnections When prefetch on open is specified, there is a deadlocki

[2/3] hbase git commit: HBASE-20280 Fix possibility of deadlocking in refreshFileConnections

2018-03-27 Thread apurtell
HBASE-20280 Fix possibility of deadlocking in refreshFileConnections When prefetch on open is specified, there is a deadlocking case where if the prefetch is cancelled, the PrefetchExecutor interrupts the threads if necessary, when that happens in FileIOEngine, it causes an ClosedByInterruptExcept

[1/2] hbase git commit: HBASE-20280 Fix possibility of deadlocking in refreshFileConnections

2018-03-27 Thread apurtell
Repository: hbase Updated Branches: refs/heads/branch-1 8018c28c2 -> 773af3e0c refs/heads/branch-1.4 d6036447b -> 85457bd94 HBASE-20280 Fix possibility of deadlocking in refreshFileConnections When prefetch on open is specified, there is a deadlocking case where if the prefetch is cancelled,

[2/2] hbase git commit: HBASE-20280 Fix possibility of deadlocking in refreshFileConnections

2018-03-27 Thread apurtell
HBASE-20280 Fix possibility of deadlocking in refreshFileConnections When prefetch on open is specified, there is a deadlocking case where if the prefetch is cancelled, the PrefetchExecutor interrupts the threads if necessary, when that happens in FileIOEngine, it causes an ClosedByInterruptExcept

svn commit: r25999 - in /release/hbase: 1.3.1/ 1.4.1/

2018-03-27 Thread apurtell
Author: apurtell Date: Tue Mar 27 23:39:48 2018 New Revision: 25999 Log: Prune old releases 1.3.1 and 1.4.1 Removed: release/hbase/1.3.1/ release/hbase/1.4.1/

hbase git commit: HBASE-16568 Remove Cygwin-oriented instructions (for installing HBase in Windows OS) from official reference materials

2018-03-27 Thread stack
Repository: hbase Updated Branches: refs/heads/master d87139989 -> eb424ac5f HBASE-16568 Remove Cygwin-oriented instructions (for installing HBase in Windows OS) from official reference materials Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/

svn commit: r25998 - /dev/hbase/hbase-1.3.2RC0/

2018-03-27 Thread apurtell
Author: apurtell Date: Tue Mar 27 23:38:06 2018 New Revision: 25998 Log: Remove old hbase-1.3.2RC0 Removed: dev/hbase/hbase-1.3.2RC0/

svn commit: r25997 - /dev/hbase/hbase-1.3.2RC1/ /release/hbase/1.3.2/

2018-03-27 Thread apurtell
Author: apurtell Date: Tue Mar 27 23:33:10 2018 New Revision: 25997 Log: Release HBase 1.3.2 Added: release/hbase/1.3.2/ - copied from r25996, dev/hbase/hbase-1.3.2RC1/ Removed: dev/hbase/hbase-1.3.2RC1/

[1/3] hbase git commit: HBASE-20111 A region's splittable state now includes the configuration splitPolicy

2018-03-27 Thread elserj
Repository: hbase Updated Branches: refs/heads/branch-2 c329a3438 -> a601c57f9 refs/heads/branch-2.0 cbea942ef -> 7251ab6f9 refs/heads/master 19d7bdcb4 -> d87139989 HBASE-20111 A region's splittable state now includes the configuration splitPolicy The Master asks a RegionServer whether a

[2/3] hbase git commit: HBASE-20111 A region's splittable state now includes the configuration splitPolicy

2018-03-27 Thread elserj
HBASE-20111 A region's splittable state now includes the configuration splitPolicy The Master asks a RegionServer whether a Region can be split or not, primarily to verify that the region is not closing, opening, etc. This change has the RegionServer also consult the configured RegionSplitPolic

[3/3] hbase git commit: HBASE-20111 A region's splittable state now includes the configuration splitPolicy

2018-03-27 Thread elserj
HBASE-20111 A region's splittable state now includes the configuration splitPolicy The Master asks a RegionServer whether a Region can be split or not, primarily to verify that the region is not closing, opening, etc. This change has the RegionServer also consult the configured RegionSplitPolic

hbase git commit: HBASE-20224 Web UI is broken in standalone mode - addendum for hbase-archetypes module

2018-03-27 Thread tedyu
Repository: hbase Updated Branches: refs/heads/master a7609bb3c -> 19d7bdcb4 HBASE-20224 Web UI is broken in standalone mode - addendum for hbase-archetypes module Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/19d7bdcb

hbase git commit: HBASE-20291 Fix The POM for net.minidev:json-smart:jar:2.3-SNAPSHOT missing with hadoop 3 profile

2018-03-27 Thread tedyu
Repository: hbase Updated Branches: refs/heads/master 2a2258656 -> a7609bb3c HBASE-20291 Fix The POM for net.minidev:json-smart:jar:2.3-SNAPSHOT missing with hadoop 3 profile Signed-off-by: tedyu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.or

[03/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/devapidocs/src-html/org/apache/hadoop/hbase/master/RegionPlacementMaintainer.RandomizedMatrix.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/master/

hbase-site git commit: INFRA-10751 Empty commit

2018-03-27 Thread git-site-role
Repository: hbase-site Updated Branches: refs/heads/asf-site e0fb1fdea -> 53df288a2 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/53df288a Tree: http://git-wip-us.apache.org/repos/asf/h

[33/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/devapidocs/org/apache/hadoop/hbase/regionserver/RegionCoprocessorHost.RegionEnvironment.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/RegionCop

[48/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/apidocs/src-html/org/apache/hadoop/hbase/util/RegionMover.html -- diff --git a/apidocs/src-html/org/apache/hadoop/hbase/util/RegionMover.html b/apidocs/src-html/org/a

[47/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/book.html -- diff --git a/book.html b/book.html index a35b472..2770027 100644 --- a/book.html +++ b/book.html @@ -138,7 +138,7 @@ 75. Storing Medium-sized Objects (MO

[01/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
Repository: hbase-site Updated Branches: refs/heads/asf-site c41a1fcb4 -> e0fb1fdea http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/devapidocs/src-html/org/apache/hadoop/hbase/master/cleaner/CleanerChore.Action.html ---

[31/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/devapidocs/org/apache/hadoop/hbase/regionserver/package-tree.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/package-tree.html b/devapidocs/org/a

[19/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/devapidocs/src-html/org/apache/hadoop/hbase/client/ConnectionImplementation.MasterServiceState.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/client

[17/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/devapidocs/src-html/org/apache/hadoop/hbase/client/ConnectionImplementation.ServerErrorTracker.ServerErrors.html -- diff --git a/devapidocs/src-html/org/apache/hadoop

[40/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/devapidocs/org/apache/hadoop/hbase/client/ConnectionImplementation.MasterServiceStubMaker.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/client/ConnectionImp

[22/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/devapidocs/src-html/org/apache/hadoop/hbase/backup/BackupDriver.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/backup/BackupDriver.html b/devapidoc

[51/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4. Project: http://git-wip-us.apache.org/repos/asf/hbase-site/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase-site/commit/e0fb1fde Tree: http://git-wip-us.apache.org/repos/asf/hbase-site/tree/e0fb1fde Diff: http://git-wip-us.apach

[12/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/devapidocs/src-html/org/apache/hadoop/hbase/io/hfile/HFilePrettyPrinter.SimpleReporter.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/io/hfile/HFile

[04/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/devapidocs/src-html/org/apache/hadoop/hbase/master/HMasterCommandLine.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/master/HMasterCommandLine.html

[24/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/devapidocs/src-html/org/apache/hadoop/hbase/CompoundConfiguration.ImmutableConfigMap.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/CompoundConfigur

[44/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/checkstyle.rss -- diff --git a/checkstyle.rss b/checkstyle.rss index 9137e54..ba8ce97 100644 --- a/checkstyle.rss +++ b/checkstyle.rss @@ -26,7 +26,7 @@ under the Lice

[43/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/devapidocs/index-all.html -- diff --git a/devapidocs/index-all.html b/devapidocs/index-all.html index 3df5466..35c8a90 100644 --- a/devapidocs/index-all.html +++ b/dev

[29/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/devapidocs/org/apache/hadoop/hbase/snapshot/CreateSnapshot.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/snapshot/CreateSnapshot.html b/devapidocs/org/apach

[09/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/devapidocs/src-html/org/apache/hadoop/hbase/master/HMaster.InitializationMonitor.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/master/HMaster.Initi

[34/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/devapidocs/org/apache/hadoop/hbase/master/replication/RemovePeerProcedure.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/master/replication/RemovePeerProcedu

[16/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/devapidocs/src-html/org/apache/hadoop/hbase/client/ConnectionImplementation.ServerErrorTracker.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/client

[23/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/devapidocs/src-html/org/apache/hadoop/hbase/CompoundConfiguration.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/CompoundConfiguration.html b/devap

[41/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/devapidocs/org/apache/hadoop/hbase/backup/impl/BackupCommands.DeleteCommand.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/backup/impl/BackupCommands.DeleteC

[08/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/devapidocs/src-html/org/apache/hadoop/hbase/master/HMaster.MasterStoppedException.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/master/HMaster.Mast

[21/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/devapidocs/src-html/org/apache/hadoop/hbase/backup/impl/BackupCommands.Command.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/backup/impl/BackupComm

[35/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/devapidocs/org/apache/hadoop/hbase/master/normalizer/SimpleRegionNormalizer.PlanComparator.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/master/normalizer/S

[10/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/devapidocs/src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketAllocator.Bucket.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/io/hfile/bucket/Bu

[36/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/devapidocs/org/apache/hadoop/hbase/master/cleaner/CleanerChore.DirScanPool.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/master/cleaner/CleanerChore.DirScan

[38/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/devapidocs/org/apache/hadoop/hbase/master/HMaster.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/master/HMaster.html b/devapidocs/org/apache/hadoop/hbase/mas

[06/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/devapidocs/src-html/org/apache/hadoop/hbase/master/HMaster.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/master/HMaster.html b/devapidocs/src-html/

[42/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/devapidocs/org/apache/hadoop/hbase/CompoundConfiguration.ImmutableConfWrapper.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/CompoundConfiguration.ImmutableC

[15/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/devapidocs/src-html/org/apache/hadoop/hbase/client/ConnectionImplementation.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/client/ConnectionImplemen

[49/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/apidocs/index-all.html -- diff --git a/apidocs/index-all.html b/apidocs/index-all.html index d06338b..3fb0348 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-a

[13/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/devapidocs/src-html/org/apache/hadoop/hbase/io/hfile/HFilePrettyPrinter.SimpleReporter.Builder.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/io/hfi

[39/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/devapidocs/org/apache/hadoop/hbase/io/hfile/HFilePrettyPrinter.KeyValueStatsCollector.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/io/hfile/HFilePrettyPrin

[27/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/devapidocs/org/apache/hadoop/hbase/util/RegionMover.MoveWithoutAck.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/util/RegionMover.MoveWithoutAck.html b/dev

[14/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/devapidocs/src-html/org/apache/hadoop/hbase/io/hfile/HFilePrettyPrinter.KeyValueStatsCollector.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/io/hfi

[25/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/devapidocs/src-html/org/apache/hadoop/hbase/CompoundConfiguration.ImmutableConfWrapper.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/CompoundConfig

[46/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/bulk-loads.html -- diff --git a/bulk-loads.html b/bulk-loads.html index 9b97ee8..f4df371 100644 --- a/bulk-loads.html +++ b/bulk-loads.html @@ -7,7 +7,7 @@

[32/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/devapidocs/org/apache/hadoop/hbase/regionserver/RegionCoprocessorHost.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/RegionCoprocessorHost.html

[11/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/devapidocs/src-html/org/apache/hadoop/hbase/io/hfile/HFilePrettyPrinter.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/io/hfile/HFilePrettyPrinter.h

[07/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/devapidocs/src-html/org/apache/hadoop/hbase/master/HMaster.RedirectServlet.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/master/HMaster.RedirectSer

[26/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/devapidocs/org/apache/hadoop/hbase/wal/WALPrettyPrinter.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/wal/WALPrettyPrinter.html b/devapidocs/org/apache/hado

[37/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/devapidocs/org/apache/hadoop/hbase/master/HMasterCommandLine.LocalHMaster.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/master/HMasterCommandLine.LocalHMast

[28/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/devapidocs/org/apache/hadoop/hbase/thrift2/ThriftUtilities.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/thrift2/ThriftUtilities.html b/devapidocs/org/apach

[30/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/devapidocs/org/apache/hadoop/hbase/replication/ZKReplicationQueueStorage.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/replication/ZKReplicationQueueStorage

[45/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/checkstyle-aggregate.html -- diff --git a/checkstyle-aggregate.html b/checkstyle-aggregate.html index a0c497f..77b9919 100644 --- a/checkstyle-aggregate.html +++ b/che

[18/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/devapidocs/src-html/org/apache/hadoop/hbase/client/ConnectionImplementation.MasterServiceStubMaker.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/cl

[20/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/devapidocs/src-html/org/apache/hadoop/hbase/backup/impl/BackupManager.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/backup/impl/BackupManager.html

[02/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/devapidocs/src-html/org/apache/hadoop/hbase/master/RegionPlacementMaintainer.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/master/RegionPlacementMa

[50/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/apache_hbase_reference_guide.pdf -- diff --git a/apache_hbase_reference_guide.pdf b/apache_hbase_reference_guide.pdf index 03d1b36..2c0540e 100644 --- a/apache_hbase_r

[05/51] [partial] hbase-site git commit: Published site at 2a2258656b2fcd92b967131b6c1f037363553bc4.

2018-03-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e0fb1fde/devapidocs/src-html/org/apache/hadoop/hbase/master/HMasterCommandLine.LocalHMaster.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/master/HMasterComm

[50/50] [abbrv] hbase git commit: HBASE-19999 Remove the SYNC_REPLICATION_ENABLED flag

2018-03-27 Thread zhangduo
HBASE-1 Remove the SYNC_REPLICATION_ENABLED flag Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/6cde40d0 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/6cde40d0 Diff: http://git-wip-us.apache.org/repos/asf/hbase/

[35/50] [abbrv] hbase git commit: HBASE-20285 Delete all last pushed sequence ids when removing a peer or removing the serial flag for a peer

2018-03-27 Thread zhangduo
HBASE-20285 Delete all last pushed sequence ids when removing a peer or removing the serial flag for a peer Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/056c3395 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/056c

[19/50] [abbrv] hbase git commit: Add HBaseCon 2018 to front-page

2018-03-27 Thread zhangduo
Add HBaseCon 2018 to front-page Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/ce702df4 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/ce702df4 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/ce702df4 Branch

[44/50] [abbrv] hbase git commit: HBASE-19957 General framework to transit sync replication state

2018-03-27 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hbase/blob/a1f8234b/hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/SyncReplicationPeerInfoProvider.java -- diff --git a/hbase-server/src/main/java/org/apache/hado

[43/50] [abbrv] hbase git commit: HBASE-19935 Only allow table replication for sync replication for now

2018-03-27 Thread zhangduo
HBASE-19935 Only allow table replication for sync replication for now Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/29bef5c9 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/29bef5c9 Diff: http://git-wip-us.apache.org

[36/50] [abbrv] hbase git commit: HBASE-19083 Introduce a new log writer which can write to two HDFSes

2018-03-27 Thread zhangduo
HBASE-19083 Introduce a new log writer which can write to two HDFSes Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/847d3504 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/847d3504 Diff: http://git-wip-us.apache.org/

[46/50] [abbrv] hbase git commit: HBASE-19990 Create remote wal directory when transitting to state S

2018-03-27 Thread zhangduo
HBASE-19990 Create remote wal directory when transitting to state S Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/bf670c5c Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/bf670c5c Diff: http://git-wip-us.apache.org/r

[45/50] [abbrv] hbase git commit: HBASE-19957 General framework to transit sync replication state

2018-03-27 Thread zhangduo
HBASE-19957 General framework to transit sync replication state Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/a1f8234b Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/a1f8234b Diff: http://git-wip-us.apache.org/repos

[20/50] [abbrv] hbase git commit: HBASE-20264 add Javas 9 and 10 to the prerequisites table and add a note about using LTS releases.

2018-03-27 Thread zhangduo
HBASE-20264 add Javas 9 and 10 to the prerequisites table and add a note about using LTS releases. * Make the #java anchor point at a section instead of directly at a table * Add a note to the intro of that section about LTS JDKs * Add columns for JDK9 and JDK10 that say unsupported and point to

[25/50] [abbrv] hbase git commit: HBASE-20095 Redesign single instance pool in CleanerChore

2018-03-27 Thread zhangduo
HBASE-20095 Redesign single instance pool in CleanerChore Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/83fa0ad9 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/83fa0ad9 Diff: http://git-wip-us.apache.org/repos/asf/h

[10/50] [abbrv] hbase git commit: HBASE-20261 Table page (table.jsp) in Master UI does not show replicaIds for hbase meta table

2018-03-27 Thread zhangduo
HBASE-20261 Table page (table.jsp) in Master UI does not show replicaIds for hbase meta table 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/88eac3ca Tree: http://git-wip-us.apache.org/repos/asf/h

[21/50] [abbrv] hbase git commit: HBASE-17819 Reduce the heap overhead for BucketCache.

2018-03-27 Thread zhangduo
HBASE-17819 Reduce the heap overhead for BucketCache. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/3f7222df Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/3f7222df Diff: http://git-wip-us.apache.org/repos/asf/hbase

[27/50] [abbrv] hbase git commit: HBASE-20224 Web UI is broken in standalone mode - addendum for hbase-backup module

2018-03-27 Thread zhangduo
HBASE-20224 Web UI is broken in standalone mode - addendum for hbase-backup module Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/b30ff819 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/b30ff819 Diff: http://git-wip

[33/50] [abbrv] hbase git commit: HBASE-20223 Update to hbase-thirdparty 2.1.0

2018-03-27 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hbase/blob/15c398f7/hbase-server/src/test/java/org/apache/hadoop/hbase/util/RestartMetaTest.java -- diff --git a/hbase-server/src/test/java/org/apache/hadoop/hbase/util/RestartMetaTest.java

[08/50] [abbrv] hbase git commit: HBASE-19504 Add TimeRange support into checkAndMutate

2018-03-27 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hbase/blob/ad47c2da/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestHRegion.java -- diff --git a/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestHRegio

[16/50] [abbrv] hbase git commit: HBASE-20272 TestAsyncTable#testCheckAndMutateWithTimeRange fails due to TableExistsException

2018-03-27 Thread zhangduo
HBASE-20272 TestAsyncTable#testCheckAndMutateWithTimeRange fails due to TableExistsException Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/b50b2e51 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/b50b2e51 Diff: http

[40/50] [abbrv] hbase git commit: HBASE-19781 Add a new cluster state flag for synchronous replication

2018-03-27 Thread zhangduo
HBASE-19781 Add a new cluster state flag for synchronous replication Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/7adf2719 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/7adf2719 Diff: http://git-wip-us.apache.org/

[02/50] [abbrv] hbase git commit: HBASE-16412 Warnings from asciidoc

2018-03-27 Thread zhangduo
HBASE-16412 Warnings from asciidoc Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/0ef41f89 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/0ef41f89 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/0ef41f89 Bra

[22/50] [abbrv] hbase git commit: HBASE-20127 Add UT for serial replication after failover

2018-03-27 Thread zhangduo
HBASE-20127 Add UT for serial replication after failover Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e9701a05 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/e9701a05 Diff: http://git-wip-us.apache.org/repos/asf/hb

[13/50] [abbrv] hbase git commit: HBASE-20245 HTrace commands do not work

2018-03-27 Thread zhangduo
HBASE-20245 HTrace commands do not work Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/b3ee2ade Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/b3ee2ade Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/b3ee2ade

[03/50] [abbrv] hbase git commit: HBASE-18626 Handle the incompatible change about the replication TableCFs' config

2018-03-27 Thread zhangduo
HBASE-18626 Handle the incompatible change about the replication TableCFs' config 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/4cdca34a Tree: http://git-wip-us.apache.org/repos/asf/hbase/tre

[09/50] [abbrv] hbase git commit: HBASE-19504 Add TimeRange support into checkAndMutate

2018-03-27 Thread zhangduo
HBASE-19504 Add TimeRange support into checkAndMutate 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/ad47c2da Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/ad47c2da Diff: http://git-wi

[47/50] [abbrv] hbase git commit: HBASE-19082 Reject read/write from client but accept write from replication in state S

2018-03-27 Thread zhangduo
HBASE-19082 Reject read/write from client but accept write from replication in state S Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/b12c487b Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/b12c487b Diff: http://git

[42/50] [abbrv] hbase git commit: HBASE-19864 Use protobuf instead of enum.ordinal to store SyncReplicationState

2018-03-27 Thread zhangduo
HBASE-19864 Use protobuf instead of enum.ordinal to store SyncReplicationState Signed-off-by: zhangduo Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e8a85bfd Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/e8a85bfd

[12/50] [abbrv] hbase git commit: HBASE-20135 Fixed NullPointerException during reading bloom filter when upgraded from hbase-1 to hbase-2

2018-03-27 Thread zhangduo
HBASE-20135 Fixed NullPointerException during reading bloom filter when upgraded from hbase-1 to hbase-2 Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/b8f999bf Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/b8f999b

  1   2   >