hbase git commit: HBASE-18859 Purge PB from BulkLoadObserver

2017-09-25 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-2 b6863d867 -> 2fee18815 HBASE-18859 Purge PB from BulkLoadObserver Signed-off-by: Michael Stack Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-18859 Purge PB from BulkLoadObserver

2017-09-25 Thread stack
Repository: hbase Updated Branches: refs/heads/master 2ceeb54c9 -> 410368b84 HBASE-18859 Purge PB from BulkLoadObserver Signed-off-by: Michael Stack Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-18731 [compat 1-2] Mark protected methods of QuotaSettings that touch Protobuf internals as IA.Private

2017-09-25 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-1.3 1b3a745f8 -> b41dbd37e HBASE-18731 [compat 1-2] Mark protected methods of QuotaSettings that touch Protobuf internals as IA.Private Signed-off-by: Michael Stack Project:

hbase git commit: HBASE-18731 [compat 1-2] Mark protected methods of QuotaSettings that touch Protobuf internals as IA.Private

2017-09-25 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-1.1 55f6e3346 -> c98aae190 HBASE-18731 [compat 1-2] Mark protected methods of QuotaSettings that touch Protobuf internals as IA.Private Signed-off-by: Michael Stack Project:

hbase git commit: HBASE-18731 [compat 1-2] Mark protected methods of QuotaSettings that touch Protobuf internals as IA.Private

2017-09-25 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-1.2 5e240625b -> fa49bb4db HBASE-18731 [compat 1-2] Mark protected methods of QuotaSettings that touch Protobuf internals as IA.Private Signed-off-by: Michael Stack Project:

hbase git commit: HBASE-16769 Deprecate/remove PB references from MasterObserver and RegionServerObserver

2017-09-25 Thread anoopsamjohn
Repository: hbase Updated Branches: refs/heads/branch-2 a8e8cf6e1 -> b6863d867 HBASE-16769 Deprecate/remove PB references from MasterObserver and RegionServerObserver Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-18731 [compat 1-2] Mark protected methods of QuotaSettings that touch Protobuf internals as IA.Private

2017-09-25 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-1 eeaa9aee6 -> fa7d0ccb0 HBASE-18731 [compat 1-2] Mark protected methods of QuotaSettings that touch Protobuf internals as IA.Private Signed-off-by: Michael Stack Project:

hbase git commit: HBASE-18652 Expose individual cache stats in a CombinedCache through JMX (Biju Nair); ADDENDUM

2017-09-25 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-2 7c2622baf -> a8e8cf6e1 HBASE-18652 Expose individual cache stats in a CombinedCache through JMX (Biju Nair); ADDENDUM Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-18652 Expose individual cache stats in a CombinedCache through JMX (Biju Nair); ADDENDUM

2017-09-25 Thread stack
Repository: hbase Updated Branches: refs/heads/master f54cc1ca5 -> 2ceeb54c9 HBASE-18652 Expose individual cache stats in a CombinedCache through JMX (Biju Nair); ADDENDUM Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-18652 Expose individual cache stats in a CombinedCache through JMX (Biju Nair)

2017-09-25 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-1.4 decf9d623 -> 52970c05d HBASE-18652 Expose individual cache stats in a CombinedCache through JMX (Biju Nair) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-18652 Expose individual cache stats in a CombinedCache through JMX (Biju Nair)

2017-09-25 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-1 9d68535e8 -> eeaa9aee6 HBASE-18652 Expose individual cache stats in a CombinedCache through JMX (Biju Nair) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/eeaa9aee

hbase git commit: HBASE-18160 Fix incorrect logic in FilterList.filterKeyValue

2017-09-25 Thread zhangduo
Repository: hbase Updated Branches: refs/heads/branch-2 3e1ceadc8 -> 7c2622baf HBASE-18160 Fix incorrect logic in FilterList.filterKeyValue Signed-off-by: zhangduo Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-18160 Fix incorrect logic in FilterList.filterKeyValue

2017-09-25 Thread zhangduo
Repository: hbase Updated Branches: refs/heads/master 3c7ab8107 -> f54cc1ca5 HBASE-18160 Fix incorrect logic in FilterList.filterKeyValue Signed-off-by: zhangduo Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-16769 Deprecate/remove PB references from MasterObserver and RegionServerObserver

2017-09-25 Thread anoopsamjohn
Repository: hbase Updated Branches: refs/heads/master 4b208eb2b -> 3c7ab8107 HBASE-16769 Deprecate/remove PB references from MasterObserver and RegionServerObserver Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

[2/8] hbase git commit: HBASE-18762 Canary sink type cast error

2017-09-25 Thread apurtell
HBASE-18762 Canary sink type cast error Changed the type hierarchy of Canary sinks to reduce confusion and avoid cast errors. Testing Done: Ran the TestCanaryTool.java test suite and confirmed that the working is correct. Signed-off-by: Andrew Purtell Project:

[1/8] hbase git commit: HBASE-18762 Canary sink type cast error

2017-09-25 Thread apurtell
Repository: hbase Updated Branches: refs/heads/branch-1 d6d62a546 -> 9d68535e8 refs/heads/branch-1.4 1af5bf110 -> decf9d623 refs/heads/branch-2 fa0b0934d -> 3e1ceadc8 refs/heads/master b145286f3 -> 4b208eb2b HBASE-18762 Canary sink type cast error Changed the type hierarchy of Canary

[6/8] hbase git commit: HBASE-18830 TestCanaryTool does not check Canary monitor's error code

2017-09-25 Thread apurtell
HBASE-18830 TestCanaryTool does not check Canary monitor's error code Added assertion checks to make sure that the error code for the ToolRunner run() method is used. Testing Done: Checked that TestCanaryTool unit tests fail when there is an error code in the current Canary run. Signed-off-by:

[8/8] hbase git commit: HBASE-18830 TestCanaryTool does not check Canary monitor's error code

2017-09-25 Thread apurtell
HBASE-18830 TestCanaryTool does not check Canary monitor's error code Added assertion checks to make sure that the error code for the ToolRunner run() method is used. Testing Done: Checked that TestCanaryTool unit tests fail when there is an error code in the current Canary run. Signed-off-by:

[4/8] hbase git commit: HBASE-18830 TestCanaryTool does not check Canary monitor's error code

2017-09-25 Thread apurtell
HBASE-18830 TestCanaryTool does not check Canary monitor's error code Added assertion checks to make sure that the error code for the ToolRunner run() method is used. Testing Done: Checked that TestCanaryTool unit tests fail when there is an error code in the current Canary run. Signed-off-by:

[3/8] hbase git commit: HBASE-18830 TestCanaryTool does not check Canary monitor's error code

2017-09-25 Thread apurtell
HBASE-18830 TestCanaryTool does not check Canary monitor's error code Added assertion checks to make sure that the error code for the ToolRunner run() method is used. Testing Done: Checked that TestCanaryTool unit tests fail when there is an error code in the current Canary run. Signed-off-by:

[7/8] hbase git commit: HBASE-18762 Canary sink type cast error

2017-09-25 Thread apurtell
HBASE-18762 Canary sink type cast error Changed the type hierarchy of Canary sinks to reduce confusion and avoid cast errors. Testing Done: Ran the TestCanaryTool.java test suite and confirmed that the working is correct. Signed-off-by: Andrew Purtell Amending-Author:

[5/8] hbase git commit: HBASE-18762 Canary sink type cast error

2017-09-25 Thread apurtell
HBASE-18762 Canary sink type cast error Changed the type hierarchy of Canary sinks to reduce confusion and avoid cast errors. Testing Done: Ran the TestCanaryTool.java test suite and confirmed that the working is correct. Signed-off-by: Andrew Purtell Amending-Author:

hbase git commit: HBASE-18875 Thrift server supports read-only mode - addendum fixes compilation of TestThriftHBaseServiceHandlerWithReadOnly

2017-09-25 Thread tedyu
Repository: hbase Updated Branches: refs/heads/branch-1.4 9a940be13 -> 1af5bf110 HBASE-18875 Thrift server supports read-only mode - addendum fixes compilation of TestThriftHBaseServiceHandlerWithReadOnly Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-18875 Thrift server supports read-only mode - addendum fixes compilation of TestThriftHBaseServiceHandlerWithReadOnly

2017-09-25 Thread tedyu
Repository: hbase Updated Branches: refs/heads/branch-1 9485835e5 -> d6d62a546 HBASE-18875 Thrift server supports read-only mode - addendum fixes compilation of TestThriftHBaseServiceHandlerWithReadOnly Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-18875 Thrift server supports read-only mode

2017-09-25 Thread tedyu
Repository: hbase Updated Branches: refs/heads/branch-1.4 e6e7ae4aa -> 9a940be13 HBASE-18875 Thrift server supports read-only mode Signed-off-by: tedyu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-18875 Thrift server supports read-only mode

2017-09-25 Thread tedyu
Repository: hbase Updated Branches: refs/heads/branch-1 d74bdc310 -> 9485835e5 HBASE-18875 Thrift server supports read-only mode Signed-off-by: tedyu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

[1/4] hbase git commit: Amend HBASE-18786 FileNotFoundException should not be silently handled for primary region replicas

2017-09-25 Thread apurtell
Repository: hbase Updated Branches: refs/heads/branch-1 5a3d9cb22 -> d74bdc310 refs/heads/branch-1.4 0c93008dd -> e6e7ae4aa refs/heads/branch-2 bb81e9f3c -> fa0b0934d refs/heads/master cfb6a54f6 -> b145286f3 Amend HBASE-18786 FileNotFoundException should not be silently handled for

[4/4] hbase git commit: Amend HBASE-18786 FileNotFoundException should not be silently handled for primary region replicas

2017-09-25 Thread apurtell
Amend HBASE-18786 FileNotFoundException should not be silently handled for primary region replicas Remove now invalid unit test TestCorruptedRegionStoreFile Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e6e7ae4a Tree:

[2/4] hbase git commit: Amend HBASE-18786 FileNotFoundException should not be silently handled for primary region replicas

2017-09-25 Thread apurtell
Amend HBASE-18786 FileNotFoundException should not be silently handled for primary region replicas Remove now invalid unit test TestCorruptedRegionStoreFile Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/fa0b0934 Tree:

[3/4] hbase git commit: Amend HBASE-18786 FileNotFoundException should not be silently handled for primary region replicas

2017-09-25 Thread apurtell
Amend HBASE-18786 FileNotFoundException should not be silently handled for primary region replicas Remove now invalid unit test TestCorruptedRegionStoreFile Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/d74bdc31 Tree:

hbase git commit: HBASE-18875 Thrift server supports read-only mode

2017-09-25 Thread tedyu
Repository: hbase Updated Branches: refs/heads/branch-2 ad60bc5f6 -> bb81e9f3c HBASE-18875 Thrift server supports read-only mode Signed-off-by: tedyu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-18875 Thrift server supports read-only mode

2017-09-25 Thread tedyu
Repository: hbase Updated Branches: refs/heads/master 0ebd4b843 -> cfb6a54f6 HBASE-18875 Thrift server supports read-only mode Signed-off-by: tedyu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-18876 Backup create command fails to take queue parameter as option (Amit Kabra)

2017-09-25 Thread tedyu
Repository: hbase Updated Branches: refs/heads/branch-2 06d8a2353 -> ad60bc5f6 HBASE-18876 Backup create command fails to take queue parameter as option (Amit Kabra) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-18876 Backup create command fails to take queue parameter as option (Amit Kabra)

2017-09-25 Thread tedyu
Repository: hbase Updated Branches: refs/heads/master a5f84430a -> 0ebd4b843 HBASE-18876 Backup create command fails to take queue parameter as option (Amit Kabra) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/0ebd4b84

hbase-site git commit: INFRA-10751 Empty commit

2017-09-25 Thread git-site-role
Repository: hbase-site Updated Branches: refs/heads/asf-site bd3bcf4e7 -> 2c00980be 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/2c00980b Tree:

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/book.html -- diff --git a/book.html b/book.html index b4bc63f..9c910aa 100644 --- a/book.html +++ b/book.html @@ -35210,7 +35210,7 @@ The server will return

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/devapidocs/org/apache/hadoop/hbase/regionserver/HStoreFile.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/HStoreFile.html

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/devapidocs/org/apache/hadoop/hbase/master/balancer/StochasticLoadBalancer.CostFunction.html -- diff --git

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/devapidocs/org/apache/hadoop/hbase/class-use/CellComparator.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/CellComparator.html

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/devapidocs/org/apache/hadoop/hbase/master/balancer/StochasticLoadBalancer.RegionReplicaHostCostFunction.html -- diff --git

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileInfo.html -- diff --git

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/devapidocs/org/apache/hadoop/hbase/regionserver/Store.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/Store.html

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/devapidocs/org/apache/hadoop/hbase/coprocessor/RegionObserver.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/coprocessor/RegionObserver.html

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

2017-09-25 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/bd3bcf4e Tree: http://git-wip-us.apache.org/repos/asf/hbase-site/tree/bd3bcf4e Diff:

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/devapidocs/index-all.html -- diff --git a/devapidocs/index-all.html b/devapidocs/index-all.html index 07378eb..406cd71 100644 --- a/devapidocs/index-all.html +++

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/Store.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/Store.html

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/checkstyle-aggregate.html -- diff --git a/checkstyle-aggregate.html b/checkstyle-aggregate.html index c3bd090..4f3f751 100644 --- a/checkstyle-aggregate.html +++

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/devapidocs/org/apache/hadoop/hbase/io/hfile/HFileReaderImpl.HFileScannerImpl.html -- diff --git

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/devapidocs/org/apache/hadoop/hbase/io/hfile/HFileReaderImpl.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/io/hfile/HFileReaderImpl.html

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/devapidocs/org/apache/hadoop/hbase/regionserver/MemStoreCompactor.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/MemStoreCompactor.html

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/HStoreFile.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/HStoreFile.html

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/devapidocs/org/apache/hadoop/hbase/regionserver/StoreEngine.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/StoreEngine.html

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/CacheConfig.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/CacheConfig.html

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/apidocs/src-html/org/apache/hadoop/hbase/mapreduce/HFileOutputFormat2.html -- diff --git a/apidocs/src-html/org/apache/hadoop/hbase/mapreduce/HFileOutputFormat2.html

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.RowLockImpl.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.RowLockImpl.html

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/devapidocs/org/apache/hadoop/hbase/mob/compactions/PartitionedMobCompactionRequest.CompactionDelPartition.html -- diff --git

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/devapidocs/org/apache/hadoop/hbase/regionserver/StoreFileReader.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/StoreFileReader.html

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/devapidocs/org/apache/hadoop/hbase/regionserver/HStore.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/HStore.html

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/devapidocs/org/apache/hadoop/hbase/master/assignment/SplitTableRegionProcedure.html -- diff --git

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/devapidocs/org/apache/hadoop/hbase/io/hfile/HFile.FileInfo.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/io/hfile/HFile.FileInfo.html

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/devapidocs/org/apache/hadoop/hbase/regionserver/StoreFileComparators.GetPathName.html -- diff --git

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/devapidocs/org/apache/hadoop/hbase/regionserver/StoreUtils.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/StoreUtils.html

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

2017-09-25 Thread git-site-role
Repository: hbase-site Updated Branches: refs/heads/asf-site 7305da78a -> bd3bcf4e7 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/devapidocs/org/apache/hadoop/hbase/regionserver/compactions/DateTieredCompactor.html

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/ScanInfo.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/ScanInfo.html

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/devapidocs/org/apache/hadoop/hbase/regionserver/DateTieredStoreEngine.DateTieredCompactionContext.html -- diff --git

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/devapidocs/org/apache/hadoop/hbase/regionserver/StoreFileScanner.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/StoreFileScanner.html

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.html

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/devapidocs/org/apache/hadoop/hbase/regionserver/StoreScanner.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/StoreScanner.html

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.PrepareFlushResult.html -- diff --git

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/devapidocs/org/apache/hadoop/hbase/regionserver/StripeStoreFlusher.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/StripeStoreFlusher.html

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/devapidocs/org/apache/hadoop/hbase/master/balancer/StochasticLoadBalancer.html -- diff --git

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/devapidocs/org/apache/hadoop/hbase/mob/compactions/PartitionedMobCompactor.html -- diff --git

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/devapidocs/org/apache/hadoop/hbase/regionserver/compactions/Compactor.FileDetails.html -- diff --git

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFile.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFile.html

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/ImmutableSegment.html -- diff --git

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/devapidocs/org/apache/hadoop/hbase/regionserver/HRegionFileSystem.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegionFileSystem.html

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/devapidocs/org/apache/hadoop/hbase/regionserver/HMobStore.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/HMobStore.html

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/devapidocs/org/apache/hadoop/hbase/backup/HFileArchiver.FileableStoreFile.html -- diff --git

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/devapidocs/org/apache/hadoop/hbase/regionserver/StoreFileWriter.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/StoreFileWriter.html

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/devapidocs/org/apache/hadoop/hbase/regionserver/DefaultStoreFileManager.html -- diff --git

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/devapidocs/org/apache/hadoop/hbase/mob/MobFile.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/mob/MobFile.html

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/devapidocs/org/apache/hadoop/hbase/regionserver/StripeStoreFileManager.html -- diff --git

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

2017-09-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/bd3bcf4e/devapidocs/org/apache/hadoop/hbase/io/hfile/HFile.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/io/hfile/HFile.html

hbase git commit: HBASE-18467 remove tabs.

2017-09-25 Thread busbey
Repository: hbase Updated Branches: refs/heads/HBASE-18467 fabff5aa2 -> 7b1264a91 HBASE-18467 remove tabs. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/7b1264a9 Tree:

hbase git commit: HBASE-18796 Admin#isTableAvailable returns incorrect result before daughter regions are opened

2017-09-25 Thread achouhan
Repository: hbase Updated Branches: refs/heads/branch-1.3 0068ae83b -> 1b3a745f8 HBASE-18796 Admin#isTableAvailable returns incorrect result before daughter regions are opened Signed-off-by: Andrew Purtell Signed-off-by: Abhishek Singh Chouhan