hbase git commit: HBASE-15495 Connection leak in FanOutOneBlockAsyncDFSOutputHelper

2016-03-22 Thread zhangduo
Repository: hbase Updated Branches: refs/heads/master 12f66e306 -> 5fcadb86a HBASE-15495 Connection leak in FanOutOneBlockAsyncDFSOutputHelper Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/5fcadb86 Tree:

[2/2] hbase git commit: HBASE-15477 Purge 'next block header' from cached blocks

2016-03-22 Thread stack
HBASE-15477 Purge 'next block header' from cached blocks When we read from HDFS, we overread to pick up the next blocks header. Doing this saves a seek as we move through the hfile; we save having to do an explicit seek just to read the block header every time we need to read the body. We used

[1/2] hbase git commit: HBASE-15477 Purge 'next block header' from cached blocks

2016-03-22 Thread stack
Repository: hbase Updated Branches: refs/heads/master a13d6e000 -> 12f66e306 http://git-wip-us.apache.org/repos/asf/hbase/blob/12f66e30/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/HFileScanner.java -- diff

[2/4] hbase git commit: Revert "HBASE-15477 Purge 'next block header' from cached blocks"

2016-03-22 Thread stack
Revert "HBASE-15477 Purge 'next block header' from cached blocks" Overcommit. Revert to fix. This reverts commit 000117ad9fd7eb59074c9bb0da2cf1f9544d4bed. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/54a543de Tree:

[4/4] hbase git commit: Revert "HBASE-15392 Single Cell Get reads two HFileBlocks M hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/ScanQueryMatcher.java moreRowsMayExistAfterCell Expl

2016-03-22 Thread stack
Revert "HBASE-15392 Single Cell Get reads two HFileBlocks M hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/ScanQueryMatcher.java moreRowsMayExistAfterCell Exploit the fact a Scan is a Get Scan. Also save compares if no non-default stopRow." Revert mistaken commit This reverts

[1/4] hbase git commit: Revert "HBASE-15477 Purge 'next block header' from cached blocks"

2016-03-22 Thread stack
Repository: hbase Updated Branches: refs/heads/master 3f3613a23 -> a13d6e000 http://git-wip-us.apache.org/repos/asf/hbase/blob/54a543de/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.java --

[3/4] hbase git commit: Revert "HBASE-15477 Purge 'next block header' from cached blocks" Overcommit. Revert.

2016-03-22 Thread stack
Revert "HBASE-15477 Purge 'next block header' from cached blocks" Overcommit. Revert. This reverts commit ef94b552399d75c0c16aca0109a39b66f15af892. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/c49d0caf Tree:

hbase git commit: HBASE-15416 TestHFileBackedByBucketCache is flakey since it went in

2016-03-22 Thread stack
Repository: hbase Updated Branches: refs/heads/master b3fe4ed16 -> 8af9ed743 HBASE-15416 TestHFileBackedByBucketCache is flakey since it went in Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/8af9ed74 Tree:

[3/3] hbase git commit: HBASE-15412 Add average region size metric (Alicia Ying Shu)

2016-03-22 Thread enis
HBASE-15412 Add average region size metric (Alicia Ying Shu) Conflicts: hbase-hadoop2-compat/src/main/java/org/apache/hadoop/hbase/regionserver/MetricsRegionServerSourceImpl.java hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/MetricsRegionServerWrapperImpl.java

[2/3] hbase git commit: HBASE-15412 Add average region size metric (Alicia Ying Shu)

2016-03-22 Thread enis
HBASE-15412 Add average region size metric (Alicia Ying Shu) Conflicts: hbase-hadoop2-compat/src/main/java/org/apache/hadoop/hbase/regionserver/MetricsRegionServerSourceImpl.java hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/MetricsRegionServerWrapperImpl.java

[1/3] hbase git commit: HBASE-15412 Add average region size metric (Alicia Ying Shu)

2016-03-22 Thread enis
Repository: hbase Updated Branches: refs/heads/branch-1 2331d9efe -> d07230a75 refs/heads/branch-1.3 95801e480 -> cdd71371d refs/heads/master 234847850 -> b3fe4ed16 HBASE-15412 Add average region size metric (Alicia Ying Shu) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo

hbase git commit: HBASE-15360 addendum fix testCoDelScheduling

2016-03-22 Thread stack
Repository: hbase Updated Branches: refs/heads/master 000117ad9 -> 234847850 HBASE-15360 addendum fix testCoDelScheduling Signed-off-by: stack Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/23484785

[2/2] hbase git commit: HBASE-15477 Purge 'next block header' from cached blocks

2016-03-22 Thread stack
HBASE-15477 Purge 'next block header' from cached blocks When we read from HDFS, we overread to pick up the next blocks header. Doing this saves a seek as we move through the hfile; we save having to do an explicit seek just to read the block header every time we need to read the body. We used

[1/2] hbase git commit: HBASE-15477 Purge 'next block header' from cached blocks

2016-03-22 Thread stack
Repository: hbase Updated Branches: refs/heads/master ef94b5523 -> 000117ad9 http://git-wip-us.apache.org/repos/asf/hbase/blob/000117ad/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/HFileScanner.java -- diff

hbase git commit: HBASE-15477 Purge 'next block header' from cached blocks

2016-03-22 Thread stack
Repository: hbase Updated Branches: refs/heads/master 891569bbd -> ef94b5523 HBASE-15477 Purge 'next block header' from cached blocks When we read from HDFS, we overread to pick up the next blocks header. Doing this saves a seek as we move through the hfile; we save having to do an explicit

[1/2] hbase git commit: HBASE-15392 Single Cell Get reads two HFileBlocks M hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/ScanQueryMatcher.java moreRowsMayExistAfterCell Exploit the

2016-03-22 Thread stack
Repository: hbase Updated Branches: refs/heads/master b6e1f6307 -> 891569bbd HBASE-15392 Single Cell Get reads two HFileBlocks M hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/ScanQueryMatcher.java moreRowsMayExistAfterCell Exploit the fact a Scan is a Get Scan. Also save

[2/2] hbase git commit: Add javadoc on how BBIOEngine works (by Anoop Sam John)

2016-03-22 Thread stack
Add javadoc on how BBIOEngine works (by Anoop Sam John) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/891569bb Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/891569bb Diff:

hbase git commit: HBASE-15447 Improve javadocs description for Delete methods [Forced Update!]

2016-03-22 Thread misty
Repository: hbase Updated Branches: refs/heads/master e5a31de00 -> b6e1f6307 (forced update) HBASE-15447 Improve javadocs description for Delete methods Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/b6e1f630 Tree:

hbase git commit: HBASE-15447 Improve javadocs description for Delete methods

2016-03-22 Thread misty
Repository: hbase Updated Branches: refs/heads/master 47471c35e -> e5a31de00 HBASE-15447 Improve javadocs description for Delete methods http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e5a31de0 Tree:

hbase git commit: HBASE-15488 Add ACL for setting split merge switch

2016-03-22 Thread tedyu
Repository: hbase Updated Branches: refs/heads/branch-1 249e37f83 -> 2331d9efe HBASE-15488 Add ACL for setting split merge switch Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/2331d9ef Tree:

hbase git commit: HBASE-15488 Add ACL for setting split merge switch

2016-03-22 Thread tedyu
Repository: hbase Updated Branches: refs/heads/master 797562e6c -> 47471c35e HBASE-15488 Add ACL for setting split merge switch Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/47471c35 Tree:

hbase git commit: HBASE-15325 ResultScanner allowing partial result will miss the rest of the row if the region is moved between two rpc requests (Phil Yang)

2016-03-22 Thread tedyu
Repository: hbase Updated Branches: refs/heads/branch-1.1 40e19e80b -> f3251dab4 HBASE-15325 ResultScanner allowing partial result will miss the rest of the row if the region is moved between two rpc requests (Phil Yang) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-15325 ResultScanner allowing partial result will miss the rest of the row if the region is moved between two rpc requests (Phil Yang)

2016-03-22 Thread tedyu
Repository: hbase Updated Branches: refs/heads/branch-1.2 7c8d72b04 -> e60f93de7 HBASE-15325 ResultScanner allowing partial result will miss the rest of the row if the region is moved between two rpc requests (Phil Yang) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-15325 ResultScanner allowing partial result will miss the rest of the row if the region is moved between two rpc requests (Phil Yang)

2016-03-22 Thread tedyu
Repository: hbase Updated Branches: refs/heads/branch-1.3 179cd14ce -> 36d89e56f HBASE-15325 ResultScanner allowing partial result will miss the rest of the row if the region is moved between two rpc requests (Phil Yang) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: