Commit Graph

1724 Commits

Author SHA1 Message Date
Andrew Kyle Purtell dec9876d5f HBASE-9251. list_namespace_tables seems to fail
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1515185 13f79535-47bb-0310-9956-ffa450edef68
2013-08-18 17:55:07 +00:00
Jonathan Hsieh b9e92fdf6f HBASE-9246 Remove ROOT_TABLEDESC, ROOT_REGIONINFO, and ROOT_TABLE_NAME
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1515160 13f79535-47bb-0310-9956-ffa450edef68
2013-08-18 16:28:10 +00:00
jxiang 1b890d3ecd HBASE-9234 Rebuilding user regions should ignore system tables
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1515137 13f79535-47bb-0310-9956-ffa450edef68
2013-08-18 15:33:24 +00:00
mbertozzi 8b39e48691 HBASE-9233 isTableAvailable() may be stuck if an offline parent was never assigned
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1514902 13f79535-47bb-0310-9956-ffa450edef68
2013-08-16 21:43:15 +00:00
eclark 0a31b4bd8a HBASE-9250 Make sure lease time isn't ever negative.
Sometimes nextLease.getDelay can return a negative number.  Trying to
sleep for a negative time thows an uncaught exception bringing down the
whole regionserver.

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1514899 13f79535-47bb-0310-9956-ffa450edef68
2013-08-16 21:41:03 +00:00
Zhihong Yu 0a9173ea85 HBASE-9239 TestStoreFileBlockCacheSummary#testBlockCacheSummary occasionally fails (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1514770 13f79535-47bb-0310-9956-ffa450edef68
2013-08-16 16:16:04 +00:00
jxiang b058cdf710 HBASE-9204 An Offline SplitParent Region can be assigned breaking split references
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1514747 13f79535-47bb-0310-9956-ffa450edef68
2013-08-16 15:20:56 +00:00
Zhihong Yu 2b14f9db32 HBASE-9023 TestIOFencing.testFencingAroundCompactionAfterWALSync occasionally fails
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1514538 13f79535-47bb-0310-9956-ffa450edef68
2013-08-15 23:19:23 +00:00
eclark 01bdee029a HBASE-9194 Break HMaster metrics into multiple contexts
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1514513 13f79535-47bb-0310-9956-ffa450edef68
2013-08-15 22:04:24 +00:00
Michael Stack 4bfc15f2b9 HBASE-9227 RESTServer should handle the loginUser correctly
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1514440 13f79535-47bb-0310-9956-ffa450edef68
2013-08-15 19:07:46 +00:00
Michael Stack 11b7da45ec HBASE-8667 Master and Regionserver not able to communicate if both bound to different network interfaces on the same machine
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1514427 13f79535-47bb-0310-9956-ffa450edef68
2013-08-15 18:25:58 +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
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 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
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
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
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 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 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
jeffreyz e80484d7bf HBASE-9098: During recovery use ZK as the source of truth for region state - v2
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1512553 13f79535-47bb-0310-9956-ffa450edef68
2013-08-10 02:25:50 +00:00
Michael Stack 28eb922551 HBASE-9168 TestMetaMigrationConvertingToPB fails on hadoop 2.0 due to FileNotFoundException
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1512525 13f79535-47bb-0310-9956-ffa450edef68
2013-08-09 23:02:09 +00:00
Michael Stack a1244d73d7 HBASE-9181 Fix javadoc warnings introduce by namespaces
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1512519 13f79535-47bb-0310-9956-ffa450edef68
2013-08-09 22:49:33 +00:00
Michael Stack 1dee7837ff HBASE-9178 TestSecureLoadIncrementalHFilesSplitRecovery hangs
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1512512 13f79535-47bb-0310-9956-ffa450edef68
2013-08-09 22:01:48 +00:00
Michael Stack 9408b947b5 HBASE-9174 javac hangs compiling hbase-example module since namespaces went ink
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1512508 13f79535-47bb-0310-9956-ffa450edef68
2013-08-09 21:50:38 +00:00
Jean-Daniel Cryans a63f524831 HBASE-8663 a HBase Shell command to list the tables replicated from
current cluster (Demai Ni via JD)


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1512488 13f79535-47bb-0310-9956-ffa450edef68
2013-08-09 20:44:43 +00:00
Zhihong Yu 4ec30df08f HBASE-9061 Put back TestReplicationKillMasterRSCompressed when fixed over in HBASE-8615 (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1512345 13f79535-47bb-0310-9956-ffa450edef68
2013-08-09 15:34:01 +00:00
jxiang d190372bfc HBASE-9161 TestAssignmentManagerOnCluster.testSSHWhenDisablingTableRegionsInOpeningOrPendingOpenState could hang
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1512134 13f79535-47bb-0310-9956-ffa450edef68
2013-08-09 04:13:34 +00:00
Zhihong Yu 1236068fd0 HBASE-8615 HLog Compression may fail due to Hadoop fs input stream returning partial bytes
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1512133 13f79535-47bb-0310-9956-ffa450edef68
2013-08-09 04:05:24 +00:00
Jonathan Hsieh f528e81766 HBASE-9142 Mutation#getFamilyMap() return type change between HBase 94 and 96 breaks downstream apps
For 0.95/0.96, we need to preserve the getFamilyMap signature through a deprecation cycle.  The new
method needs to be present alongside the old in 0.95, so we rename the method with the new signature
to getFamilyCellMap() in both trunk and 0.95, and restore a deprecated version of the old in 0.95.



git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1512103 13f79535-47bb-0310-9956-ffa450edef68
2013-08-08 23:50:28 +00:00
larsh 3bc9e2c95c HBASE-9158 Serious bug in cyclic replication
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1512089 13f79535-47bb-0310-9956-ffa450edef68
2013-08-08 22:58:40 +00:00
Michael Stack eb197cbf04 HBASE-9163 Add timeouts to HBaseAdmin because hanging/zombying
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1512077 13f79535-47bb-0310-9956-ffa450edef68
2013-08-08 22:49:18 +00:00
larsh c8530f81d4 HBASE-9079 FilterList getNextKeyHint skips rows that should be included in the results (Viral Bajaria and LarsH)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1512018 13f79535-47bb-0310-9956-ffa450edef68
2013-08-08 20:27:18 +00:00
larsh d28f8564ad HBASE-8408; addendum for new HConnection API
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1511885 13f79535-47bb-0310-9956-ffa450edef68
2013-08-08 17:17:04 +00:00
Michael Stack 953553b45a HBASE-8015 implement namespaces; ADDENDUM TWO -- REMOVE FILE REMOVED BY ORIGINAL PATCH
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1511589 13f79535-47bb-0310-9956-ffa450edef68
2013-08-08 06:01:54 +00:00
Michael Stack d5eebc6b02 HBASE-8408 Implement namespace; ADDENDUM
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1511587 13f79535-47bb-0310-9956-ffa450edef68
2013-08-08 05:49:29 +00:00
Michael Stack 46fb7c409d HBASE-8408 Implement namespace
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1511577 13f79535-47bb-0310-9956-ffa450edef68
2013-08-08 04:19:49 +00:00
larsh d363e852e6 HBASE-6580 Deprecate HTablePool in favor of HConnection.getTable(...)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1511543 13f79535-47bb-0310-9956-ffa450edef68
2013-08-07 23:58:05 +00:00
eclark d3ddc7cc0b HBASE-9077 Make Web ui Fluid width
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1511533 13f79535-47bb-0310-9956-ffa450edef68
2013-08-07 23:19:08 +00:00
Jean-Daniel Cryans d88cfcae75 HBASE-8322 Re-enable hbase checksums by default
HBASE-8785 revise zookeeper session timeout setting


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1511530 13f79535-47bb-0310-9956-ffa450edef68
2013-08-07 23:15:18 +00:00
Jean-Daniel Cryans 8f2c6dc140 HBASE-7183 print WARN message if hbase.replication.sizeOfLogQueue is too big (Sho Shimauchi via JD)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1511406 13f79535-47bb-0310-9956-ffa450edef68
2013-08-07 17:12:13 +00:00
Jean-Daniel Cryans 93ea2059d5 HBASE-7325 Replication reacts slowly on a lightly-loaded cluster (Gabriel Reid via JD)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1511378 13f79535-47bb-0310-9956-ffa450edef68
2013-08-07 16:29:41 +00:00
eclark f1c271ab5e HBASE-9129 Scanner prefetching leaks scanners. -- MISSED DELETE
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1511116 13f79535-47bb-0310-9956-ffa450edef68
2013-08-06 20:27:24 +00:00
eclark d20edb96dc HBASE-9129 Scanner prefetching leaks scanners.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1511110 13f79535-47bb-0310-9956-ffa450edef68
2013-08-06 20:10:37 +00:00
anoopsamjohn 2581ebb0b2 HBASE-8627 HBCK can not fix meta not assigned issue
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1511081 13f79535-47bb-0310-9956-ffa450edef68
2013-08-06 19:18:51 +00:00
anoopsamjohn 344b028f0e HBASE-9126 Make HFile MIN VERSION as 2
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1511023 13f79535-47bb-0310-9956-ffa450edef68
2013-08-06 16:31:37 +00:00
Michael Stack 10a25c52cf HBASE-8778 Region assigments scan table directory making them slow for huge tables
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1510977 13f79535-47bb-0310-9956-ffa450edef68
2013-08-06 14:43:09 +00:00
Devaraj Das f06af44932 HBASE-9095. AssignmentManager's handleRegion should respect the single threaded nature of the processing
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1510799 13f79535-47bb-0310-9956-ffa450edef68
2013-08-05 23:10:05 +00:00
Enis Soztutar fe938fdc55 HBASE-7980 TestZKInterProcessReadWriteLock fails occasionally in QA test run
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1510753 13f79535-47bb-0310-9956-ffa450edef68
2013-08-05 21:41:16 +00:00
jeffreyz 96e750fdac HBASE-9099: logReplay could trigger double region assignment
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1510615 13f79535-47bb-0310-9956-ffa450edef68
2013-08-05 17:28:13 +00:00
Zhihong Yu 2036dbb763 HBASE-9115 Addendum for server side fix (Ted Yu and Lars)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1510355 13f79535-47bb-0310-9956-ffa450edef68
2013-08-04 23:17:20 +00:00
jeffreyz 3fa804eaf7 hbase-9096: Disable split during log replay
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1510105 13f79535-47bb-0310-9956-ffa450edef68
2013-08-04 07:09:05 +00:00
jeffreyz d70d599161 hbase-9098: During recovery use ZK as the source of truth for region state
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1510101 13f79535-47bb-0310-9956-ffa450edef68
2013-08-04 06:16:31 +00:00
Michael Stack b8bece0228 HBASE-8978 Restore TestLogRollAbort upon review
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1510065 13f79535-47bb-0310-9956-ffa450edef68
2013-08-03 20:38:07 +00:00
jeffreyz 6b26bb0a8e hbase-8816: Add support of loading multiple tables into LoadTestTool
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1510056 13f79535-47bb-0310-9956-ffa450edef68
2013-08-03 18:39:56 +00:00
eclark 0108ff5323 HBASE-9087 Handlers being blocked during reads
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1509886 13f79535-47bb-0310-9956-ffa450edef68
2013-08-02 22:07:03 +00:00
Zhihong Yu 5b89721c1e HBASE-9115 HTableInterface.append operation may overwrites values (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1509849 13f79535-47bb-0310-9956-ffa450edef68
2013-08-02 20:47:17 +00:00
Jean-Daniel Cryans 1a76ba5336 HBASE-8983 HBaseConnection#deleteAllConnections does not always delete (Nicolas Liochon via JD)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1509846 13f79535-47bb-0310-9956-ffa450edef68
2013-08-02 20:22:33 +00:00
Michael Stack a1cb0fc0e8 HBASE-9119 hbase.mapreduce.hfileoutputformat.blocksize should configure with blocksize of a table
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1509835 13f79535-47bb-0310-9956-ffa450edef68
2013-08-02 19:45:41 +00:00
Michael Stack 34c8e0ab16 HBASE-8224 Publish hbase build against h1 and h2 adding '-hadoop1' or '-hadoop2' to version string
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1509813 13f79535-47bb-0310-9956-ffa450edef68
2013-08-02 19:01:34 +00:00
Enis Soztutar 744fdf3d23 HBASE-9106 Do not fail TestAcidGuarantees for exceptions on table flush
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1509535 13f79535-47bb-0310-9956-ffa450edef68
2013-08-02 04:34:52 +00:00
jxiang 0b0c291410 HBASE-9092 OpenRegion could be ignored by mistake
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1509384 13f79535-47bb-0310-9956-ffa450edef68
2013-08-01 18:55:43 +00:00
Jean-Daniel Cryans 9ab34a7dd7 HBASE-9111 Put back TestReplicationKill* except for the MasterRSCompressed one
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1509358 13f79535-47bb-0310-9956-ffa450edef68
2013-08-01 18:14:26 +00:00
Jean-Daniel Cryans cb1ad44c24 HBASE-7634 Replication handling of changes to peer clusters is inefficient (Gabriel Reid via JD)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1509332 13f79535-47bb-0310-9956-ffa450edef68
2013-08-01 17:03:52 +00:00
jyates ab0abfa711 HBASE-9049: Generalize ServerCallable creation to support custom callables
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1509015 13f79535-47bb-0310-9956-ffa450edef68
2013-07-31 20:16:43 +00:00
Zhihong Yu 505b4e9ffd HBASE-8768 Improve bulk load performance by moving key value construction from map phase to reduce phase (Rajeshbabu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1508941 13f79535-47bb-0310-9956-ffa450edef68
2013-07-31 15:52:06 +00:00
nkeywal b4a120164a HBASE-8548 postOpen hook called twice
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1508895 13f79535-47bb-0310-9956-ffa450edef68
2013-07-31 14:58:45 +00:00
mbertozzi 1ed35e4cb6 HBASE-9090 cleanup snapshot tests setup/teardown code
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1508801 13f79535-47bb-0310-9956-ffa450edef68
2013-07-31 10:16:25 +00:00
jeffreyz b60eb26632 HBASE-8960: TestDistributedLogSplitting.testLogReplayForDisablingTable fails sometimes - Addendum2
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1508711 13f79535-47bb-0310-9956-ffa450edef68
2013-07-31 02:18:16 +00:00
jxiang 85fed73517 HBASE-9088 TestSplitLogManager.testMultipleResubmits fails - ADDENDUM
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1508626 13f79535-47bb-0310-9956-ffa450edef68
2013-07-30 21:07:51 +00:00
jxiang 43a064231e HBASE-9088 TestSplitLogManager.testMultipleResubmits fails
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1508591 13f79535-47bb-0310-9956-ffa450edef68
2013-07-30 19:57:04 +00:00
Michael Stack 7c3882ca3c HBASE-9082 A bunch of tests have client retries only but bulid boxes are contended and overloaded
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1508488 13f79535-47bb-0310-9956-ffa450edef68
2013-07-30 15:28:07 +00:00
nkeywal eed805417a HBASE-9012 TestBlockReorder.testBlockLocationReorder fails
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1508351 13f79535-47bb-0310-9956-ffa450edef68
2013-07-30 09:10:47 +00:00
jeffreyz 4a6de45f76 HBASE-8960: TestDistributedLogSplitting.testLogReplayForDisablingTable fails sometimes - Addendum
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1508316 13f79535-47bb-0310-9956-ffa450edef68
2013-07-30 06:27:18 +00:00
Devaraj Das 3daea02e86 HBASE-8846. Refactors the old exceptions back to their original packages.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1508301 13f79535-47bb-0310-9956-ffa450edef68
2013-07-30 05:14:32 +00:00