[3/6] hbase git commit: HBASE-16662 Fix open POODLE vulnerabilities

2016-09-22 Thread apurtell
HBASE-16662 Fix open POODLE vulnerabilities Signed-off-by: Andrew Purtell Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e382b2c9 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/e382b2c9 Diff:

[4/6] hbase git commit: HBASE-16662 Fix open POODLE vulnerabilities

2016-09-22 Thread apurtell
HBASE-16662 Fix open POODLE vulnerabilities Signed-off-by: Andrew Purtell Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/97ce640f Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/97ce640f Diff:

[6/6] hbase git commit: HBASE-16662 Fix open POODLE vulnerabilities

2016-09-22 Thread apurtell
HBASE-16662 Fix open POODLE vulnerabilities Signed-off-by: Andrew Purtell Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/88bba516 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/88bba516 Diff:

[1/6] hbase git commit: HBASE-16662 Fix open POODLE vulnerabilities

2016-09-22 Thread apurtell
Repository: hbase Updated Branches: refs/heads/0.98 efd1ba157 -> 88bba5169 refs/heads/branch-1 ba650a8a1 -> 697330402 refs/heads/branch-1.1 f7961ea70 -> 97ce640f5 refs/heads/branch-1.2 79531fd95 -> e382b2c9f refs/heads/branch-1.3 1c42948d5 -> 73d4edbfa refs/heads/master 83cf44cd3 ->

[2/6] hbase git commit: HBASE-16662 Fix open POODLE vulnerabilities

2016-09-22 Thread apurtell
HBASE-16662 Fix open POODLE vulnerabilities Signed-off-by: Andrew Purtell Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/73d4edbf Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/73d4edbf Diff:

hbase git commit: HBASE-16671 Split TestExportSnapshot

2016-09-22 Thread mbertozzi
Repository: hbase Updated Branches: refs/heads/master 4b05f4098 -> 07ed15598 HBASE-16671 Split TestExportSnapshot Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/07ed1559 Tree:

hbase git commit: HBASE-15315 Remove always set super user call as high priority (Yong Zhang)

2016-09-22 Thread apurtell
Repository: hbase Updated Branches: refs/heads/branch-1.2 e382b2c9f -> 32a7f2c4b HBASE-15315 Remove always set super user call as high priority (Yong Zhang) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/32a7f2c4 Tree:

[3/3] hbase git commit: HBASE-16604 Scanner retries on IOException can cause the scans to miss data

2016-09-22 Thread enis
HBASE-16604 Scanner retries on IOException can cause the scans to miss data Conflicts: hbase-hadoop2-compat/src/main/java/org/apache/hadoop/hbase/ipc/MetricsHBaseServerSourceImpl.java Conflicts: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSRpcServices.java

[1/3] hbase git commit: HBASE-16604 Scanner retries on IOException can cause the scans to miss data

2016-09-22 Thread enis
Repository: hbase Updated Branches: refs/heads/branch-1.1 97ce640f5 -> 9d424c20c refs/heads/branch-1.2 32a7f2c4b -> d307ad19f refs/heads/branch-1.3 73d4edbfa -> d600e8b70 HBASE-16604 Scanner retries on IOException can cause the scans to miss data Project:

[2/3] hbase git commit: HBASE-16604 Scanner retries on IOException can cause the scans to miss data

2016-09-22 Thread enis
HBASE-16604 Scanner retries on IOException can cause the scans to miss data Conflicts: hbase-hadoop2-compat/src/main/java/org/apache/hadoop/hbase/ipc/MetricsHBaseServerSourceImpl.java Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-16604 Scanner retries on IOException can cause the scans to miss data

2016-09-22 Thread enis
Repository: hbase Updated Branches: refs/heads/branch-1 697330402 -> 8a797e81b HBASE-16604 Scanner retries on IOException can cause the scans to miss data Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/8a797e81 Tree:

[1/2] hbase git commit: Revert "HBASE-16880 Reduce garbage in BufferChain (binlijin)" to fix JIRA number

2016-09-22 Thread liyu
Repository: hbase Updated Branches: refs/heads/master 07ed15598 -> 191afc8eb Revert "HBASE-16880 Reduce garbage in BufferChain (binlijin)" to fix JIRA number This reverts commit ce493642c0e295a08701cdcfe3ddc6755cdd7718. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

[2/2] hbase git commit: HBASE-16680 Reduce garbage in BufferChain

2016-09-22 Thread liyu
HBASE-16680 Reduce garbage in BufferChain Signed-off-by: Yu Li Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/191afc8e Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/191afc8e Diff:

hbase git commit: HBASE-16423 Add re-compare option to VerifyReplication to avoid occasional inconsistent rows (Jianwei Cui)

2016-09-22 Thread tedyu
Repository: hbase Updated Branches: refs/heads/master 191afc8eb -> 946c1ed8f HBASE-16423 Add re-compare option to VerifyReplication to avoid occasional inconsistent rows (Jianwei Cui) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-16683 Address review comments for mega patch of backup / restore feature

2016-09-22 Thread tedyu
Repository: hbase Updated Branches: refs/heads/HBASE-7912 7e6f19581 -> 9952b134f HBASE-16683 Address review comments for mega patch of backup / restore feature Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/9952b134

hbase git commit: HBASE-16675 Average region size may be incorrect when there is region whose RegionLoad cannot be retrieved

2016-09-22 Thread tedyu
Repository: hbase Updated Branches: refs/heads/branch-1 76da21fc5 -> ba650a8a1 HBASE-16675 Average region size may be incorrect when there is region whose RegionLoad cannot be retrieved Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-16675 Average region size may be incorrect when there is region whose RegionLoad cannot be retrieved

2016-09-22 Thread tedyu
Repository: hbase Updated Branches: refs/heads/master ce493642c -> 4bb84f7d0 HBASE-16675 Average region size may be incorrect when there is region whose RegionLoad cannot be retrieved Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-16670 Make RpcServer#processRequest logic more robust

2016-09-22 Thread liyu
Repository: hbase Updated Branches: refs/heads/master 19bbf4455 -> 2ff2c0ba6 HBASE-16670 Make RpcServer#processRequest logic more robust Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/2ff2c0ba Tree:

hbase git commit: HBASE-16670 Make RpcServer#processRequest logic more robust

2016-09-22 Thread liyu
Repository: hbase Updated Branches: refs/heads/branch-1 ecc1c294f -> 76da21fc5 HBASE-16670 Make RpcServer#processRequest logic more robust Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/76da21fc Tree:

hbase git commit: HBASE-16880 Reduce garbage in BufferChain (binlijin)

2016-09-22 Thread ashishsinghi
Repository: hbase Updated Branches: refs/heads/master 2ff2c0ba6 -> ce493642c HBASE-16880 Reduce garbage in BufferChain (binlijin) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/ce493642 Tree:

hbase git commit: HBASE-16650 Wrong usage of BlockCache eviction stat for heap memory tuning.

2016-09-22 Thread anoopsamjohn
Repository: hbase Updated Branches: refs/heads/master 4bb84f7d0 -> 1384c9a08 HBASE-16650 Wrong usage of BlockCache eviction stat for heap memory tuning. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/1384c9a0 Tree:

[hbase] Git Push Summary

2016-09-22 Thread busbey
Repository: hbase Updated Branches: refs/heads/hbase-14439-experimental [created] e7743d779

hbase git commit: HBASE-16604 Scanner retries on IOException can cause the scans to miss data

2016-09-22 Thread enis
Repository: hbase Updated Branches: refs/heads/master 1384c9a08 -> 83cf44cd3 HBASE-16604 Scanner retries on IOException can cause the scans to miss data Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/83cf44cd Tree:

[hbase] Git Push Summary

2016-09-22 Thread stack
Repository: hbase Updated Tags: refs/tags/1.2.3 [deleted] bd6374462

[hbase] Git Push Summary

2016-09-22 Thread stack
Repository: hbase Updated Tags: refs/tags/1.2.3RC0 [deleted] bd6374462

[hbase] Git Push Summary

2016-09-22 Thread stack
Repository: hbase Updated Tags: refs/tags/1.2.3 [created] bd6374462

[hbase] Git Push Summary

2016-09-22 Thread stack
Repository: hbase Updated Tags: refs/tags/rel/1.2.3 [created] bd6374462

[30/50] [abbrv] hbase git commit: HBASE-14734 Prevent BindException when setting up MiniKdc. Port for kdc service gets selected in the constructor, but we bind to it later in MiniKdc.start()-->MiniKdc

2016-09-22 Thread busbey
HBASE-14734 Prevent BindException when setting up MiniKdc. Port for kdc service gets selected in the constructor, but we bind to it later in MiniKdc.start()-->MiniKdc.initKDCServer() --> KdcServer.start(). In meantime, some other service can capture the port which results in BindException. The

[16/50] [abbrv] hbase git commit: HBASE-16507 Procedure v2 - Force DDL operation to always roll forward (addendum)

2016-09-22 Thread busbey
HBASE-16507 Procedure v2 - Force DDL operation to always roll forward (addendum) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/9c58d26d Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/9c58d26d Diff:

[12/50] [abbrv] hbase git commit: HBASE-16544 Remove or Clarify Using Amazon S3 Storage section in the reference guide -addendum (Yi Liang)

2016-09-22 Thread busbey
HBASE-16544 Remove or Clarify Using Amazon S3 Storage section in the reference guide -addendum (Yi Liang) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/bb3d9ccd Tree:

[24/50] [abbrv] hbase git commit: HBASE-16647 hbck should do offline reference repair before online repair

2016-09-22 Thread busbey
HBASE-16647 hbck should do offline reference repair before online repair Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/66821206 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/66821206 Diff:

[34/50] [abbrv] hbase git commit: HBASE-16651 LRUBlockCache#returnBlock should try return block to Victim Handler L2 cache.

2016-09-22 Thread busbey
HBASE-16651 LRUBlockCache#returnBlock should try return block to Victim Handler L2 cache. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/19bbf445 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/19bbf445 Diff:

[09/50] [abbrv] hbase git commit: HBASE-16631 Extract AsyncRequestFuture related code from AsyncProcess

2016-09-22 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase/blob/2cf8907d/hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncRequestFutureImpl.java -- diff --git

[04/50] [abbrv] hbase git commit: HBASE-16640 TimeoutBlockingQueue#remove() should return whether the entry is removed

2016-09-22 Thread busbey
HBASE-16640 TimeoutBlockingQueue#remove() should return whether the entry is removed Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e782d0bb Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/e782d0bb Diff:

[33/50] [abbrv] hbase git commit: HBASE-12088 Addendum - fix spacing

2016-09-22 Thread busbey
HBASE-12088 Addendum - fix spacing Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/c9d0d11e Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/c9d0d11e Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/c9d0d11e

[21/50] [abbrv] hbase git commit: HBASE-16646 Enhance LoadIncrementalHFiles API to accept store file paths as input - addendum adheres to original cleanup logic

2016-09-22 Thread busbey
HBASE-16646 Enhance LoadIncrementalHFiles API to accept store file paths as input - addendum adheres to original cleanup logic Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/08d9a2b6 Tree:

[50/50] [abbrv] hbase git commit: HBASE-14439 Move fs stuff out pt1 - master fs + table desc

2016-09-22 Thread busbey
HBASE-14439 Move fs stuff out pt1 - master fs + table desc Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/6796171f Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/6796171f Diff:

[44/50] [abbrv] hbase git commit: HBASE-14439 API cleanup

2016-09-22 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase/blob/2986c971/hbase-server/src/main/java/org/apache/hadoop/hbase/fs/legacy/LegacyRegionStorage.java -- diff --git

[37/50] [abbrv] hbase git commit: HBASE-16675 Average region size may be incorrect when there is region whose RegionLoad cannot be retrieved

2016-09-22 Thread busbey
HBASE-16675 Average region size may be incorrect when there is region whose RegionLoad cannot be retrieved Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/4bb84f7d Tree:

[41/50] [abbrv] hbase git commit: HBASE-14439 Move fs stuff out pt2 - region fs

2016-09-22 Thread busbey
HBASE-14439 Move fs stuff out pt2 - region fs Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/fe2918ba Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/fe2918ba Diff:

[31/50] [abbrv] hbase git commit: HBASE-16669 Fix flakey TestAdmin1#testMergeRegions

2016-09-22 Thread busbey
HBASE-16669 Fix flakey TestAdmin1#testMergeRegions Has been failing with incorrect region counts Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/055dde7d Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/055dde7d Diff:

[17/50] [abbrv] hbase git commit: HBASE-7612 [JDK8] Replace use of high-scale-lib counters with intrinsic facilities

2016-09-22 Thread busbey
HBASE-7612 [JDK8] Replace use of high-scale-lib counters with intrinsic facilities Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/6eb62254 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/6eb62254 Diff:

[19/50] [abbrv] hbase git commit: HBASE-16554 Rebuild WAL tracker if trailer is corrupted.

2016-09-22 Thread busbey
HBASE-16554 Rebuild WAL tracker if trailer is corrupted. Change-Id: Iecc3347de3de9fc57f57ab5f498aad404d02ec52 Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/b2eac0da Tree:

[18/50] [abbrv] hbase git commit: HBASE-16335 RpcClient under heavy load leaks some netty bytebuf (Ram)

2016-09-22 Thread busbey
HBASE-16335 RpcClient under heavy load leaks some netty bytebuf (Ram) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/c5b8aaba Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/c5b8aaba Diff:

[25/50] [abbrv] hbase git commit: HBASE-16658 Optimize UTF8 string/byte conversions (binlijin)

2016-09-22 Thread busbey
HBASE-16658 Optimize UTF8 string/byte conversions (binlijin) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/6624c676 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/6624c676 Diff:

[43/50] [abbrv] hbase git commit: HBASE-14439 API cleanup

2016-09-22 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase/blob/2986c971/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RegionMergeTransactionImpl.java -- diff --git

[42/50] [abbrv] hbase git commit: HBASE-14439 API cleanup

2016-09-22 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase/blob/2986c971/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestSplitTransactionOnCluster.java -- diff --git

[48/50] [abbrv] hbase git commit: HBASE-14439 break everything HRegion

2016-09-22 Thread busbey
HBASE-14439 break everything HRegion Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/457ebd7b Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/457ebd7b Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/457ebd7b

[45/50] [abbrv] hbase git commit: HBASE-14439 API cleanup

2016-09-22 Thread busbey
HBASE-14439 API cleanup * passes `mvn -DskipTests compile`, does not pass `mvn -DskipTests test-compile`. * some fixup from rebasing * rename RegionFileSystem to RegionStorage * switch from Path in that API to opaque identifiers * move a few methods around based on propogating those changes *

[02/50] [abbrv] hbase git commit: HBASE-16626 User customized RegionScanner from 1.X is incompatible with 2.0.0's off-heap part. (Charlie Qiangeng Xu)

2016-09-22 Thread busbey
HBASE-16626 User customized RegionScanner from 1.X is incompatible with 2.0.0's off-heap part. (Charlie Qiangeng Xu) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/56be3ac7 Tree:

[07/50] [abbrv] hbase git commit: HBASE-16349 TestClusterId may hang during cluster shutdown

2016-09-22 Thread busbey
HBASE-16349 TestClusterId may hang during cluster shutdown Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/2597217a Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/2597217a Diff:

[32/50] [abbrv] hbase git commit: HBASE-12088 Remove unused hadoop-1.0, hadoop-1.1 profiles from non-root poms

2016-09-22 Thread busbey
HBASE-12088 Remove unused hadoop-1.0, hadoop-1.1 profiles from non-root poms Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/a90d433a Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/a90d433a Diff:

[40/50] [abbrv] hbase git commit: HBASE-14439 Move fs stuff out pt2 - region fs

2016-09-22 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase/blob/fe2918ba/hbase-server/src/main/java/org/apache/hadoop/hbase/fs/legacy/HFileArchiver.java -- diff --git

[46/50] [abbrv] hbase git commit: HBASE-14439 break everything HRegion

2016-09-22 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase/blob/457ebd7b/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestAtomicOperation.java -- diff --git

[35/50] [abbrv] hbase git commit: HBASE-16670 Make RpcServer#processRequest logic more robust

2016-09-22 Thread busbey
HBASE-16670 Make RpcServer#processRequest logic more robust Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/2ff2c0ba Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/2ff2c0ba Diff:

[28/50] [abbrv] hbase git commit: HBASE-12949 Scanner can be stuck in infinite loop if the HFile is corrupted

2016-09-22 Thread busbey
HBASE-12949 Scanner can be stuck in infinite loop if the HFile is corrupted Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/b6b01a79 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/b6b01a79 Diff:

[22/50] [abbrv] hbase git commit: HBASE-16551 Cleanup SplitLogManager and CatalogJanitor

2016-09-22 Thread busbey
HBASE-16551 Cleanup SplitLogManager and CatalogJanitor Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/181fed44 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/181fed44 Diff:

[38/50] [abbrv] hbase git commit: HBASE-16650 Wrong usage of BlockCache eviction stat for heap memory tuning.

2016-09-22 Thread busbey
HBASE-16650 Wrong usage of BlockCache eviction stat for heap memory tuning. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/1384c9a0 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/1384c9a0 Diff:

[47/50] [abbrv] hbase git commit: HBASE-14439 break everything HRegion

2016-09-22 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase/blob/457ebd7b/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionFileSystem.java -- diff --git

[26/50] [abbrv] hbase git commit: HBASE-16659 Use CellUtil.createFirstOnRow instead of KeyValueUtil.createFirstOnRow in some places (binlijin)

2016-09-22 Thread busbey
HBASE-16659 Use CellUtil.createFirstOnRow instead of KeyValueUtil.createFirstOnRow in some places (binlijin) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/c67983eb Tree:

[23/50] [abbrv] hbase git commit: HBASE-16646 Enhance LoadIncrementalHFiles API to accept store file paths as input - addendum populates filesystem for the new doBulkLoad()

2016-09-22 Thread busbey
HBASE-16646 Enhance LoadIncrementalHFiles API to accept store file paths as input - addendum populates filesystem for the new doBulkLoad() Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/22dcce57 Tree:

[29/50] [abbrv] hbase git commit: HBASE-16294 hbck reporting "No HDFS region dir found" for replicas

2016-09-22 Thread busbey
HBASE-16294 hbck reporting "No HDFS region dir found" for replicas Signed-off-by: Matteo Bertozzi Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/6a4c292a Tree:

[20/50] [abbrv] hbase git commit: HBASE-16646 Enhance LoadIncrementalHFiles API to accept store file paths as input

2016-09-22 Thread busbey
HBASE-16646 Enhance LoadIncrementalHFiles API to accept store file paths as input Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/348eb283 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/348eb283 Diff:

[13/50] [abbrv] hbase git commit: HBASE-16598 Enable zookeeper useMulti always and clean up in HBase code

2016-09-22 Thread busbey
HBASE-16598 Enable zookeeper useMulti always and clean up in HBase code Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/edc0ef3f Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/edc0ef3f Diff:

[27/50] [abbrv] hbase git commit: HBASE-16654 Better handle channelInactive and close for netty rpc client

2016-09-22 Thread busbey
HBASE-16654 Better handle channelInactive and close for netty rpc client Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/5568929d Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/5568929d Diff:

[10/50] [abbrv] hbase git commit: HBASE-16631 Extract AsyncRequestFuture related code from AsyncProcess

2016-09-22 Thread busbey
HBASE-16631 Extract AsyncRequestFuture related code from AsyncProcess Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/2cf8907d Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/2cf8907d Diff:

[06/50] [abbrv] hbase git commit: HBASE-16634 Speedup TestExportSnapshot

2016-09-22 Thread busbey
HBASE-16634 Speedup TestExportSnapshot Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e19632a1 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/e19632a1 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/e19632a1

[05/50] [abbrv] hbase git commit: HBASE-16639 TestProcedureInMemoryChore#testChoreAddAndRemove occasionally fails

2016-09-22 Thread busbey
HBASE-16639 TestProcedureInMemoryChore#testChoreAddAndRemove occasionally fails Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/216e8473 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/216e8473 Diff:

[11/50] [abbrv] hbase git commit: HBASE-16447 Replication by namespaces config in peer (Guanghao Zhang)

2016-09-22 Thread busbey
HBASE-16447 Replication by namespaces config in peer (Guanghao Zhang) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/1a1003a4 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/1a1003a4 Diff:

[14/50] [abbrv] hbase git commit: HBASE-16534 Procedure v2 - Perf Tool for Scheduler. Tool to test performance of locks and queues in procedure scheduler independently from other framework components.

2016-09-22 Thread busbey
HBASE-16534 Procedure v2 - Perf Tool for Scheduler. Tool to test performance of locks and queues in procedure scheduler independently from other framework components. Inserts table and region operations in the scheduler, then polls them and exercises their locks. Number of tables, regions and

[15/50] [abbrv] hbase git commit: HBASE-16165 Decrease RpcServer.callQueueSize before writeResponse causes OOM (Guanghao Zhang)

2016-09-22 Thread busbey
HBASE-16165 Decrease RpcServer.callQueueSize before writeResponse causes OOM (Guanghao Zhang) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/4faa8ea9 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/4faa8ea9 Diff:

[01/50] [abbrv] hbase git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/hbase [Forced Update!]

2016-09-22 Thread busbey
Repository: hbase Updated Branches: refs/heads/hbase-14439 e7743d779 -> 2986c9716 (forced update) Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/hbase Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: