hbase git commit: HBASE-17426 Inconsistent environment variable names for enabling JMX

2017-03-16 Thread chia7712
Repository: hbase Updated Branches: refs/heads/branch-1 6be8d2041 -> e1eaf612f HBASE-17426 Inconsistent environment variable names for enabling JMX Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e1eaf612 Tree: http://git-

hbase git commit: HBASE-17707 New More Accurate Table Skew cost function/generator - revert due to test failure

2017-03-16 Thread tedyu
Repository: hbase Updated Branches: refs/heads/master a69c23abf -> 0ed50f42e HBASE-17707 New More Accurate Table Skew cost function/generator - revert due to test failure Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/0e

hbase git commit: HBASE-17706 TableSkewCostFunction improperly computes max skew - revert due to test failure

2017-03-16 Thread tedyu
Repository: hbase Updated Branches: refs/heads/master 7f0e6f1c9 -> a69c23abf HBASE-17706 TableSkewCostFunction improperly computes max skew - revert due to test failure Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/a69c

[1/2] hbase git commit: HBASE-17758 [RSGROUP] Add shell command to move servers and tables at the same time (Guangxu Cheng)

2017-03-16 Thread apurtell
Repository: hbase Updated Branches: refs/heads/master 8ad3add0d -> 7f0e6f1c9 http://git-wip-us.apache.org/repos/asf/hbase/blob/7f0e6f1c/hbase-rsgroup/src/main/java/org/apache/hadoop/hbase/rsgroup/RSGroupAdminServer.java -- diff

[2/2] hbase git commit: HBASE-17758 [RSGROUP] Add shell command to move servers and tables at the same time (Guangxu Cheng)

2017-03-16 Thread apurtell
HBASE-17758 [RSGROUP] Add shell command to move servers and tables at the same time (Guangxu Cheng) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/7f0e6f1c Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/7f0e6f1c Dif

hbase git commit: HBASE-17793 Backport ScanResultCache related code to branch-1

2017-03-16 Thread zhangduo
Repository: hbase Updated Branches: refs/heads/branch-1 d542b446b -> 6be8d2041 HBASE-17793 Backport ScanResultCache related code to branch-1 Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/6be8d204 Tree: http://git-wip-us.

hbase git commit: HBASE-17426 Inconsistent environment variable names for enabling JMX

2017-03-16 Thread chia7712
Repository: hbase Updated Branches: refs/heads/master e2a070cae -> 8ad3add0d HBASE-17426 Inconsistent environment variable names for enabling JMX Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/8ad3add0 Tree: http://git-wi

hbase git commit: HBASE-17778 Remove the testing code in the AsyncRequestFutureImpl

2017-03-16 Thread chia7712
Repository: hbase Updated Branches: refs/heads/branch-1 d1ea718e4 -> d542b446b HBASE-17778 Remove the testing code in the AsyncRequestFutureImpl Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/d542b446 Tree: http://git-wip

hbase git commit: HBASE-17778 Remove the testing code in the AsyncRequestFutureImpl

2017-03-16 Thread chia7712
Repository: hbase Updated Branches: refs/heads/master 7c19490ba -> e2a070cae HBASE-17778 Remove the testing code in the AsyncRequestFutureImpl Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e2a070ca Tree: http://git-wip-u

hbase git commit: HBASE-17792 Use a shared thread pool for AtomicityWriter, AtomicGetReader, AtomicScanReader's connections in TestAcidGuarantees (Huaxiang Sun)

2017-03-16 Thread stack
Repository: hbase Updated Branches: refs/heads/master 6fb44f7eb -> 7c19490ba HBASE-17792 Use a shared thread pool for AtomicityWriter, AtomicGetReader, AtomicScanReader's connections in TestAcidGuarantees (Huaxiang Sun) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http:

[2/2] hbase git commit: HBASE-17501 Revert "Revert "guard against NPE while reading FileTrailer and HFileBlock""

2017-03-16 Thread stack
HBASE-17501 Revert "Revert "guard against NPE while reading FileTrailer and HFileBlock"" This reverts commit 31d37fb904c4fcd77e79f9df8db155c5a3d1d8ed. A revert of a revert -- i.e. a restore -- just so I can fix the commit message (add in the JIRA number) Project: http://git-wip-us.apache.org/r

[1/2] hbase git commit: Revert "guard against NPE while reading FileTrailer and HFileBlock"

2017-03-16 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-1.2 17ef9fb15 -> 4f5f7fbd4 Revert "guard against NPE while reading FileTrailer and HFileBlock" This reverts commit f61f02b2b24af39545cc2754cfbc25122da60651. Revert so I can fix the commit message (it is missing the JIRA number) Project:

[1/2] hbase git commit: Revert "guard against NPE while reading FileTrailer and HFileBlock"

2017-03-16 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-1.3 48cbce7ce -> 226b6fa44 Revert "guard against NPE while reading FileTrailer and HFileBlock" This reverts commit 834488d435fb59d5cb2b0ed7f09b8b1e70d7e327. This is a revert just so I can add the JIRA number to the commit message (forgot t

[2/2] hbase git commit: HBASE-17501 Revert "Revert "guard against NPE while reading FileTrailer and HFileBlock""

2017-03-16 Thread stack
HBASE-17501 Revert "Revert "guard against NPE while reading FileTrailer and HFileBlock"" This reverts commit 3b73ebb7b8975e18c67c24c258fbc061614bb7f2. This is a revert of a revert -- i.e. a restore -- done just so I fix the commit message (it was missing JIRA number) Project: http://git-wip-us

[2/2] hbase git commit: HBASE-17501 Revert "Revert "guard against NPE while reading FileTrailer and HFileBlock""

2017-03-16 Thread stack
HBASE-17501 Revert "Revert "guard against NPE while reading FileTrailer and HFileBlock"" This reverts commit e92a147e1961366e36a39577816994566e1e21c5. This is a revert of a revert -- i.e. a restore -- just so I can change the commit message to add the JIRA number. Project: http://git-wip-us.ap

[1/2] hbase git commit: Revert "guard against NPE while reading FileTrailer and HFileBlock"

2017-03-16 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-1 094e9a311 -> d1ea718e4 Revert "guard against NPE while reading FileTrailer and HFileBlock" This reverts commit c97905a962b88a0c68ca8a51c2e507daec81ca6d. This is a revert just so I can add the JIRA number to the commit message. Project:

[2/2] hbase git commit: HBASE-17501 Revert "Revert "guard against NPE while reading FileTrailer and HFileBlock""

2017-03-16 Thread stack
HBASE-17501 Revert "Revert "guard against NPE while reading FileTrailer and HFileBlock"" This reverts commit 9a4068dcf8caec644e6703ffa365a8649bbd336e. This is a revert of a revert -- i.e. a restore -- just so I can add the JIRA issue to the commit message. Project: http://git-wip-us.apache.org

[1/2] hbase git commit: Revert "guard against NPE while reading FileTrailer and HFileBlock"

2017-03-16 Thread stack
Repository: hbase Updated Branches: refs/heads/master edbd0e494 -> 6fb44f7eb Revert "guard against NPE while reading FileTrailer and HFileBlock" This reverts commit 201c8382508da1266d11e04d3c7cbef42e0a256a. Reverted because missing JIRA number. Fixing... Project: http://git-wip-us.apache.or

hbase git commit: HBASE-17706 TableSkewCostFunction improperly computes max skew

2017-03-16 Thread tedyu
Repository: hbase Updated Branches: refs/heads/master e67eb6c42 -> edbd0e494 HBASE-17706 TableSkewCostFunction improperly computes max skew Signed-off-by: tedyu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/edbd0e49 Tr

[07/14] hbase git commit: HBASE-17780 BoundedByteBufferPool "At capacity" messages are not actionable

2017-03-16 Thread syuanjiang
HBASE-17780 BoundedByteBufferPool "At capacity" messages are not actionable Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/14fb57ca Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/14fb57ca Diff: http://git-wip-us.apac

[05/14] hbase git commit: HBASE-17747 Support both weak and soft object pool

2017-03-16 Thread syuanjiang
HBASE-17747 Support both weak and soft object pool Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/44b25588 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/44b25588 Diff: http://git-wip-us.apache.org/repos/asf/hbase/di

[13/14] hbase git commit: HBASE-17790 Mark ReplicationAdmin's peerAdded and listReplicationPeers as Deprecated

2017-03-16 Thread syuanjiang
HBASE-17790 Mark ReplicationAdmin's peerAdded and listReplicationPeers as Deprecated Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/6a6fff10 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/6a6fff10 Diff: http://git-w

[11/14] hbase git commit: HBASE-17740 Correct the semantic of batch and partial for async client

2017-03-16 Thread syuanjiang
HBASE-17740 Correct the semantic of batch and partial for async client Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/1849e8a5 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/1849e8a5 Diff: http://git-wip-us.apache.or

[10/14] hbase git commit: HBASE-17723 ClientAsyncPrefetchScanner may end prematurely when the size of the cache is one

2017-03-16 Thread syuanjiang
HBASE-17723 ClientAsyncPrefetchScanner may end prematurely when the size of the cache is one Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/0ecb6782 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/0ecb6782 Diff: http

[02/14] hbase git commit: HBASE-17773 VerifyReplication tool wrongly emits Invalid arguments error

2017-03-16 Thread syuanjiang
HBASE-17773 VerifyReplication tool wrongly emits Invalid arguments error Signed-off-by: Guanghao Zhang Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/fee67bcf Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/fee67bcf

[04/14] hbase git commit: guard against NPE while reading FileTrailer and HFileBlock

2017-03-16 Thread syuanjiang
guard against NPE while reading FileTrailer and HFileBlock guard against NPE from FSInputStream#seek 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/201c8382 Tree: http://git-wip-us.apache.org/r

[09/14] hbase git commit: HBASE-17584 Expose ScanMetrics with ResultScanner rather than Scan

2017-03-16 Thread syuanjiang
HBASE-17584 Expose ScanMetrics with ResultScanner rather than Scan Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/a49bc58a Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/a49bc58a Diff: http://git-wip-us.apache.org/re

[01/14] hbase git commit: HBASE-17746 TestSimpleRpcScheduler.testCoDelScheduling is broken

2017-03-16 Thread syuanjiang
Repository: hbase Updated Branches: refs/heads/hbase-12439 4b541d638 -> e67eb6c42 HBASE-17746 TestSimpleRpcScheduler.testCoDelScheduling is broken Signed-off-by: Guanghao Zhang Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/co

[06/14] hbase git commit: HBASE-17779 disable_table_replication returns misleading message and does not turn off replication (Janos Gub)

2017-03-16 Thread syuanjiang
HBASE-17779 disable_table_replication returns misleading message and does not turn off replication (Janos Gub) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/777fea55 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/7

[12/14] hbase git commit: HBASE-17707 New More Accurate Table Skew cost function/generator - re-enable with test fix

2017-03-16 Thread syuanjiang
HBASE-17707 New More Accurate Table Skew cost function/generator - re-enable with test fix This reverts commit 9214ad69af486109cc4dd31f60a82ac7ad8d3427. Signed-off-by: tedyu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/

[08/14] hbase git commit: HBASE-17782 Extend IdReadWriteLock to support using both weak and soft reference

2017-03-16 Thread syuanjiang
HBASE-17782 Extend IdReadWriteLock to support using both weak and soft reference Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/aace02a2 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/aace02a2 Diff: http://git-wip-us

[14/14] hbase git commit: HBSE-15314 Allow more than one backing file in bucketcache (Chunhui Shen)

2017-03-16 Thread syuanjiang
HBSE-15314 Allow more than one backing file in bucketcache (Chunhui Shen) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e67eb6c4 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/e67eb6c4 Diff: http://git-wip-us.apache

[03/14] hbase git commit: HBASE-15597 Clean up configuration keys used in hbase-spark module (Yi Liang)

2017-03-16 Thread syuanjiang
HBASE-15597 Clean up configuration keys used in hbase-spark module (Yi Liang) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/35d7a0cd Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/35d7a0cd Diff: http://git-wip-us.ap

[06/10] hbase git commit: HBASE-16584 Backport the new ipc implementation in HBASE-16432 to branch-1

2017-03-16 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hbase/blob/094e9a31/hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/RpcClientImpl.java -- diff --git a/hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/RpcClientImpl.java b/hbas

[02/10] hbase git commit: HBASE-16584 Backport the new ipc implementation in HBASE-16432 to branch-1

2017-03-16 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hbase/blob/094e9a31/hbase-server/src/test/java/org/apache/hadoop/hbase/ipc/protobuf/generated/TestProtos.java -- diff --git a/hbase-server/src/test/java/org/apache/hadoop/hbase/ipc/protobuf/g

[07/10] hbase git commit: HBASE-16584 Backport the new ipc implementation in HBASE-16432 to branch-1

2017-03-16 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hbase/blob/094e9a31/hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/IPCUtil.java -- diff --git a/hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/IPCUtil.java b/hbase-client/src

[10/10] hbase git commit: HBASE-16584 Backport the new ipc implementation in HBASE-16432 to branch-1

2017-03-16 Thread zhangduo
HBASE-16584 Backport the new ipc implementation in HBASE-16432 to branch-1 Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/094e9a31 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/094e9a31 Diff: http://git-wip-us.apach

[09/10] hbase git commit: HBASE-16584 Backport the new ipc implementation in HBASE-16432 to branch-1

2017-03-16 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hbase/blob/094e9a31/hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/AbstractRpcClient.java -- diff --git a/hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/AbstractRpcClient.java

[03/10] hbase git commit: HBASE-16584 Backport the new ipc implementation in HBASE-16432 to branch-1

2017-03-16 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hbase/blob/094e9a31/hbase-server/src/test/java/org/apache/hadoop/hbase/ipc/AbstractTestIPC.java -- diff --git a/hbase-server/src/test/java/org/apache/hadoop/hbase/ipc/AbstractTestIPC.java b/

[01/10] hbase git commit: HBASE-16584 Backport the new ipc implementation in HBASE-16432 to branch-1

2017-03-16 Thread zhangduo
Repository: hbase Updated Branches: refs/heads/branch-1 d7666b606 -> 094e9a311 http://git-wip-us.apache.org/repos/asf/hbase/blob/094e9a31/hbase-server/src/test/java/org/apache/hadoop/hbase/security/TestSecureIPC.java -- diff --

[05/10] hbase git commit: HBASE-16584 Backport the new ipc implementation in HBASE-16432 to branch-1

2017-03-16 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hbase/blob/094e9a31/hbase-client/src/main/java/org/apache/hadoop/hbase/security/HBaseSaslRpcClient.java -- diff --git a/hbase-client/src/main/java/org/apache/hadoop/hbase/security/HBaseSaslRp

[08/10] hbase git commit: HBASE-16584 Backport the new ipc implementation in HBASE-16432 to branch-1

2017-03-16 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hbase/blob/094e9a31/hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/AsyncServerResponseHandler.java -- diff --git a/hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/AsyncServerRe

[04/10] hbase git commit: HBASE-16584 Backport the new ipc implementation in HBASE-16432 to branch-1

2017-03-16 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hbase/blob/094e9a31/hbase-client/src/test/java/org/apache/hadoop/hbase/ipc/TestPayloadCarryingRpcController.java -- diff --git a/hbase-client/src/test/java/org/apache/hadoop/hbase/ipc/TestPay

hbase git commit: HBSE-15314 Allow more than one backing file in bucketcache (Chunhui Shen)

2017-03-16 Thread ramkrishna
Repository: hbase Updated Branches: refs/heads/master 6a6fff103 -> e67eb6c42 HBSE-15314 Allow more than one backing file in bucketcache (Chunhui Shen) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e67eb6c4 Tree: http://g

hbase git commit: HBASE-17790 Mark ReplicationAdmin's peerAdded and listReplicationPeers as Deprecated

2017-03-16 Thread zghao
Repository: hbase Updated Branches: refs/heads/master 53e9a1c43 -> 6a6fff103 HBASE-17790 Mark ReplicationAdmin's peerAdded and listReplicationPeers as Deprecated Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/6a6fff10 Tr