Commit Graph

7399 Commits

Author SHA1 Message Date
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
Michael Stack 49b79cd4ca HBASE-9152 Not able to find HMaster and HRegionServer processes with grep by process name on ps result because of large classpath as argument.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1512560 13f79535-47bb-0310-9956-ffa450edef68
2013-08-10 04:10:03 +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
jyates d36db689ec HBASE-9097: Set HBASE_CLASSPATH before rest of the classpath
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1512460 13f79535-47bb-0310-9956-ffa450edef68
2013-08-09 19:26:12 +00:00
eclark 31e68517c6 HBASE-8726 Create an Integration Test for online schema change
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1512429 13f79535-47bb-0310-9956-ffa450edef68
2013-08-09 18:21:07 +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
eclark db1e061c7d HBASE-7639 Enable online schema update by default
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1512113 13f79535-47bb-0310-9956-ffa450edef68
2013-08-09 00:34:23 +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
nkeywal b94a48d104 HBASE-9156 2000ms timeout for some client calls
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1511853 13f79535-47bb-0310-9956-ffa450edef68
2013-08-08 16:27:28 +00:00
Zhihong Yu d040e9cbd9 HBASE-9123 Filter protobuf generated code from long line warning (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1511846 13f79535-47bb-0310-9956-ffa450edef68
2013-08-08 16:08:06 +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
Michael Stack 63d2f59043 HBASE-8224 Publish hbase build against h1 and h2 adding '-hadoop1' or '-hadoop2' to version string; ADD MISSED FILE
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1511444 13f79535-47bb-0310-9956-ffa450edef68
2013-08-07 19:17:15 +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
ramkrishna 23cd5cf78b HBASE-8849 - CellCodec should write and read the memstoreTS/mvccVersion (Ram)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1511043 13f79535-47bb-0310-9956-ffa450edef68
2013-08-06 17:19:04 +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
Michael Stack 90da9dd4a2 HBASE-9093 Hbase client API: Restore the writeToWal method; REVERT
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1509853 13f79535-47bb-0310-9956-ffa450edef68
2013-08-02 20:49:07 +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 3ad1139378 HBASE-9031 ImmutableBytesWritable.toString() should downcast the bytes before converting to hex string
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1509842 13f79535-47bb-0310-9956-ffa450edef68
2013-08-02 20:08:30 +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