hbase git commit: HBASE-17086: Add comments to explain why Cell#getTagsLength() returns an int, rather than a short

2016-11-28 Thread anoopsamjohn
Repository: hbase Updated Branches: refs/heads/master d87df9209 -> 346e904a2 HBASE-17086: Add comments to explain why Cell#getTagsLength() returns an int, rather than a short Signed-off-by: anoopsamjohn Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.ap

[3/3] hbase git commit: HBASE-16912 Cleanup for HBaseTestingUtility.

2016-11-28 Thread busbey
HBASE-16912 Cleanup for HBaseTestingUtility. - Moves most uses of createRegionAndWAL() to not use the path directly. Most testcases don't need to know the exact path of region, but they use it to ensure isolation among test functions by cleaning up directory in a @Before function. T

[2/3] hbase git commit: HBASE-16912 Cleanup for HBaseTestingUtility.

2016-11-28 Thread busbey
http://git-wip-us.apache.org/repos/asf/hbase/blob/6d1813a2/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestAtomicOperation.java -- diff --git a/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/Te

[1/3] hbase git commit: HBASE-16912 Cleanup for HBaseTestingUtility.

2016-11-28 Thread busbey
Repository: hbase Updated Branches: refs/heads/hbase-14439 a36f80c7a -> 6d1813a2f http://git-wip-us.apache.org/repos/asf/hbase/blob/6d1813a2/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/wal/AbstractTestWALReplay.java ---

hbase git commit: HBASE-17189 TestMasterObserver#wasModifyTableActionCalled uses wrong variables (Stephen Yuan Jiang)

2016-11-28 Thread syuanjiang
Repository: hbase Updated Branches: refs/heads/branch-1 987205caf -> cdf539a8e HBASE-17189 TestMasterObserver#wasModifyTableActionCalled uses wrong variables (Stephen Yuan Jiang) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/c

hbase git commit: HBASE-17189 TestMasterObserver#wasModifyTableActionCalled uses wrong variables (Stephen Yuan Jiang)

2016-11-28 Thread syuanjiang
Repository: hbase Updated Branches: refs/heads/master b2d3fa1a8 -> d87df9209 HBASE-17189 TestMasterObserver#wasModifyTableActionCalled uses wrong variables (Stephen Yuan Jiang) 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-17186 MasterProcedureTestingUtility#testRecoveryAndDoubleExecution displays stale procedure state info (Stephen Yuan Jiang)

2016-11-28 Thread syuanjiang
Repository: hbase Updated Branches: refs/heads/master 51d9bac42 -> b2d3fa1a8 HBASE-17186 MasterProcedureTestingUtility#testRecoveryAndDoubleExecution displays stale procedure state info (Stephen Yuan Jiang) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.

hbase git commit: HBASE-17048 Calcuate suitable ByteBuf size when allocating send buffer in FanOutOneBlockAsyncDFSOutput (Ram)

2016-11-28 Thread ramkrishna
Repository: hbase Updated Branches: refs/heads/master cc03f7ad5 -> 51d9bac42 HBASE-17048 Calcuate suitable ByteBuf size when allocating send buffer in FanOutOneBlockAsyncDFSOutput (Ram) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/h

hbase git commit: HBASE-16561 Add metrics about read/write/scan queue length and active read/write/scan handler count

2016-11-28 Thread zhangduo
Repository: hbase Updated Branches: refs/heads/master 3d5e68607 -> cc03f7ad5 HBASE-16561 Add metrics about read/write/scan queue length and active read/write/scan handler count Signed-off-by: zhangduo Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apac

hbase git commit: HBASE-17072 CPU usage starts to climb up to 90-100% when using G1GC

2016-11-28 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-1 10c070825 -> 987205caf HBASE-17072 CPU usage starts to climb up to 90-100% when using G1GC Removes ThreadLocal. Uses AtomicReference instead (based on patch posted up in HBASE-10676 "Removing ThreadLocal of PrefetchedHeader in HFileBlock.

[1/2] hbase git commit: HBASE-17164 Moved FileLink and HFileLink to legacy.io package

2016-11-28 Thread busbey
Repository: hbase Updated Branches: refs/heads/hbase-14439 53f4ec9e9 -> a36f80c7a http://git-wip-us.apache.org/repos/asf/hbase/blob/a36f80c7/hbase-server/src/main/java/org/apache/hadoop/hbase/mob/mapreduce/SweepJob.java -- diff

[2/2] hbase git commit: HBASE-17164 Moved FileLink and HFileLink to legacy.io package

2016-11-28 Thread busbey
HBASE-17164 Moved FileLink and HFileLink to legacy.io package Signed-off-by: Sean Busbey Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/a36f80c7 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/a36f80c7 Diff: http://

hbase git commit: HBASE-17072 CPU usage starts to climb up to 90-100% when using G1GC

2016-11-28 Thread stack
Repository: hbase Updated Branches: refs/heads/master bbb81a7ac -> 3d5e68607 HBASE-17072 CPU usage starts to climb up to 90-100% when using G1GC Removes ThreadLocal. Uses AtomicReference instead (based on patch posted up in HBASE-10676 "Removing ThreadLocal of PrefetchedHeader in HFileBlock.FS

hbase git commit: HBASE-17183 Handle ByteBufferCell while making TagRewriteCell.

2016-11-28 Thread anoopsamjohn
Repository: hbase Updated Branches: refs/heads/master 4771c217c -> bbb81a7ac HBASE-17183 Handle ByteBufferCell while making TagRewriteCell. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/bbb81a7a Tree: http://git-wip-us.a