[12/23] hbase git commit: HBASE-17815 Remove the unused field in PrefixTreeSeeker

2017-03-27 Thread syuanjiang
HBASE-17815 Remove the unused field in PrefixTreeSeeker Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/f2d1b8db Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/f2d1b8db Diff: http://git-wip-us.apache.org/repos/asf/hba

[04/23] hbase git commit: Fix hanging tag on site resources page

2017-03-27 Thread syuanjiang
Fix hanging tag on site resources page Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/a41b1852 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/a41b1852 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/a41b1852

[19/23] hbase git commit: HBASE-17834 close stale PRs.

2017-03-27 Thread syuanjiang
HBASE-17834 close stale PRs. * closes #8 - stale, please reopen if interested in continueing. * closes #40 - HBASE-15314 has already been merged. 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/

[15/23] hbase git commit: HBASE-17595 addendum fix the problem for mayHaveMoreCellsInRow

2017-03-27 Thread syuanjiang
HBASE-17595 addendum fix the problem for mayHaveMoreCellsInRow Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/f1c1f258 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/f1c1f258 Diff: http://git-wip-us.apache.org/repos/

[23/23] hbase git commit: HBASE-16755 Honor flush policy under global memstore pressure

2017-03-27 Thread syuanjiang
HBASE-16755 Honor flush policy under global memstore pressure Signed-off-by: Gary Helmling Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/4b62a52e Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/4b62a52e Diff: http:

[10/23] hbase git commit: Update home page to say hbasecon2017 is on google campus in MTV, not SF

2017-03-27 Thread syuanjiang
Update home page to say hbasecon2017 is on google campus in MTV, not SF Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/11dc5bf6 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/11dc5bf6 Diff: http://git-wip-us.apache.o

[06/23] hbase git commit: HBASE-17805 We should remove BoundedByteBufferPool because it is replaced by ByteBufferPool

2017-03-27 Thread syuanjiang
HBASE-17805 We should remove BoundedByteBufferPool because it is replaced by ByteBufferPool Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/7bb0624b Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/7bb0624b Diff: http:

[20/23] hbase git commit: Added Anastasia Braginsky to the pom.xml

2017-03-27 Thread syuanjiang
Added Anastasia Braginsky to the pom.xml Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/04fc4550 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/04fc4550 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/04fc455

[07/23] hbase git commit: HBASE-17812 Remove RpcConnection from pool in AbstractRpcClient.cancelConnections

2017-03-27 Thread syuanjiang
HBASE-17812 Remove RpcConnection from pool in AbstractRpcClient.cancelConnections Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/cc59fe4e Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/cc59fe4e Diff: http://git-wip-

[22/23] hbase git commit: HBASE-17831 Support small scan in thrift2 (Guangxu Cheng)

2017-03-27 Thread syuanjiang
HBASE-17831 Support small scan in thrift2 (Guangxu Cheng) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/85fda441 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/85fda441 Diff: http://git-wip-us.apache.org/repos/asf/h

[21/23] hbase git commit: Reviving the merge of the compacting pipeline: making the limit on the number of the segments in the pipeline configurable, adding merge test, fixing bug in sizes counting

2017-03-27 Thread syuanjiang
Reviving the merge of the compacting pipeline: making the limit on the number of the segments in the pipeline configurable, adding merge test, fixing bug in sizes counting Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/c77e

[01/23] hbase git commit: HBASE-16084 Cleaned up the stale references in Javadoc

2017-03-27 Thread syuanjiang
Repository: hbase Updated Branches: refs/heads/hbase-12439 4088f822a -> 4b62a52eb HBASE-16084 Cleaned up the stale references in Javadoc 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/55d6dcaf Tree:

[02/23] hbase git commit: HBASE-17582 Fix broken drop page cache hint (broken by HBASE-15236).

2017-03-27 Thread syuanjiang
HBASE-17582 Fix broken drop page cache hint (broken by HBASE-15236). Change-Id: I2947ab979979f977db7b0c282c4aaf4eb1f26482 Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e39e0e63 Tree: http://git-wip-us.apache.org/repos/asf/h

[08/23] hbase git commit: HBASE-17655 Removing MemStoreScanner and SnapshotScanner

2017-03-27 Thread syuanjiang
HBASE-17655 Removing MemStoreScanner and SnapshotScanner Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/8f4ae0a0 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/8f4ae0a0 Diff: http://git-wip-us.apache.org/repos/asf/hb

[03/23] hbase git commit: Added hbase high performance cookbook to the book resources page on the website

2017-03-27 Thread syuanjiang
Added hbase high performance cookbook to the book resources page on the website Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/16900c8c Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/16900c8c Diff: http://git-wip-us.

[16/23] hbase git commit: HBASE-17669: Implement async mergeRegion/splitRegion methods

2017-03-27 Thread syuanjiang
HBASE-17669: Implement async mergeRegion/splitRegion methods 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/faf81d51 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/faf81d51 Diff: http://git-

[14/23] hbase git commit: HBASE-17809 cleanup unused class

2017-03-27 Thread syuanjiang
HBASE-17809 cleanup unused class Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/fe3c32eb Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/fe3c32eb Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/fe3c32eb Branc

[17/23] hbase git commit: HBASE-17623 Reuse the bytes array when building the hfile block

2017-03-27 Thread syuanjiang
HBASE-17623 Reuse the bytes array when building the hfile block Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/6bd31090 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/6bd31090 Diff: http://git-wip-us.apache.org/repos

[09/23] hbase git commit: HBASE-17798 RpcServer.Listener.Reader can abort due to CancelledKeyException (Guangxu Cheng)

2017-03-27 Thread syuanjiang
HBASE-17798 RpcServer.Listener.Reader can abort due to CancelledKeyException (Guangxu Cheng) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/1cfd22bf Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/1cfd22bf Diff: http

[11/23] hbase git commit: HBASE-17807 correct the value of zookeeper.session.timeout in hbase doc

2017-03-27 Thread syuanjiang
HBASE-17807 correct the value of zookeeper.session.timeout in hbase doc 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/94107093 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/94107093 Diff: htt

[05/23] hbase git commit: HBASE-16014 Get and Put constructor argument lists are divergent

2017-03-27 Thread syuanjiang
HBASE-16014 Get and Put constructor argument lists are divergent 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/9c8f02e4 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/9c8f02e4 Diff: h

[18/23] hbase git commit: HBASE-13395 Removed HTableInterface

2017-03-27 Thread syuanjiang
HBASE-13395 Removed HTableInterface 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/50e98251 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/50e98251 Diff: http://git-wip-us.apache.org/r

[13/23] hbase git commit: HBASE-17809 cleanup unused class

2017-03-27 Thread syuanjiang
http://git-wip-us.apache.org/repos/asf/hbase/blob/fe3c32eb/hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestSortedCopyOnWriteSet.java -- diff --git a/hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestSortedCop

hbase git commit: HBASE-16755 Honor flush policy under global memstore pressure

2017-03-27 Thread garyh
Repository: hbase Updated Branches: refs/heads/branch-1.3 ab335bf9d -> ef55e5875 HBASE-16755 Honor flush policy under global memstore pressure Signed-off-by: Gary Helmling Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/

hbase git commit: HBASE-16755 Honor flush policy under global memstore pressure

2017-03-27 Thread garyh
Repository: hbase Updated Branches: refs/heads/branch-1 006bfc705 -> babb85794 HBASE-16755 Honor flush policy under global memstore pressure Signed-off-by: Gary Helmling Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/ba

hbase git commit: Adding methods to run a stand-alone HBase instance

2017-03-27 Thread enis
Repository: hbase Updated Branches: refs/heads/HBASE-14850 a772ba326 -> 239a8fc3e Adding methods to run a stand-alone HBase instance Signed-off-by: Enis Soztutar Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/239a8fc3 T

hbase git commit: HBASE-16755 Honor flush policy under global memstore pressure

2017-03-27 Thread garyh
Repository: hbase Updated Branches: refs/heads/master 85fda4417 -> 4b62a52eb HBASE-16755 Honor flush policy under global memstore pressure Signed-off-by: Gary Helmling Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/4b62

hbase git commit: HBASE-17831 Support small scan in thrift2 (Guangxu Cheng)

2017-03-27 Thread tedyu
Repository: hbase Updated Branches: refs/heads/master c77e2135d -> 85fda4417 HBASE-17831 Support small scan in thrift2 (Guangxu Cheng) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/85fda441 Tree: http://git-wip-us.apache

hbase git commit: Reviving the merge of the compacting pipeline: making the limit on the number of the segments in the pipeline configurable, adding merge test, fixing bug in sizes counting

2017-03-27 Thread anastasia
Repository: hbase Updated Branches: refs/heads/master 04fc45503 -> c77e2135d Reviving the merge of the compacting pipeline: making the limit on the number of the segments in the pipeline configurable, adding merge test, fixing bug in sizes counting Project: http://git-wip-us.apache.org/repo

hbase git commit: Added Anastasia Braginsky to the pom.xml

2017-03-27 Thread anastasia
Repository: hbase Updated Branches: refs/heads/master 4a076cdf0 -> 04fc45503 Added Anastasia Braginsky to the pom.xml Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/04fc4550 Tree: http://git-wip-us.apache.org/repos/asf/hb