git commit: HBASE-12183 FuzzyRowFilter doesn't support reverse scans

2014-10-09 Thread ndimiduk
Repository: hbase Updated Branches: refs/heads/0.98 f97f5a41f -> 386f36db8 HBASE-12183 FuzzyRowFilter doesn't support reverse scans Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/386f36db Tree: http://git-wip-us.apache.or

git commit: HBASE-12181 Some tests create a table and try to use it before regions get assigned (Dima Spivak)

2014-10-09 Thread apurtell
Repository: hbase Updated Branches: refs/heads/0.98 a28a90eef -> f97f5a41f HBASE-12181 Some tests create a table and try to use it before regions get assigned (Dima Spivak) Conflicts: hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestSplitTransactionOnCluster.java

git commit: HBASE-12189 Fix new issues found by coverity static analysis

2014-10-09 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-1 ab48c0413 -> 608bb9e30 HBASE-12189 Fix new issues found by coverity static analysis Conflicts: hbase-server/src/main/java/org/apache/hadoop/hbase/quotas/QuotaState.java hbase-server/src/main/java/org/apache/hadoop/hbase/

git commit: HBASE-12189 Fix new issues found by coverity static analysis

2014-10-09 Thread stack
Repository: hbase Updated Branches: refs/heads/master 8915130dd -> 06a8bb5bd HBASE-12189 Fix new issues found by coverity static analysis Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/06a8bb5b Tree: http://git-wip-us.apa

git commit: HBASE-12198 Fix the bug of not updating location cache

2014-10-09 Thread apurtell
Repository: hbase Updated Branches: refs/heads/0.98 1c2946c40 -> a28a90eef HBASE-12198 Fix the bug of not updating location cache Summary: # Clear the cache of the server when failed Test Plan: Add testcase `TestHTableMultiplexerFlushCache` to reproduce the bug. Differential Revision: https

git commit: HBASE-12212 HBaseTestingUtility#waitUntilAllRegionsAssigned should wait for RegionStates

2014-10-09 Thread stack
Repository: hbase Updated Branches: refs/heads/0.98 bdb828d96 -> 1c2946c40 HBASE-12212 HBaseTestingUtility#waitUntilAllRegionsAssigned should wait for RegionStates Signed-off-by: stack Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf

git commit: HBASE-12212 HBaseTestingUtility#waitUntilAllRegionsAssigned should wait for RegionStates

2014-10-09 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-1 2918a8407 -> ab48c0413 HBASE-12212 HBaseTestingUtility#waitUntilAllRegionsAssigned should wait for RegionStates Signed-off-by: stack Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos

git commit: HBASE-12212 HBaseTestingUtility#waitUntilAllRegionsAssigned should wait for RegionStates

2014-10-09 Thread stack
Repository: hbase Updated Branches: refs/heads/master 712dad814 -> 8915130dd HBASE-12212 HBaseTestingUtility#waitUntilAllRegionsAssigned should wait for RegionStates Signed-off-by: stack Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/a

git commit: HBASE-12183 FuzzyRowFilter doesn't support reverse scans

2014-10-09 Thread ndimiduk
Repository: hbase Updated Branches: refs/heads/branch-1 71ed70336 -> 2918a8407 HBASE-12183 FuzzyRowFilter doesn't support reverse scans Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/2918a840 Tree: http://git-wip-us.apach

git commit: HBASE-12183 FuzzyRowFilter doesn't support reverse scans

2014-10-09 Thread ndimiduk
Repository: hbase Updated Branches: refs/heads/master 5420b4c78 -> 712dad814 HBASE-12183 FuzzyRowFilter doesn't support reverse scans Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/712dad81 Tree: http://git-wip-us.apache.

git commit: HBASE-12142 Truncate command does not preserve ACLs table (Vandana Ayyalasomayajula)

2014-10-09 Thread stack
Repository: hbase Updated Branches: refs/heads/master d5be58dfd -> 5420b4c78 HBASE-12142 Truncate command does not preserve ACLs table (Vandana Ayyalasomayajula) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/5420b4c7 Tr

git commit: Add hedgedReads and hedgedReadWins count metrics

2014-10-09 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-1 8b167e4c9 -> 71ed70336 Add hedgedReads and hedgedReadWins count metrics Conflicts: hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestFSUtils.java Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http:

git commit: Add hedgedReads and hedgedReadWins count metrics

2014-10-09 Thread stack
Repository: hbase Updated Branches: refs/heads/master 72c8c62aa -> d5be58dfd Add hedgedReads and hedgedReadWins count metrics Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/d5be58df Tree: http://git-wip-us.apache.org/repo

git commit: HBASE-12216 Lower closed region logging level

2014-10-09 Thread jxiang
Repository: hbase Updated Branches: refs/heads/master f75785af5 -> 72c8c62aa HBASE-12216 Lower closed region logging level Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/72c8c62a Tree: http://git-wip-us.apache.org/repos/a

git commit: HBASE-12200 When an RPC server handler thread dies, throw exception (Alicia Shu)

2014-10-09 Thread tedyu
Repository: hbase Updated Branches: refs/heads/0.98 480227576 -> bdb828d96 HBASE-12200 When an RPC server handler thread dies, throw exception (Alicia Shu) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/bdb828d9 Tree: htt

git commit: HBASE-12109 user_permission command for namespace does not return correct result (Vandana Ayyalasomayajula)

2014-10-09 Thread tedyu
Repository: hbase Updated Branches: refs/heads/0.98 ee7a952f8 -> 480227576 HBASE-12109 user_permission command for namespace does not return correct result (Vandana Ayyalasomayajula) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hba

git commit: HBASE-12218 Make HBaseCommonTestingUtil#deleteDir try harder

2014-10-09 Thread eclark
Repository: hbase Updated Branches: refs/heads/master 0eb0721fe -> f75785af5 HBASE-12218 Make HBaseCommonTestingUtil#deleteDir try harder Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/f75785af Tree: http://git-wip-us.apa

git commit: HBASE-12218 Make HBaseCommonTestingUtil#deleteDir try harder

2014-10-09 Thread eclark
Repository: hbase Updated Branches: refs/heads/branch-1 b19db7996 -> 8b167e4c9 HBASE-12218 Make HBaseCommonTestingUtil#deleteDir try harder Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/8b167e4c Tree: http://git-wip-us.a

git commit: HBASE-12218 Make HBaseCommonTestingUtil#deleteDir try harder

2014-10-09 Thread eclark
Repository: hbase Updated Branches: refs/heads/0.98 f31edd800 -> ee7a952f8 HBASE-12218 Make HBaseCommonTestingUtil#deleteDir try harder Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/ee7a952f Tree: http://git-wip-us.apach

git commit: HBASE-11990 Make setting the start and stop row for a specific prefix easier (Niels Basjes)

2014-10-09 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-1 258f1d567 -> b19db7996 HBASE-11990 Make setting the start and stop row for a specific prefix easier (Niels Basjes) Conflicts: hbase-server/src/test/java/org/apache/hadoop/hbase/filter/TestFilterWithScanLimits.java src/ma

git commit: HBASE-11990 Make setting the start and stop row for a specific prefix easier (Niels Basjes)

2014-10-09 Thread stack
Repository: hbase Updated Branches: refs/heads/master 3d84ccbf9 -> 0eb0721fe HBASE-11990 Make setting the start and stop row for a specific prefix easier (Niels Basjes) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/0eb0

git commit: HBASE-12109 user_permission command for namespace does not return correct result (Vandana Ayyalasomayajula)

2014-10-09 Thread tedyu
Repository: hbase Updated Branches: refs/heads/branch-1 c61f233df -> 258f1d567 HBASE-12109 user_permission command for namespace does not return correct result (Vandana Ayyalasomayajula) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf

git commit: HBASE-12109 user_permission command for namespace does not return correct result (Vandana Ayyalasomayajula)

2014-10-09 Thread tedyu
Repository: hbase Updated Branches: refs/heads/master 3c1fbd2dd -> 3d84ccbf9 HBASE-12109 user_permission command for namespace does not return correct result (Vandana Ayyalasomayajula) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/h

git commit: HBASE-12198 Fix the bug of not updating location cache

2014-10-09 Thread eclark
Repository: hbase Updated Branches: refs/heads/branch-1 e25703dd4 -> c61f233df HBASE-12198 Fix the bug of not updating location cache Summary: # Clear the cache of the server when failed Test Plan: Add testcase `TestHTableMultiplexerFlushCache` to reproduce the bug. Differential Revision: h

git commit: HBASE-12198 Fix the bug of not updating location cache

2014-10-09 Thread eclark
Repository: hbase Updated Branches: refs/heads/master 2c07372c2 -> 3c1fbd2dd HBASE-12198 Fix the bug of not updating location cache Summary: # Clear the cache of the server when failed Test Plan: Add testcase `TestHTableMultiplexerFlushCache` to reproduce the bug. Differential Revision: htt

git commit: HBASE-11997 CopyTable with bulkload (Yi Deng)

2014-10-09 Thread tedyu
Repository: hbase Updated Branches: refs/heads/0.98 ea8d5cda3 -> f31edd800 HBASE-11997 CopyTable with bulkload (Yi Deng) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/f31edd80 Tree: http://git-wip-us.apache.org/repos/asf

git commit: HBASE-11997 CopyTable with bulkload (Yi Deng)

2014-10-09 Thread tedyu
Repository: hbase Updated Branches: refs/heads/branch-1 d665cbf63 -> e25703dd4 HBASE-11997 CopyTable with bulkload (Yi Deng) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e25703dd Tree: http://git-wip-us.apache.org/repos

svn commit: r1630307 - in /hbase/hbase.apache.org/trunk: ./ apidocs/com/google/protobuf/ apidocs/com/google/protobuf/class-use/ apidocs/org/apache/hadoop/hbase/ apidocs/org/apache/hadoop/hbase/backup/

2014-10-09 Thread misty
Author: misty Date: Thu Oct 9 07:29:27 2014 New Revision: 1630307 URL: http://svn.apache.org/r1630307 Log: Published website using script in auto mode. This commit changed the size of the website by 0 MB and the number of files by 0 files. The following directories (if any) might be stale: The f