Commit Graph

7298 Commits

Author SHA1 Message Date
jeffreyz 72eacc89f3 hbase-9226: Thrift host and port are hardcoded in thrift2 DemoClient.java
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1514425 13f79535-47bb-0310-9956-ffa450edef68
2013-08-15 18:25:21 +00:00
jeffreyz 00c3eb1a0e hbase-9222: Thrift DemoClient failed with error IllegalArgument(message:Row length is 0)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1514401 13f79535-47bb-0310-9956-ffa450edef68
2013-08-15 17:49:37 +00:00
Jonathan Hsieh 4dd82c9b1c HBASE-9164 Convert List<? extends Cell> anti pattern to List<Cell> pattern
This patch also starts a refactor of the KVComparator.


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1514400 13f79535-47bb-0310-9956-ffa450edef68
2013-08-15 17:49:06 +00:00
Michael Stack 58ee2bbf24 HBASE-9232 Fix javadoc warning and a few findbugs items
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1514309 13f79535-47bb-0310-9956-ffa450edef68
2013-08-15 14:59:00 +00:00
eclark 1fe8c622c9 HBASE-9193 Make what Chaos monkey actions run configurable per test.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1514163 13f79535-47bb-0310-9956-ffa450edef68
2013-08-15 05:44:56 +00:00
Michael Stack c8db00c87a HBASE-9177 Cluster UUID is not properly parsable after rewriting to PB.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1514161 13f79535-47bb-0310-9956-ffa450edef68
2013-08-15 05:34:41 +00:00
Michael Stack 7170a40dec HBASE-9191 Update Loadbalancer method to throw HBaseIOException
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1514155 13f79535-47bb-0310-9956-ffa450edef68
2013-08-15 04:36:11 +00:00
eclark ef0a055787 HBASE-9229 Fix release warning
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1514140 13f79535-47bb-0310-9956-ffa450edef68
2013-08-15 02:42:10 +00:00
Zhihong Yu 8c4a9c79d8 HBASE-9225 Enable TRACE logging in TestReplicationBase
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1514107 13f79535-47bb-0310-9956-ffa450edef68
2013-08-15 00:37:53 +00:00
Michael Stack 92190aa973 HBASE-9224 Print out name of the method we do not support rather than throw NPE
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1514102 13f79535-47bb-0310-9956-ffa450edef68
2013-08-14 23:56:14 +00:00
eclark e926483258 HBASE-9121 Update HTrace to 2.00 and add new example usage. -- Part2
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1514094 13f79535-47bb-0310-9956-ffa450edef68
2013-08-14 23:29:48 +00:00
eclark 5c2a90aa28 HBASE-9121 Update HTrace to 2.00 and add new example usage.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1514091 13f79535-47bb-0310-9956-ffa450edef68
2013-08-14 23:20:51 +00:00
Jean-Daniel Cryans 17c120f08c HBASE-8719 Fix responseTooSlow formatting
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1514036 13f79535-47bb-0310-9956-ffa450edef68
2013-08-14 20:48:54 +00:00
ramkrishna 50c3e3a6da HBASE-7391 - Review/improve HLog compression's memory consumption - End of line character removal (Ram)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1514004 13f79535-47bb-0310-9956-ffa450edef68
2013-08-14 18:42:06 +00:00
eclark 2e74ef45c4 HBASE-9144 Leases class has contention that's not needed
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1513974 13f79535-47bb-0310-9956-ffa450edef68
2013-08-14 17:41:29 +00:00
Jonathan Hsieh 88de40d738 HBASE-9196 Remove dead code related to KeyValue
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1513964 13f79535-47bb-0310-9956-ffa450edef68
2013-08-14 17:00:45 +00:00
ramkrishna d21859e048 HBASE-7391 - Review/improve HLog compression's memory consumption (Ram)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1513961 13f79535-47bb-0310-9956-ffa450edef68
2013-08-14 16:54:49 +00:00
Michael Stack e79dea8fb4 HBASE-9182 Allow non-admin users to list all table names
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1513921 13f79535-47bb-0310-9956-ffa450edef68
2013-08-14 15:03:35 +00:00
Michael Stack 5d9f9c9a20 HBASE-9135 Upgrade hadoop 1 version to 1.2.1 which is stable; RESTORE -- THIS DID NOT BREAK BUILD AS I THOUGHT
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1513739 13f79535-47bb-0310-9956-ffa450edef68
2013-08-14 06:47:48 +00:00
Michael Stack bca9ac9860 Upgrade hadoop 1 version to 1.2.1 which is stable: REVERT -- Breaks TestShell
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1513737 13f79535-47bb-0310-9956-ffa450edef68
2013-08-14 06:22:19 +00:00
Michael Stack db3824ab5b HBASE-9128 Drop the '.' prefix from names under hbase.rootdir after namespaces goes in
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1513736 13f79535-47bb-0310-9956-ffa450edef68
2013-08-14 06:19:50 +00:00
Michael Stack 1f30fd6f46 HBASE-9160 TestNamespaceUpgrade fails on hadoop 2.1 due to existence of .snapshot directory in tar ball
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1513733 13f79535-47bb-0310-9956-ffa450edef68
2013-08-14 06:10:20 +00:00
Zhihong Yu ebd989116c HBASE-9135 Upgrade hadoop 1 version to 1.2.1 which is stable
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1513715 13f79535-47bb-0310-9956-ffa450edef68
2013-08-14 02:32:56 +00:00
Andrew Kyle Purtell 6d7fdfd108 HBASE-9182. Allow non-admin users to list all table names
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1513703 13f79535-47bb-0310-9956-ffa450edef68
2013-08-14 00:34:30 +00:00
Jean-Daniel Cryans cd72d29eae HBASE-9173 replication_admin#get_peer_state(id) in ruby script pointing to
undefined method `getPeerState'


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1513676 13f79535-47bb-0310-9956-ffa450edef68
2013-08-13 22:31:53 +00:00
Michael Stack f0dfc4d1ae HBASE-9200 HFilePrettyPrinter finds incorrect largest row
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1513672 13f79535-47bb-0310-9956-ffa450edef68
2013-08-13 22:05:19 +00:00
Michael Stack ac10b3c13d HBASE-8409 Security support for namespaces
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1513666 13f79535-47bb-0310-9956-ffa450edef68
2013-08-13 21:49:56 +00:00
Jonathan Hsieh 48c1e7aff3 HBASE-9205 fix javadoc violations
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1513651 13f79535-47bb-0310-9956-ffa450edef68
2013-08-13 21:01:51 +00:00
ramkrishna c8abdc34c5 HBASE-9190-Update scan.rb description to match the naming convention of META after namespace change (Ram)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1513588 13f79535-47bb-0310-9956-ffa450edef68
2013-08-13 16:32:58 +00:00
jxiang e06fa1d529 HBASE-9199 Call duration is not accurate
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1513584 13f79535-47bb-0310-9956-ffa450edef68
2013-08-13 16:29:44 +00:00
jxiang 0a84963bb8 HBASE-9198 RpcClient#call could hang
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1513582 13f79535-47bb-0310-9956-ffa450edef68
2013-08-13 16:27:42 +00:00
Michael Stack ade6149e37 HBASE-5044 Clarify solution for problem described on http://hbase.apache.org/book/trouble.mapreduce.html
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1513344 13f79535-47bb-0310-9956-ffa450edef68
2013-08-13 04:36:25 +00:00
Michael Stack a31d8cc4d1 HBASE-9202 TestThriftServerCmdLine.testRunThriftServer[18] fails
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1513342 13f79535-47bb-0310-9956-ffa450edef68
2013-08-13 04:19:03 +00:00
larsh 41bf91e43d HBASE-9139 Independent timeout configuration for rpc channel between cluster nodes (Julian Zhou)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1513337 13f79535-47bb-0310-9956-ffa450edef68
2013-08-13 04:06:21 +00:00
Michael Stack 82ddf0da03 HBASE-9197 TestAdmin#testShouldCloseTheRegionBasedOnTheEncodedRegionName shuts down the namespaces table and never starts it up again
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1513306 13f79535-47bb-0310-9956-ffa450edef68
2013-08-13 00:12:35 +00:00
larsh 5f0503ca2f HBASE-9146 TestHTablePool hangs when run as part of runMediumTests profile (Rajesh Venkatachalam)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1513302 13f79535-47bb-0310-9956-ffa450edef68
2013-08-12 23:57:58 +00:00
jxiang 7d49b07b9c HBASE-9184 Ignore zk assign event if region is not known in transition
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1513294 13f79535-47bb-0310-9956-ffa450edef68
2013-08-12 23:35:38 +00:00
eclark 7939a64b70 HBASE-9192 IntegrationTestBigLinkedListWithChaosMonkey never exits if there is an error
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1513289 13f79535-47bb-0310-9956-ffa450edef68
2013-08-12 22:49:39 +00:00
Michael Stack 3ac06a5ce1 HBASE-9189 IncreasingToUpperBoundRegionSplitPolicy.shouldSplit() should check all the stores before returning
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1513262 13f79535-47bb-0310-9956-ffa450edef68
2013-08-12 21:40:58 +00:00
Michael Stack 99efcdaa6c HBASE-8913 Remove .replogs reference as we no longer use it
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1513205 13f79535-47bb-0310-9956-ffa450edef68
2013-08-12 17:15:03 +00:00
Michael Stack 75b2ecc695 HBASE-8693 DataType: provide extensible type API (Nick Dimiduck) -- ADD MISSING LICENSE
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1513019 13f79535-47bb-0310-9956-ffa450edef68
2013-08-11 23:37:25 +00:00
nkeywal a63fe7babb HBASE-8693 DataType: provide extensible type API (Nick Dimiduck)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1512929 13f79535-47bb-0310-9956-ffa450edef68
2013-08-11 13:50:05 +00:00
nkeywal f50d355b06 HBASE-8201 OrderedBytes: an ordered encoding strategy (Nick Dimiduck)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1512923 13f79535-47bb-0310-9956-ffa450edef68
2013-08-11 13:39:57 +00:00
nkeywal af7c9e1280 HBASE-9091 Update ByteRange to maintain consumer's position (Nick Dimiduck)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1512921 13f79535-47bb-0310-9956-ffa450edef68
2013-08-11 13:32:20 +00:00
jeffreyz 4dc52261a1 hbase-8018: Add 'Flaky Testcase Detector' tool into dev-tools
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1512876 13f79535-47bb-0310-9956-ffa450edef68
2013-08-11 06:22:36 +00:00
Michael Stack 6de1ab3f2f HBASE-9130 Invert the name of namespace commands to match the snapshots and replication form
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1512859 13f79535-47bb-0310-9956-ffa450edef68
2013-08-11 02:59:59 +00:00
Michael Stack 428e70cf2f HBASE-9130 Invert the name of namespace commands to match the snapshots and replication form
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1512858 13f79535-47bb-0310-9956-ffa450edef68
2013-08-11 02:58:23 +00:00
jxiang 1d4dfa8ddf HBASE-9155 Enhance LoadTestTool to support updates
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1512817 13f79535-47bb-0310-9956-ffa450edef68
2013-08-10 18:53:46 +00:00
Michael Stack 71afb594dc HBASE-9185 mvn site target fails when building with Maven 3.1
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1512816 13f79535-47bb-0310-9956-ffa450edef68
2013-08-10 18:36:52 +00:00
Michael Stack e452cfe08a HBASE-9187 HBaseAdmin#testTableExists can go zombie
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1512564 13f79535-47bb-0310-9956-ffa450edef68
2013-08-10 05:12:04 +00:00