hbase git commit: HBASE-19619 Modify replication_admin.rb to use ReplicationPeerConfigBuilder

2017-12-27 Thread tedyu
Repository: hbase Updated Branches: refs/heads/master 3317b8738 -> 41c2dd04d HBASE-19619 Modify replication_admin.rb to use ReplicationPeerConfigBuilder Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/41c2dd04 Tree: http:/

hbase git commit: HBASE-19619 Modify replication_admin.rb to use ReplicationPeerConfigBuilder

2017-12-27 Thread tedyu
Repository: hbase Updated Branches: refs/heads/branch-2 fbe633f14 -> ccc3b2bbc HBASE-19619 Modify replication_admin.rb to use ReplicationPeerConfigBuilder Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/ccc3b2bb Tree: http

hbase git commit: HBASE-19545 Replace getBytes(StandardCharsets.UTF_8) with Bytes.toBytes

2017-12-27 Thread chia7712
Repository: hbase Updated Branches: refs/heads/branch-2 ccc3b2bbc -> 15ed74828 HBASE-19545 Replace getBytes(StandardCharsets.UTF_8) with Bytes.toBytes 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/hbas

hbase git commit: HBASE-19545 Replace getBytes(StandardCharsets.UTF_8) with Bytes.toBytes

2017-12-27 Thread chia7712
Repository: hbase Updated Branches: refs/heads/master 41c2dd04d -> 7145d9818 HBASE-19545 Replace getBytes(StandardCharsets.UTF_8) with Bytes.toBytes 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/

hbase git commit: HBASE-19545 Replace getBytes(StandardCharsets.UTF_8) with Bytes.toBytes

2017-12-27 Thread chia7712
Repository: hbase Updated Branches: refs/heads/branch-1 c3bf558b6 -> 528eb1082 HBASE-19545 Replace getBytes(StandardCharsets.UTF_8) with Bytes.toBytes 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/hbas

hbase git commit: HBASE-19545 Replace getBytes(StandardCharsets.UTF_8) with Bytes.toBytes

2017-12-27 Thread chia7712
Repository: hbase Updated Branches: refs/heads/branch-1.4 0ca69fae3 -> b54391313 HBASE-19545 Replace getBytes(StandardCharsets.UTF_8) with Bytes.toBytes 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/hb

hbase git commit: HBASE-19629 RawCell#getTags should return the Iterator in order to avoid iterating through whole tag array at once

2017-12-27 Thread chia7712
Repository: hbase Updated Branches: refs/heads/branch-2 15ed74828 -> 0454a389a HBASE-19629 RawCell#getTags should return the Iterator in order to avoid iterating through whole tag array at once Signed-off-by: Chia-Ping Tsai Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-19629 RawCell#getTags should return the Iterator in order to avoid iterating through whole tag array at once

2017-12-27 Thread chia7712
Repository: hbase Updated Branches: refs/heads/master 7145d9818 -> 467a4667d HBASE-19629 RawCell#getTags should return the Iterator in order to avoid iterating through whole tag array at once Signed-off-by: Chia-Ping Tsai Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: h

[08/22] hbase git commit: HBASE-19630 Add peer cluster key check when add new replication peer

2017-12-27 Thread zhangduo
HBASE-19630 Add peer cluster key check when add new replication peer 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/bcfb848b Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/bcfb848b Diff: htt

[03/22] hbase git commit: HBASE-19637 Add .checkstyle to gitignore

2017-12-27 Thread zhangduo
HBASE-19637 Add .checkstyle to gitignore Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/3317b873 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/3317b873 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/3317b87

[09/22] hbase git commit: HBASE-19216 Implement a general framework to execute remote procedure on RS

2017-12-27 Thread zhangduo
HBASE-19216 Implement a general framework to execute remote procedure on RS Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/48114790 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/48114790 Diff: http://git-wip-us.apac

[04/22] hbase git commit: HBASE-19619 Modify replication_admin.rb to use ReplicationPeerConfigBuilder

2017-12-27 Thread zhangduo
HBASE-19619 Modify replication_admin.rb to use ReplicationPeerConfigBuilder Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/41c2dd04 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/41c2dd04 Diff: http://git-wip-us.apac

[10/22] hbase git commit: HBASE-19543 Abstract a replication storage interface to extract the zk specific code

2017-12-27 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hbase/blob/f8d80fd0/hbase-server/src/main/java/org/apache/hadoop/hbase/master/replication/ReplicationManager.java -- diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/master/rep

[22/22] hbase git commit: HBASE-19642 Fix locking for peer modification procedure

2017-12-27 Thread zhangduo
HBASE-19642 Fix locking for peer modification procedure Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/258114e5 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/258114e5 Diff: http://git-wip-us.apache.org/repos/asf/hba

[12/22] hbase git commit: HBASE-19524 Master side changes for moving peer modification from zk watcher to procedure

2017-12-27 Thread zhangduo
HBASE-19524 Master side changes for moving peer modification from zk watcher to procedure Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/eb56ba18 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/eb56ba18 Diff: http://

[01/22] hbase git commit: HBASE-19624 TestIOFencing hangs [Forced Update!]

2017-12-27 Thread zhangduo
Repository: hbase Updated Branches: refs/heads/HBASE-19397 350f5d126 -> 258114e5c (forced update) HBASE-19624 TestIOFencing hangs Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/0e7fff58 Tree: http://git-wip-us.apache.org/

[02/22] hbase git commit: HBASE-19615 CompositeImmutableSegment ArrayList Instead of LinkedList

2017-12-27 Thread zhangduo
HBASE-19615 CompositeImmutableSegment ArrayList Instead of LinkedList 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/0e85a880 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/0e85a880 Di

[18/22] hbase git commit: HBASE-19573 Rewrite ReplicationPeer with the new replication storage interface

2017-12-27 Thread zhangduo
HBASE-19573 Rewrite ReplicationPeer with the new replication storage interface Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/9a411099 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/9a411099 Diff: http://git-wip-us.a

[16/22] hbase git commit: HBASE-19579 Add peer lock test for shell command list_locks

2017-12-27 Thread zhangduo
HBASE-19579 Add peer lock test for shell command list_locks 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/6facf2a7 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/6facf2a7 Diff: http://git-w

[06/22] hbase git commit: HBASE-19629 RawCell#getTags should return the Iterator in order to avoid iterating through whole tag array at once

2017-12-27 Thread zhangduo
HBASE-19629 RawCell#getTags should return the Iterator in order to avoid iterating through whole tag array at once 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/467a4667 Tree: http://git-wip-

[11/22] hbase git commit: HBASE-19543 Abstract a replication storage interface to extract the zk specific code

2017-12-27 Thread zhangduo
HBASE-19543 Abstract a replication storage interface to extract the zk specific code Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/f8d80fd0 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/f8d80fd0 Diff: http://git-w

[20/22] hbase git commit: HBASE-19580 Use slf4j instead of commons-logging in new, just-added Peer Procedure classes

2017-12-27 Thread zhangduo
HBASE-19580 Use slf4j instead of commons-logging in new, just-added Peer Procedure classes Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/bb9dc5b9 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/bb9dc5b9 Diff: http:/

[05/22] hbase git commit: HBASE-19545 Replace getBytes(StandardCharsets.UTF_8) with Bytes.toBytes

2017-12-27 Thread zhangduo
HBASE-19545 Replace getBytes(StandardCharsets.UTF_8) with Bytes.toBytes 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/7145d981 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/7145d981

[14/22] hbase git commit: HBASE-19599 Remove ReplicationQueuesClient, use ReplicationQueueStorage directly

2017-12-27 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hbase/blob/0d6b613b/hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/DumpReplicationQueues.java -- diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/r

[15/22] hbase git commit: HBASE-19599 Remove ReplicationQueuesClient, use ReplicationQueueStorage directly

2017-12-27 Thread zhangduo
HBASE-19599 Remove ReplicationQueuesClient, use ReplicationQueueStorage directly Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/0d6b613b Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/0d6b613b Diff: http://git-wip-us

[19/22] hbase git commit: HBASE-19564 Procedure id is missing in the response of peer related operations

2017-12-27 Thread zhangduo
HBASE-19564 Procedure id is missing in the response of peer related operations Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/56c9b7f0 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/56c9b7f0 Diff: http://git-wip-us.a

[21/22] hbase git commit: HBASE-19520 Add UTs for the new lock type PEER

2017-12-27 Thread zhangduo
HBASE-19520 Add UTs for the new lock type PEER 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/97ede8c3 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/97ede8c3 Diff: http://git-wip-us.apache.

[07/22] hbase git commit: HBASE-19592 Add UTs to test retry on update zk failure

2017-12-27 Thread zhangduo
HBASE-19592 Add UTs to test retry on update zk failure Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/044385ec Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/044385ec Diff: http://git-wip-us.apache.org/repos/asf/hbas

[13/22] hbase git commit: HBASE-19536 Client side changes for moving peer modification from zk watcher to procedure

2017-12-27 Thread zhangduo
HBASE-19536 Client side changes for moving peer modification from zk watcher to procedure 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/80cb3e81 Tree: http://git-wip-us.apache.org/repos/asf/hbase/t

[17/22] hbase git commit: HBASE-19525 RS side changes for moving peer modification from zk watcher to procedure

2017-12-27 Thread zhangduo
HBASE-19525 RS side changes for moving peer modification from zk watcher to procedure Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/ebdf261a Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/ebdf261a Diff: http://git-

[2/3] hbase git commit: HBASE-19628 ByteBufferCell should extend ExtendedCell

2017-12-27 Thread chia7712
http://git-wip-us.apache.org/repos/asf/hbase/blob/2468f300/hbase-common/src/main/java/org/apache/hadoop/hbase/PrivateCellUtil.java -- diff --git a/hbase-common/src/main/java/org/apache/hadoop/hbase/PrivateCellUtil.java b/hbase-co

[3/3] hbase git commit: HBASE-19628 ByteBufferCell should extend ExtendedCell

2017-12-27 Thread chia7712
HBASE-19628 ByteBufferCell should extend ExtendedCell Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/2468f300 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/2468f300 Diff: http://git-wip-us.apache.org/repos/asf/hbase

[1/3] hbase git commit: HBASE-19628 ByteBufferCell should extend ExtendedCell

2017-12-27 Thread chia7712
Repository: hbase Updated Branches: refs/heads/branch-2 0454a389a -> 2468f3002 http://git-wip-us.apache.org/repos/asf/hbase/blob/2468f300/hbase-mapreduce/src/test/java/org/apache/hadoop/hbase/mapreduce/TestCellBasedImportExport2.java -

[1/3] hbase git commit: HBASE-19628 ByteBufferCell should extend ExtendedCell

2017-12-27 Thread chia7712
Repository: hbase Updated Branches: refs/heads/master 467a4667d -> 6b39062e8 http://git-wip-us.apache.org/repos/asf/hbase/blob/6b39062e/hbase-mapreduce/src/test/java/org/apache/hadoop/hbase/mapreduce/TestImportExport.java -- di

[2/3] hbase git commit: HBASE-19628 ByteBufferCell should extend ExtendedCell

2017-12-27 Thread chia7712
http://git-wip-us.apache.org/repos/asf/hbase/blob/6b39062e/hbase-common/src/main/java/org/apache/hadoop/hbase/PrivateCellUtil.java -- diff --git a/hbase-common/src/main/java/org/apache/hadoop/hbase/PrivateCellUtil.java b/hbase-co

[3/3] hbase git commit: HBASE-19628 ByteBufferCell should extend ExtendedCell

2017-12-27 Thread chia7712
HBASE-19628 ByteBufferCell should extend ExtendedCell Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/6b39062e Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/6b39062e Diff: http://git-wip-us.apache.org/repos/asf/hbase

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

2017-12-27 Thread git-site-role
Repository: hbase-site Updated Branches: refs/heads/asf-site 4cddebd1e -> d2b28a1a2 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/devapidocs/src-html/org/apache/hadoop/hbase/PrivateCellUtil.LastOnRowColByteBufferCell.html ---

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.FirstOnRowByteBufferCell.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.FirstOnRowByteBuff

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/devapidocs/src-html/org/apache/hadoop/hbase/PrivateCellUtil.FirstOnRowColTSByteBufferCell.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/PrivateCell

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/devapidocs/src-html/org/apache/hadoop/hbase/PrivateCellUtil.FirstOnRowColTSCell.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/PrivateCellUtil.First

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.ModifyColumnFamilyFuture.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.ModifyColumnFa

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/devapidocs/org/apache/hadoop/hbase/mapreduce/HFileOutputFormat2.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/mapreduce/HFileOutputFormat2.html b/devapidoc

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/devapidocs/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html b/devapidocs/org/apa

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/devapidocs/src-html/org/apache/hadoop/hbase/KeyValue.MetaComparator.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/KeyValue.MetaComparator.html b/d

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/devapidocs/src-html/org/apache/hadoop/hbase/KeyValue.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/KeyValue.html b/devapidocs/src-html/org/apache/h

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/devapidocs/src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html b/devapidocs/

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/devapidocs/src-html/org/apache/hadoop/hbase/KeyValue.SamePrefixComparator.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/KeyValue.SamePrefixComparat

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/devapidocs/org/apache/hadoop/hbase/io/encoding/BufferedDataBlockEncoder.OffheapDecodedCell.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/io/encoding/Buffere

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/apidocs/src-html/org/apache/hadoop/hbase/util/Base64.Base64InputStream.html -- diff --git a/apidocs/src-html/org/apache/hadoop/hbase/util/Base64.Base64InputStream.htm

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/devapidocs/org/apache/hadoop/hbase/KeyValue.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/KeyValue.html b/devapidocs/org/apache/hadoop/hbase/KeyValue.html i

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/apidocs/src-html/org/apache/hadoop/hbase/ServerLoad.html -- diff --git a/apidocs/src-html/org/apache/hadoop/hbase/ServerLoad.html b/apidocs/src-html/org/apache/hadoop

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/devapidocs/org/apache/hadoop/hbase/ServerMetricsBuilder.ServerMetricsImpl.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/ServerMetricsBuilder.ServerMetricsIm

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

2017-12-27 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/d2b28a1a Tree: http://git-wip-us.apache.org/repos/asf/hbase-site/tree/d2b28a1a Diff: http://git-wip-us.apache.org/repos/asf/hbase-site/diff/d2b28a1a

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/devapidocs/src-html/org/apache/hadoop/hbase/PrivateCellUtil.FirstOnRowCell.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/PrivateCellUtil.FirstOnRow

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/devapidocs/org/apache/hadoop/hbase/client/Mutation.CellWrapper.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/client/Mutation.CellWrapper.html b/devapidocs/

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/devapidocs/src-html/org/apache/hadoop/hbase/PrivateCellUtil.LastOnRowByteBufferCell.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/PrivateCellUtil.L

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.ValueAndTagRewriteByteBufferCell.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.ValueAndTa

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/devapidocs/org/apache/hadoop/hbase/RawCell.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/RawCell.html b/devapidocs/org/apache/hadoop/hbase/RawCell.html inde

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/devapidocs/src-html/org/apache/hadoop/hbase/PrivateCellUtil.FirstOnRowByteBufferCell.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/PrivateCellUtil.

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/devapidocs/org/apache/hadoop/hbase/SizeCachedNoTagsKeyValue.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/SizeCachedNoTagsKeyValue.html b/devapidocs/org/apa

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/apidocs/org/apache/hadoop/hbase/ServerMetrics.html -- diff --git a/apidocs/org/apache/hadoop/hbase/ServerMetrics.html b/apidocs/org/apache/hadoop/hbase/ServerMetrics.

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/devapidocs/src-html/org/apache/hadoop/hbase/IndividualBytesFieldCell.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/IndividualBytesFieldCell.html b

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/devapidocs/src-html/org/apache/hadoop/hbase/PrivateCellUtil.FirstOnRowColCell.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/PrivateCellUtil.FirstOn

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/devapidocs/org/apache/hadoop/hbase/NoTagsByteBufferKeyValue.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/NoTagsByteBufferKeyValue.html b/devapidocs/org/apa

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/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 .

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/devapidocs/org/apache/hadoop/hbase/client/example/HttpProxyExample.RequestHandler.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/client/example/HttpProxyExam

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/checkstyle.rss -- diff --git a/checkstyle.rss b/checkstyle.rss index 19938d7..9e2fae0 100644 --- a/checkstyle.rss +++ b/checkstyle.rss @@ -26,7 +26,7 @@ under the Lice

hbase-site git commit: INFRA-10751 Empty commit

2017-12-27 Thread git-site-role
Repository: hbase-site Updated Branches: refs/heads/asf-site d2b28a1a2 -> 7254d5f48 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/7254d5f4 Tree: http://git-wip-us.apache.org/repos/asf/h

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/apidocs/src-html/org/apache/hadoop/hbase/ServerMetrics.html -- diff --git a/apidocs/src-html/org/apache/hadoop/hbase/ServerMetrics.html b/apidocs/src-html/org/apache/

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/devapidocs/src-html/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html b

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/devapidocs/src-html/org/apache/hadoop/hbase/KeyValue.Type.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/KeyValue.Type.html b/devapidocs/src-html/or

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/devapidocs/src-html/org/apache/hadoop/hbase/PrivateCellUtil.FirstOnRowDeleteFamilyCell.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/PrivateCellUti

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/devapidocs/src-html/org/apache/hadoop/hbase/PrivateCellUtil.FirstOnRowColByteBufferCell.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/PrivateCellUt

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.FirstOnRowDeleteFamilyCell.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.FirstOnRowDelete

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.html b/devapidocs/org/apache/hadoop/hbase/P

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/devapidocs/org/apache/hadoop/hbase/IndividualBytesFieldCell.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/IndividualBytesFieldCell.html b/devapidocs/org/apa

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/devapidocs/src-html/org/apache/hadoop/hbase/PrivateCellUtil.LastOnRowCell.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/PrivateCellUtil.LastOnRowCe

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.html b/devapidocs/org/apache/hadoop/hba

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/apidocs/src-html/org/apache/hadoop/hbase/client/Mutation.html -- diff --git a/apidocs/src-html/org/apache/hadoop/hbase/client/Mutation.html b/apidocs/src-html/org/apa

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/devapidocs/org/apache/hadoop/hbase/io/encoding/BufferedDataBlockEncoder.OnheapDecodedCell.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/io/encoding/Buffered

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/devapidocs/org/apache/hadoop/hbase/regionserver/CompactSplit.Rejection.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/CompactSplit.Rejection.htm

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.TagRewriteByteBufferCell.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.TagRewriteByteBuff

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

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

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/devapidocs/src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferCell.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/PrivateCellUtil.Empty

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/devapidocs/src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyCell.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyCell.html

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/devapidocs/src-html/org/apache/hadoop/hbase/KeyValue.KVComparator.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/KeyValue.KVComparator.html b/devap

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/checkstyle-aggregate.html -- diff --git a/checkstyle-aggregate.html b/checkstyle-aggregate.html index 2ecc07f..e9373c7 100644 --- a/checkstyle-aggregate.html +++ b/che

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

2017-12-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d2b28a1a/devapidocs/org/apache/hadoop/hbase/security/SaslUtil.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/security/SaslUtil.html b/devapidocs/org/apache/hadoop/hba

svn commit: r23919 - /release/hbase/KEYS

2017-12-27 Thread stack
Author: stack Date: Wed Dec 27 16:15:51 2017 New Revision: 23919 Log: Add Mike Drob Key Modified: release/hbase/KEYS Modified: release/hbase/KEYS == --- release/hbase/KEYS (original) +++ release/hbase/KEYS Wed Dec 27

hbase git commit: HBASE-19610 Fixed Checkstyle errors in hbase-protocol and enabled Checkstyle to fail on violations

2017-12-27 Thread janh
Repository: hbase Updated Branches: refs/heads/master 6b39062e8 -> 3ed68fd70 HBASE-19610 Fixed Checkstyle errors in hbase-protocol and enabled Checkstyle to fail on violations Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/comm

hbase git commit: HBASE-19609 Fixed Checkstyle errors in hbase-metrics and enabled Checkstyle to fail on violations

2017-12-27 Thread janh
Repository: hbase Updated Branches: refs/heads/master 3ed68fd70 -> 6d9081b86 HBASE-19609 Fixed Checkstyle errors in hbase-metrics and enabled Checkstyle to fail on violations Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commi

hbase git commit: HBASE-19609 Fixed Checkstyle errors in hbase-metrics and enabled Checkstyle to fail on violations

2017-12-27 Thread janh
Repository: hbase Updated Branches: refs/heads/branch-2 2468f3002 -> b9f44bcfe HBASE-19609 Fixed Checkstyle errors in hbase-metrics and enabled Checkstyle to fail on violations Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/com

hbase git commit: HBASE-19647 Logging cleanups; emit regionname when RegionTooBusyException inside RetriesExhausted... make netty connect/disconnect TRACE-level

2017-12-27 Thread stack
Repository: hbase Updated Branches: refs/heads/master 6d9081b86 -> 16cd91697 HBASE-19647 Logging cleanups; emit regionname when RegionTooBusyException inside RetriesExhausted... make netty connect/disconnect TRACE-level Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http:

hbase git commit: HBASE-19647 Logging cleanups; emit regionname when RegionTooBusyException inside RetriesExhausted... make netty connect/disconnect TRACE-level

2017-12-27 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-2 b9f44bcfe -> cc8b37f84 HBASE-19647 Logging cleanups; emit regionname when RegionTooBusyException inside RetriesExhausted... make netty connect/disconnect TRACE-level Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: htt

hbase git commit: HBASE-19644 add the checkstyle rule to reject the illegal imports

2017-12-27 Thread chia7712
Repository: hbase Updated Branches: refs/heads/master 16cd91697 -> 01b1f48cc HBASE-19644 add the checkstyle rule to reject the illegal imports Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/01b1f48c Tree: http://git-wip-u

hbase git commit: HBASE-19644 add the checkstyle rule to reject the illegal imports

2017-12-27 Thread chia7712
Repository: hbase Updated Branches: refs/heads/branch-2 cc8b37f84 -> 7dee1bcd3 HBASE-19644 add the checkstyle rule to reject the illegal imports Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/7dee1bcd Tree: http://git-wip

hbase git commit: HBASE-19647 Logging cleanups; emit regionname when RegionTooBusyException inside RetriesExhausted... make netty connect/disconnect TRACE-level; ADDENDUM

2017-12-27 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-2 7dee1bcd3 -> e4ab29ada HBASE-19647 Logging cleanups; emit regionname when RegionTooBusyException inside RetriesExhausted... make netty connect/disconnect TRACE-level; ADDENDUM Project: http://git-wip-us.apache.org/repos/asf/hbase/repo C

hbase git commit: HBASE-19647 Logging cleanups; emit regionname when RegionTooBusyException inside RetriesExhausted... make netty connect/disconnect TRACE-level; ADDENDUM

2017-12-27 Thread stack
Repository: hbase Updated Branches: refs/heads/master 01b1f48cc -> 2c65f039e HBASE-19647 Logging cleanups; emit regionname when RegionTooBusyException inside RetriesExhausted... make netty connect/disconnect TRACE-level; ADDENDUM Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Com

hbase git commit: HBASE-19648 Move branch-2 version from 2.0.0-beta-1-SNAPSHOT to 2.0.0-beta-1

2017-12-27 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-2 e4ab29ada -> d6d836965 HBASE-19648 Move branch-2 version from 2.0.0-beta-1-SNAPSHOT to 2.0.0-beta-1 Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/d6d83696 Tree: htt

[21/26] hbase git commit: HBASE-19630 Add peer cluster key check when add new replication peer

2017-12-27 Thread zhangduo
HBASE-19630 Add peer cluster key check when add new replication peer 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/09249a20 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/09249a20 Diff: htt

  1   2   >