larsh
6ff32a1a89
Data error after majorCompaction caused by keeping MVCC for opened scanners (chunhui shen)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1358331 13f79535-47bb-0310-9956-ffa450edef68
2012-07-06 18:22:00 +00:00
jxiang
2c48f28239
HBASE-6318 SplitLogWorker exited due to ConcurrentModificationException
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1358330 13f79535-47bb-0310-9956-ffa450edef68
2012-07-06 18:18:38 +00:00
Zhihong Yu
edfbb77dc5
HBASE-6220 PersistentMetricsTimeVaryingRate gets used for non-time-based metrics (Paul Cavallaro)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1358306 13f79535-47bb-0310-9956-ffa450edef68
2012-07-06 17:20:30 +00:00
Zhihong Yu
61089268cd
HBASE-6333 MemStoreScanner {kvsetAtCreation,snapshotAtCreation} should be private and not volatile (Gregory)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1358070 13f79535-47bb-0310-9956-ffa450edef68
2012-07-06 08:24:59 +00:00
Andrew Kyle Purtell
80c83d8803
HBASE-6253. Do not allow user to disable or drop ACL table (Gopinathan)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1358029 13f79535-47bb-0310-9956-ffa450edef68
2012-07-06 03:02:03 +00:00
larsh
72b0a70a01
HBASE-5909 SlabStats should be a daemon thread
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1357973 13f79535-47bb-0310-9956-ffa450edef68
2012-07-05 22:28:12 +00:00
Jonathan Hsieh
0fc4929d66
Revert HBASE-6330 - hadoop 2.0 was fixed but this broke hadoop 1.0 build.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1357844 13f79535-47bb-0310-9956-ffa450edef68
2012-07-05 19:56:17 +00:00
larsh
0a35c70f54
HBASE-6293 HMaster does not go down while splitting logs even if explicit shutdown is called.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1357757 13f79535-47bb-0310-9956-ffa450edef68
2012-07-05 17:36:59 +00:00
larsh
34e96f5b32
HBASE-6326 Avoid nested retry loops in HConnectionManager
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1357756 13f79535-47bb-0310-9956-ffa450edef68
2012-07-05 17:35:24 +00:00
Andrew Kyle Purtell
68da494198
HBASE-6314. Fast fail behavior for unauthenticated user (Himanshu Vashishtha)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1357749 13f79535-47bb-0310-9956-ffa450edef68
2012-07-05 17:21:35 +00:00
nkeywal
e98ec7e447
HBASE-6328 FSHDFSUtils#recoverFileLease tries to rethrow InterruptedException but actually shallows it
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1357535 13f79535-47bb-0310-9956-ffa450edef68
2012-07-05 10:10:01 +00:00
Jonathan Hsieh
af21a030c0
HBASE-6330 TestImportExport has been failing against hadoop 0.23/2.0 profile [part2]
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1357480 13f79535-47bb-0310-9956-ffa450edef68
2012-07-05 07:22:29 +00:00
Michael Stack
c733938f14
HBASE-6296 Refactor EventType to track its own ExecutorService type
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1357405 13f79535-47bb-0310-9956-ffa450edef68
2012-07-04 20:58:37 +00:00
ramkrishna
c88f04f153
HBASE-6117 Revisit default condition added to Switch cases in Trunk
...
Submitted by:Ram
Reviewed by:Stack
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1357356 13f79535-47bb-0310-9956-ffa450edef68
2012-07-04 18:08:51 +00:00
nkeywal
1544913988
HBASE-6175 TestFSUtils flaky on hdfs getFileStatus method
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1357238 13f79535-47bb-0310-9956-ffa450edef68
2012-07-04 13:13:31 +00:00
Zhihong Yu
2bd71320b2
HBASE-6284 Addendum fixes javadoc (Anoop)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1357056 13f79535-47bb-0310-9956-ffa450edef68
2012-07-04 03:28:34 +00:00
mbautin
d2ca6bfe63
[jira] [HBASE-5104] Provide a reliable intra-row pagination mechanism
...
Summary: Porting Madhu's patch for intra-row pagination (rHBASEEIGHTNINEFBBRANCH1326043) to trunk. This is what we have in 89-fb just as a starting point (currently there are test failures).
Test Plan: Run unit tests
Reviewers: madhuvaidya, lhofhansl, Kannan, tedyu, stack, todd, JIRA, jxcn01
Reviewed By: tedyu
CC: jxcn01, Liyin
Differential Revision: https://reviews.facebook.net/D2799
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1356995 13f79535-47bb-0310-9956-ffa450edef68
2012-07-03 22:36:20 +00:00
Jonathan Hsieh
d3dccec7af
HBASE-6306 TestFSUtils fails against hadoop 2.0
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1356954 13f79535-47bb-0310-9956-ffa450edef68
2012-07-03 21:22:55 +00:00
Michael Stack
f2f468cc65
HBASE-6039 Remove HMasterInterface and replace with something similar to RegionServerStatusProtocol
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1356920 13f79535-47bb-0310-9956-ffa450edef68
2012-07-03 20:29:50 +00:00
Michael Stack
02cd5297ee
HBASE-6226 move DataBlockEncoding and related classes to hbase-common module
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1356590 13f79535-47bb-0310-9956-ffa450edef68
2012-07-03 07:34:24 +00:00
Andrew Kyle Purtell
b6eabd741d
Amend HBASE-6303. Likewise for HCD.setCompactionCompressionType
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1356570 13f79535-47bb-0310-9956-ffa450edef68
2012-07-03 04:36:39 +00:00
Zhihong Yu
6505939970
HBASE-6284 HRegion#doMiniBatchMutation() (Anoop)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1356566 13f79535-47bb-0310-9956-ffa450edef68
2012-07-03 03:53:11 +00:00
Andrew Kyle Purtell
5eacb5a6cf
HBASE-6303. HCD.setCompressionType should use Enum support for storing compression types as strings
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1356517 13f79535-47bb-0310-9956-ffa450edef68
2012-07-02 23:27:34 +00:00
Michael Stack
2ec4c4b939
HBASE-6285 HBase master should log INFO message when it attempts to assign a region
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1356247 13f79535-47bb-0310-9956-ffa450edef68
2012-07-02 14:24:24 +00:00
Lars George
40dc5d71f8
HBASE-6265 Calling getTimestamp() on a KV in cp.prePut() causes KV not to be flushed
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1356106 13f79535-47bb-0310-9956-ffa450edef68
2012-07-02 08:26:31 +00:00
Andrew Kyle Purtell
cbd82f0440
HBASE-6292. Compact can skip the security access control (ShiXing)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1355825 13f79535-47bb-0310-9956-ffa450edef68
2012-06-30 21:26:15 +00:00
Zhihong Yu
ef55fb21de
HBASE-6281 Assignment need not be called for disabling table regions during clean cluster start up (Rajesh)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1355532 13f79535-47bb-0310-9956-ffa450edef68
2012-06-29 19:42:53 +00:00
Zhihong Yu
dc9fabb84a
HBASE-6170 Addendum 2 fixes indentation issue Lars Francke found
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1355464 13f79535-47bb-0310-9956-ffa450edef68
2012-06-29 16:38:27 +00:00
jxiang
6a2e615f71
HBASE-6274 Proto files should be in the same palce
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1355129 13f79535-47bb-0310-9956-ffa450edef68
2012-06-28 19:42:43 +00:00
Zhihong Yu
132c4fdc14
HBASE-6269 Lazyseek should use the maxSequenseId StoreFile's KeyValue as the latest KeyValue (Xing Shi)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1354703 13f79535-47bb-0310-9956-ffa450edef68
2012-06-27 20:10:50 +00:00
ramkrishna
dc9223f3dd
HBASE-6227 SSH and cluster startup causes data loss
...
Submitted by:Chunhui
Reviewed by:Ram, Ted
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1354634 13f79535-47bb-0310-9956-ffa450edef68
2012-06-27 17:14:09 +00:00
Zhihong Yu
dfe7636214
HBASE-6170 add the two new config parameters in hbase-default.xml
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1354500 13f79535-47bb-0310-9956-ffa450edef68
2012-06-27 13:48:22 +00:00
Zhihong Yu
9214f95cf4
HBASE-6170 Timeouts for row lock and scan should be separate (Chris Trezzo)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1354325 13f79535-47bb-0310-9956-ffa450edef68
2012-06-27 04:59:27 +00:00
Zhihong Yu
275bfdcc40
HBASE-6200 KeyComparator.compareWithoutRow can be wrong when families have the same prefix (Jieshan)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1354290 13f79535-47bb-0310-9956-ffa450edef68
2012-06-26 23:40:41 +00:00
Andrew Kyle Purtell
f4165e27ce
Amend HBASE-6276. Misapplied patch
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1354274 13f79535-47bb-0310-9956-ffa450edef68
2012-06-26 22:27:22 +00:00
Andrew Kyle Purtell
c80b254756
HBASE-6276. TestClassLoading is racy
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1354254 13f79535-47bb-0310-9956-ffa450edef68
2012-06-26 22:01:56 +00:00
Zhihong Yu
0475dd5dae
HBASE-5967 OpenDataException because HBaseProtos.ServerLoad cannot be converted to an open data type (Gregory)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1354098 13f79535-47bb-0310-9956-ffa450edef68
2012-06-26 16:31:36 +00:00
Andrew Kyle Purtell
36a903366a
HBASE-6267. hbase.store.delete.expired.storefile should be true by default
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1353812 13f79535-47bb-0310-9956-ffa450edef68
2012-06-26 04:24:54 +00:00
Zhihong Yu
04a28f262e
HBASE-5933 Add RegionLoad.java (Gregory)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1353743 13f79535-47bb-0310-9956-ffa450edef68
2012-06-25 21:05:02 +00:00
Zhihong Yu
fd6ff4edb4
HBASE-5933 Hide HBaseProtos.ServerLoad and HBaseProtos.RegionLoad from ClusterStatus, remove HServerLoad.java
...
(Gregory)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1353742 13f79535-47bb-0310-9956-ffa450edef68
2012-06-25 20:59:27 +00:00
Zhihong Yu
28c9c4dd6e
HBASE-5933 Hide HBaseProtos.ServerLoad and HBaseProtos.RegionLoad from ClusterStatus (Gregory)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1353740 13f79535-47bb-0310-9956-ffa450edef68
2012-06-25 20:58:05 +00:00
ramkrishna
f690e086f6
HBASE-5875 Process RIT and Master restart may remove an online server considering it as a dead server (Rajesh)
...
Submitted by:Rajesh
Reviewed by:Ram Ted, Stack
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1353688 13f79535-47bb-0310-9956-ffa450edef68
2012-06-25 18:07:32 +00:00
jxiang
d0ec4af44a
HBASE-5360 [uberhbck] Add options for how to handle offline split parents, addendum
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1353658 13f79535-47bb-0310-9956-ffa450edef68
2012-06-25 17:03:36 +00:00
Zhihong Yu
704d725ac5
HBASE-5934 Add the ability for Performance Evaluation to set the table compression (Matteo)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1353290 13f79535-47bb-0310-9956-ffa450edef68
2012-06-24 16:22:43 +00:00
Zhihong Yu
f8f60a8360
HBASE-4391 Add ability to start RS as root and call mlockall (Matteo Bertozzi)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1353289 13f79535-47bb-0310-9956-ffa450edef68
2012-06-24 16:20:28 +00:00
Zhihong Yu
9cfae9f15f
HBASE-6236 Offline meta repair fails if the HBase base mount point is on a different cluster/volume than its parent in a ViewFS or sim
...
ilar FS (Aditya)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1353065 13f79535-47bb-0310-9956-ffa450edef68
2012-06-23 04:25:58 +00:00
Andrew Kyle Purtell
22ca8dc565
HBASE-6224. Add pre and post coprocessor hooks for bulk load (Francis Liu)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1353057 13f79535-47bb-0310-9956-ffa450edef68
2012-06-23 00:54:11 +00:00
Zhihong Yu
0f558bb126
HBASE-5630 hbck should disable the balancer using synchronousBalanceSwitch (Gregory Chanan)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1353053 13f79535-47bb-0310-9956-ffa450edef68
2012-06-23 00:38:45 +00:00
Zhihong Yu
e88c89f01f
HBASE-6236 revert upon Jimmy's request.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1353013 13f79535-47bb-0310-9956-ffa450edef68
2012-06-22 20:00:51 +00:00
Zhihong Yu
8645a42880
HBASE-6236 Offline meta repair fails if the HBase base mount point is on a different cluster/volume than its parent in a ViewFS or similar FS (Aditya)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1353008 13f79535-47bb-0310-9956-ffa450edef68
2012-06-22 19:49:53 +00:00
Andrew Kyle Purtell
270f2f01b4
HBASE-6256. ZK dump was missed in the move to new UI (Elliott Clark)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1352995 13f79535-47bb-0310-9956-ffa450edef68
2012-06-22 18:55:16 +00:00
jxiang
f59ddd78c3
HBASE-6206 Large tests fail with jdk1.7
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1352962 13f79535-47bb-0310-9956-ffa450edef68
2012-06-22 16:36:05 +00:00
Zhihong Yu
877030a5b9
HBASE-5539 asynchbase PerformanceEvaluation (Benoit)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1352764 13f79535-47bb-0310-9956-ffa450edef68
2012-06-22 03:09:37 +00:00
Andrew Kyle Purtell
72aa146d01
HBASE-6255. Right align hbase logo in web UI (Elliott Clark)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1352732 13f79535-47bb-0310-9956-ffa450edef68
2012-06-22 00:03:04 +00:00
Jean-Daniel Cryans
2f4c1e7d78
HBASE-6207 Add jitter to client retry timer (Elliott Clark via JD)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1352699 13f79535-47bb-0310-9956-ffa450edef68
2012-06-21 21:26:57 +00:00
Zhihong Yu
75d6c71246
HBASE-5953 Expose the current state of the balancerSwitch (Gregory Chanan)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1352696 13f79535-47bb-0310-9956-ffa450edef68
2012-06-21 21:20:31 +00:00
Andrew Kyle Purtell
d81ce8cc21
HBASE-6243. New UI should space detailed latency columns equally (Elliott Clark)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1352694 13f79535-47bb-0310-9956-ffa450edef68
2012-06-21 21:16:17 +00:00
Andrew Kyle Purtell
042965f8da
HBASE-6242. New UI should color task list entries (Elliott Clark)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1352690 13f79535-47bb-0310-9956-ffa450edef68
2012-06-21 21:13:09 +00:00
Andrew Kyle Purtell
4b1a528bdd
HBASE-6252. TABLE ADMIN should be allowed to relocate regions (Laxman)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1352644 13f79535-47bb-0310-9956-ffa450edef68
2012-06-21 18:29:45 +00:00
Zhihong Yu
6e5c615355
HBASE-6248 Jetty init may fail if directory name contains "master" (Dave Revell)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1352395 13f79535-47bb-0310-9956-ffa450edef68
2012-06-21 02:18:25 +00:00
Andrew Kyle Purtell
fec5ef0f98
HBASE-6238. Grant on META not taking effect (Laxman)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1352356 13f79535-47bb-0310-9956-ffa450edef68
2012-06-20 22:33:46 +00:00
Andrew Kyle Purtell
5487a32813
HBASE-6209. ACL Corrections for AccessControllerProtocol (Laxman)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1352354 13f79535-47bb-0310-9956-ffa450edef68
2012-06-20 22:24:39 +00:00
Andrew Kyle Purtell
9aca0a9450
HBASE-6247. [REST] HTablePool.putTable is deprecated
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1352348 13f79535-47bb-0310-9956-ffa450edef68
2012-06-20 21:45:08 +00:00
Andrew Kyle Purtell
3ec92cc8b1
HBASE-6244. [REST] Result generators do not need to query table schema
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1352325 13f79535-47bb-0310-9956-ffa450edef68
2012-06-20 21:14:43 +00:00
Zhihong Yu
145c4d2583
HBASE-6229 AM.assign() should not set table state to ENABLED directly (Rajesh)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1352262 13f79535-47bb-0310-9956-ffa450edef68
2012-06-20 18:45:23 +00:00
ramkrishna
621ec576eb
HBASE=6164 Correct the bug in block encoding usage in bulkload
...
Submitted by: Anoop
Reviewed by: Ted
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1352220 13f79535-47bb-0310-9956-ffa450edef68
2012-06-20 17:33:19 +00:00
Zhihong Yu
4cb2174c29
HBASE-5918 Master will block forever at startup if root server dies between assigning root and assigning meta (Chunhui)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1352161 13f79535-47bb-0310-9956-ffa450edef68
2012-06-20 15:33:40 +00:00
Zhihong Yu
c85185a68f
HBASE-6211 Put latencies in jmx (Elliot Clark)
...
Submitted by: Elliot Clark
Reviewed by: Stack, Ted
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1351789 13f79535-47bb-0310-9956-ffa450edef68
2012-06-19 18:04:45 +00:00
Andrew Kyle Purtell
22f7a385e8
HBASE-6237. Fix race on ACL table creation in TestTablePermissions
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1351561 13f79535-47bb-0310-9956-ffa450edef68
2012-06-19 02:34:34 +00:00
Andrew Kyle Purtell
429576673b
HBASE-6188. Remove the concept of table owner
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1351556 13f79535-47bb-0310-9956-ffa450edef68
2012-06-19 02:24:33 +00:00
jxiang
52f7000373
HBASE-6202 Medium tests fail with jdk1.7
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1351423 13f79535-47bb-0310-9956-ffa450edef68
2012-06-18 17:47:46 +00:00
jxiang
8ee16d9aad
HBASE-5360 [uberhbck] Add options for how to handle offline split parents.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1351169 13f79535-47bb-0310-9956-ffa450edef68
2012-06-17 21:20:10 +00:00
Andrew Kyle Purtell
e796407da8
HBASE-5838. Add an LZ4 compression option to HFile
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1350844 13f79535-47bb-0310-9956-ffa450edef68
2012-06-16 02:56:24 +00:00
Zhihong Yu
ea1bdb75b6
HBASE-6135 Style the Web UI to use Twitter's Bootstrap, addendum (Elliot Clark)
...
Submitted by: Elliot Clark
Reviewed by: Ted Yu
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1350731 13f79535-47bb-0310-9956-ffa450edef68
2012-06-15 18:34:21 +00:00
ramkrishna
3d26a2c856
HBASE-5564 Bulkload is discarding duplicate records
...
Submitted by:Laxman
Reviewed by:iStack, Ted, Ram
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1350691 13f79535-47bb-0310-9956-ffa450edef68
2012-06-15 16:51:47 +00:00
Michael Stack
3e806e7979
HBASE-6135 Style the Web UI to use Twitter's Bootstrap.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1350407 13f79535-47bb-0310-9956-ffa450edef68
2012-06-14 21:49:18 +00:00
Michael Stack
8c75efb968
HBASE-6185 Update javadoc for ConstantSizeRegionSplitPolicy class
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1350388 13f79535-47bb-0310-9956-ffa450edef68
2012-06-14 20:32:25 +00:00
Michael Stack
d602aa4385
HBASE-6162 Move KeyValue to hbase-common module
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1350378 13f79535-47bb-0310-9956-ffa450edef68
2012-06-14 19:32:02 +00:00
Zhihong Yu
1c8d541b6d
HBASE-5924 In the client code, don't wait for all the requests to be executed before resubmitting a request in error (N Keywal)
...
Submitted by: N Keywal
Reviewed by: Stack, Ted
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1350105 13f79535-47bb-0310-9956-ffa450edef68
2012-06-14 06:54:18 +00:00
Zhihong Yu
12a1613508
HBASE-6197 HRegion's append operation may lose data (Xing Shi)
...
Submitted by: Xing Shi
Reviewed by: Ted Yu
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1350099 13f79535-47bb-0310-9956-ffa450edef68
2012-06-14 06:09:33 +00:00
Zhihong Yu
0fdf8126c5
HBASE-6134 Improvement for split-worker to speed up distributed log splitting (Chunhui)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1349632 13f79535-47bb-0310-9956-ffa450edef68
2012-06-13 04:34:03 +00:00
Zhihong Yu
5e3b1e4b5d
HBASE-6195 Addednum changes the method variable to be consistent with test name (Xing Shi)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1349619 13f79535-47bb-0310-9956-ffa450edef68
2012-06-13 02:51:37 +00:00
Andrew Kyle Purtell
1fe9aa0e7a
HBASE-6092. Authorize flush, split, compact operations in AccessController (Laxman)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1349596 13f79535-47bb-0310-9956-ffa450edef68
2012-06-13 00:17:13 +00:00
Zhihong Yu
9975cc0d5f
HBASE-6195 Increment data will be lost when the memstore is flushed (Xing Shi)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1349471 13f79535-47bb-0310-9956-ffa450edef68
2012-06-12 18:31:07 +00:00
Zhihong Yu
b8d3979505
HBASE-6012 Handling RegionOpeningState for bulk assign (Chunhui)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1349377 13f79535-47bb-0310-9956-ffa450edef68
2012-06-12 14:47:59 +00:00
Andrew Kyle Purtell
6610703576
HBASE-6157. Revoke of Global permission is not taking effect without restart (Laxman)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1348468 13f79535-47bb-0310-9956-ffa450edef68
2012-06-09 18:19:46 +00:00
Andrew Kyle Purtell
f82402aeab
HBASE-5372. Table mutation operations should check table level rights (Laxman)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1348466 13f79535-47bb-0310-9956-ffa450edef68
2012-06-09 18:15:33 +00:00
jxiang
acbac6481e
HBASE-6173 hbck check specified tables only
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1347868 13f79535-47bb-0310-9956-ffa450edef68
2012-06-08 02:32:14 +00:00
Zhihong Yu
1a7924a2c3
HBASE-5726 TestSplitTransactionOnCluster occasionally failing
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1347852 13f79535-47bb-0310-9956-ffa450edef68
2012-06-08 01:07:25 +00:00
ramkrishna
bf5cd8abac
HBASE-6146 Disabling of Catalog tables should not be allowed (Anoop)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1347719 13f79535-47bb-0310-9956-ffa450edef68
2012-06-07 17:25:22 +00:00
Michael Stack
d2d3122865
HBASE-6182 TestStoreFile fails with jdk1.7; REAPPLIED
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1347400 13f79535-47bb-0310-9956-ffa450edef68
2012-06-07 05:38:01 +00:00
Michael Stack
7407ec5def
HBASE-6182 TestStoreFile fails with jdk1.7; REVERT -- MISAPPLIED
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1347398 13f79535-47bb-0310-9956-ffa450edef68
2012-06-07 05:37:28 +00:00
Michael Stack
5942082548
HBASE-6182 TestStoreFile fails with jdk1.7
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1347389 13f79535-47bb-0310-9956-ffa450edef68
2012-06-07 04:58:53 +00:00
Michael Stack
8ad8c97c1d
HBASE-6038 Add getClusterStatus PB-based call to HMasterInterface
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1346748 13f79535-47bb-0310-9956-ffa450edef68
2012-06-06 06:26:22 +00:00
Michael Stack
29a433911b
HBASE-6160 META entries from daughters can be deleted before parent entries
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1346496 13f79535-47bb-0310-9956-ffa450edef68
2012-06-05 18:02:34 +00:00
ramkrishna
fc4d7d7a59
HBASE-6046 Master retry on ZK session expiry causes inconsistent region assignments. (Asutosh)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1346460 13f79535-47bb-0310-9956-ffa450edef68
2012-06-05 16:39:04 +00:00
Michael Stack
52b6797947
HBASE-5609 Add the ability to pass additional information for slow query logging
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1346459 13f79535-47bb-0310-9956-ffa450edef68
2012-06-05 16:38:51 +00:00
Michael Stack
9a1ba2926a
HBASE-6161 Log Error when thrift server fails to start up
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1346231 13f79535-47bb-0310-9956-ffa450edef68
2012-06-05 04:06:31 +00:00
Michael Stack
e24966fe02
HBASE-6158 Data loss if the words 'merges' or 'splits' are used as Column Family name
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1346095 13f79535-47bb-0310-9956-ffa450edef68
2012-06-04 19:16:32 +00:00
Zhihong Yu
705ad5969f
HBASE-6067 Addendum adopts suggestions from Daryn
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1346057 13f79535-47bb-0310-9956-ffa450edef68
2012-06-04 17:54:53 +00:00
Jonathan Hsieh
b975bdc489
HBASE-5874 When 'fs.default.name' not configured, the hbck tool and Merge tool throws IllegalArgumentException (fulin wang)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1345902 13f79535-47bb-0310-9956-ffa450edef68
2012-06-04 10:06:54 +00:00
Jonathan Hsieh
b737e2e8bd
HBASE-5892 [hbck] Refactor parallel WorkItem* to Futures (Andrew Wang)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1345890 13f79535-47bb-0310-9956-ffa450edef68
2012-06-04 09:41:14 +00:00
Michael Stack
5aab2d3e93
HBASE-6145 Fix site target post modularization
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1345788 13f79535-47bb-0310-9956-ffa450edef68
2012-06-03 21:59:50 +00:00
Zhihong Yu
968479a34d
HBASE-6067 HBase won't start when hbase.rootdir uses ViewFileSystem
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1345727 13f79535-47bb-0310-9956-ffa450edef68
2012-06-03 18:00:22 +00:00
Zhihong Yu
51d2dd1490
HBASE-5936 Addendum adds changes for TestHMasterRPCException that were missed in previous checkin
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1345441 13f79535-47bb-0310-9956-ffa450edef68
2012-06-02 05:13:00 +00:00
Michael Stack
06618e6623
HBASE-5936 Add Column-level PB-based calls to HMasterInterface
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1345390 13f79535-47bb-0310-9956-ffa450edef68
2012-06-01 23:18:20 +00:00
Michael Stack
b075efb1ca
HBASE-6150 Remove empty files causing rat check fail
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1345369 13f79535-47bb-0310-9956-ffa450edef68
2012-06-01 22:04:54 +00:00
Michael Stack
a21f01014a
HBASE-6149 Fix TestFSUtils creating dirs under top level dir
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1345343 13f79535-47bb-0310-9956-ffa450edef68
2012-06-01 20:43:33 +00:00
ramkrishna
f05b600cf4
HBASE-6089 SSH and AM.joinCluster causes Concurrent Modification exception. (Rajesh)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344816 13f79535-47bb-0310-9956-ffa450edef68
2012-05-31 17:05:59 +00:00
Zhihong Yu
ff2bcd4760
HBASE-6109 Improve RIT performances during assignment on large clusters (N Keywal)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344802 13f79535-47bb-0310-9956-ffa450edef68
2012-05-31 16:34:47 +00:00
Michael Stack
15b1bea883
HBASE-5970 Improve the AssignmentManager#updateTimer and speed up handling opened event
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344569 13f79535-47bb-0310-9956-ffa450edef68
2012-05-31 05:47:56 +00:00
Michael Stack
5c8ba16c34
HBASE-6040 Use block encoding and HBase handled checksum verification in bulk loading using HFileOutputFormat
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344560 13f79535-47bb-0310-9956-ffa450edef68
2012-05-31 04:26:38 +00:00
Michael Stack
2426162fb5
HBASE-6087 Add hbase-common module: ADDENDUM
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344559 13f79535-47bb-0310-9956-ffa450edef68
2012-05-31 04:23:56 +00:00
Michael Stack
3216974717
HBASE-6087 Add hbase-common module: ADDENDUM
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344558 13f79535-47bb-0310-9956-ffa450edef68
2012-05-31 04:23:20 +00:00
Michael Stack
b3ec7ced77
HBASE-6059 Replaying recovered edits would make deleted data exist again
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344554 13f79535-47bb-0310-9956-ffa450edef68
2012-05-31 03:46:27 +00:00
Michael Stack
bf1470c6c7
HBASE-6016 ServerShutdownHandler#processDeadRegion could return false for disabling table regions
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344511 13f79535-47bb-0310-9956-ffa450edef68
2012-05-30 23:59:40 +00:00
Michael Stack
17a12aa8e5
HBASE-6087 Add hbase-common module
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344510 13f79535-47bb-0310-9956-ffa450edef68
2012-05-30 23:51:44 +00:00
Michael Stack
3d586b8722
HBASE-6062 preCheckAndPut/Delete() checks for READ when also a WRITE is performed
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344486 13f79535-47bb-0310-9956-ffa450edef68
2012-05-30 22:28:29 +00:00
Zhihong Yu
6043c0c401
HBASE-6119 Region server logs its own address at the end of getMaster()
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344482 13f79535-47bb-0310-9956-ffa450edef68
2012-05-30 21:52:33 +00:00
Michael Stack
a43d806e46
HBASE-6120 Few logging improvements around enabling tables
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344476 13f79535-47bb-0310-9956-ffa450edef68
2012-05-30 21:42:37 +00:00
Michael Stack
4ebecd3eba
HBASE-5959 Add other load balancers
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344457 13f79535-47bb-0310-9956-ffa450edef68
2012-05-30 20:53:15 +00:00
Michael Stack
65fc2953bd
HBASE-6068 Secure HBase cluster : Client not able to call some admin APIs
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344456 13f79535-47bb-0310-9956-ffa450edef68
2012-05-30 20:46:23 +00:00
Michael Stack
0586d64bd5
HBASE-5936 Add Column-level PB-based calls to HMasterInterface; REVERT
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344449 13f79535-47bb-0310-9956-ffa450edef68
2012-05-30 20:26:36 +00:00
Michael Stack
267dfbee66
HBASE-5936 Add Column-level PB-based calls to HMasterInterface
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344433 13f79535-47bb-0310-9956-ffa450edef68
2012-05-30 19:54:02 +00:00
Michael Stack
7bdcad0c28
HBASE-5932 Move RegionServerStatusProtocol from ipc package to top-level
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344432 13f79535-47bb-0310-9956-ffa450edef68
2012-05-30 19:53:37 +00:00
Michael Stack
1bf7b3f136
HBASE-5932 Move RegionServerStatusProtocol from ipc package to top-level
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344430 13f79535-47bb-0310-9956-ffa450edef68
2012-05-30 19:49:39 +00:00
Michael Stack
b61974d1ce
HBASE-4720 Implement atomic update operations (checkAndPut, checkAndDelete) for REST client/server
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344398 13f79535-47bb-0310-9956-ffa450edef68
2012-05-30 18:38:20 +00:00
Michael Stack
2bbc95823c
HBASE-6049 Serializing 'List' containing null elements will cause NullPointerException in HbaseObjectWritable.writeObject()
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344363 13f79535-47bb-0310-9956-ffa450edef68
2012-05-30 17:55:58 +00:00
Michael Stack
20bd3f02d0
HBASE-6131 Add attribution for code added by HBASE-5533 metrics
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344299 13f79535-47bb-0310-9956-ffa450edef68
2012-05-30 15:09:36 +00:00
Michael Stack
31d4659cce
HBASE-6083 Modify old filter tests to use Junit4/no longer use HBaseTestCase
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344111 13f79535-47bb-0310-9956-ffa450edef68
2012-05-30 05:44:27 +00:00
Andrew Kyle Purtell
9bb6236ecc
HBASE-6114. CacheControl flags should be tunable per table schema per CF
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344105 13f79535-47bb-0310-9956-ffa450edef68
2012-05-30 05:26:15 +00:00
Michael Stack
cf91e55fb5
HBASE-6133 TestRestartCluster failing in 0.92
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344098 13f79535-47bb-0310-9956-ffa450edef68
2012-05-30 04:43:50 +00:00
Michael Stack
5aaf176f63
HBASE-6043 Add Increment Coalescing in thrift.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344086 13f79535-47bb-0310-9956-ffa450edef68
2012-05-30 03:27:51 +00:00
Michael Stack
bb87ad10e0
HBASE-6107 Distributed log splitting hangs even there is no task under /hbase/splitlog
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344044 13f79535-47bb-0310-9956-ffa450edef68
2012-05-29 23:11:19 +00:00
Michael Stack
cd8f390d90
HBASE-6043 Add Increment Coalescing in thrift.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344043 13f79535-47bb-0310-9956-ffa450edef68
2012-05-29 23:08:50 +00:00
Michael Stack
dfab705a3b
HBASE-6043 Add Increment Coalescing in thrift.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344034 13f79535-47bb-0310-9956-ffa450edef68
2012-05-29 22:31:54 +00:00
Michael Stack
522dd51ef9
HBASE-5948 Deprecate and remove the Avro gateway
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344029 13f79535-47bb-0310-9956-ffa450edef68
2012-05-29 22:18:26 +00:00
Michael Stack
2a0effdb9f
HBASE-6084 Server Load does not display correctly on the ui
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344026 13f79535-47bb-0310-9956-ffa450edef68
2012-05-29 22:06:11 +00:00
Michael Stack
1aad1a456f
HBASE-6084 Server Load does not display correctly on the ui
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344023 13f79535-47bb-0310-9956-ffa450edef68
2012-05-29 22:02:43 +00:00
Michael Stack
00e53c8fa2
HBASE-6108 Use HRegion.closeHRegion instead of HRegion.close() and HRegion.getLog().close()
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1343857 13f79535-47bb-0310-9956-ffa450edef68
2012-05-29 17:12:09 +00:00
ramkrishna
ccb9c74400
HBASE-6088 Region splitting not happened for long time due to ZK exception while creating RS_ZK_SPLITTING node (Rajesh)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1343817 13f79535-47bb-0310-9956-ffa450edef68
2012-05-29 16:18:49 +00:00
Zhihong Yu
fa54aef855
HBASE-6032 Port HFileBlockIndex improvement from HBASE-5987
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1343413 13f79535-47bb-0310-9956-ffa450edef68
2012-05-28 22:43:54 +00:00
ramkrishna
5c12d03ddd
HBASE-6118 Add a testcase for HBASE-6065 (Ashutosh)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1343338 13f79535-47bb-0310-9956-ffa450edef68
2012-05-28 17:51:22 +00:00
ramkrishna
3ee5280b6b
HBASE-5916 RS restart just before master intialization we make the cluster non operative (Rajesh)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1343324 13f79535-47bb-0310-9956-ffa450edef68
2012-05-28 17:14:56 +00:00
Zhihong Yu
9aa80d2696
HBASE-6112 Fix hadoop-2.0 build, revert first patch and amend docs (Jesse)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1343120 13f79535-47bb-0310-9956-ffa450edef68
2012-05-28 00:55:44 +00:00
Zhihong Yu
3fa097b01c
HBASE-6110 Fix TestInfoServers, patch v3 (Jesse)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1343110 13f79535-47bb-0310-9956-ffa450edef68
2012-05-27 21:45:03 +00:00
Zhihong Yu
99613b8746
HBASE-6110 Revert due to increased number of failed tests
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1343081 13f79535-47bb-0310-9956-ffa450edef68
2012-05-27 19:31:47 +00:00
Zhihong Yu
4ae26c1246
HBASE-6112 Fix hadoop-2.0 build (Jesse Yates)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1343071 13f79535-47bb-0310-9956-ffa450edef68
2012-05-27 17:38:34 +00:00
Zhihong Yu
a113f4c291
HBASE-6110 Fix TestInfoServers (Jesse Yates)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1342995 13f79535-47bb-0310-9956-ffa450edef68
2012-05-27 05:29:43 +00:00
Michael Stack
29bb309798
HBASE-4336 Convert source tree into maven modules
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1342958 13f79535-47bb-0310-9956-ffa450edef68
2012-05-26 20:35:30 +00:00
ramkrishna
e17357d77a
HBASE-6050 HLogSplitter renaming recovered.edits and CJ removing the parent directory races, making the HBCK to think cluster is inconsistent. (Ram)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1342937 13f79535-47bb-0310-9956-ffa450edef68
2012-05-26 17:52:44 +00:00
ramkrishna
d5ef991ac4
HBASE-6002 Possible chance of resource leak in HlogSplitter (Chinna Rao)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1342929 13f79535-47bb-0310-9956-ffa450edef68
2012-05-26 17:13:17 +00:00
Michael Stack
390f32d79f
HBASE-4336 Convert source tree into maven modules
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1342856 13f79535-47bb-0310-9956-ffa450edef68
2012-05-26 05:56:04 +00:00