Commit Graph

5226 Commits

Author SHA1 Message Date
Zhihong Yu 82b93c67c3 HBASE-6219 New UI elements may request external resources (Elliot)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1359443 13f79535-47bb-0310-9956-ffa450edef68
2012-07-09 23:50:37 +00:00
Zhihong Yu 5236f762dd HBASE-6350 Some logging improvements for RegionServer bulk loading (Harsh J)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1358989 13f79535-47bb-0310-9956-ffa450edef68
2012-07-09 09:14:27 +00:00
Jonathan Hsieh 0318331ccd HBASE-4379 [hbck] Does not complain about tables with no end region [Z,] (Anoop Sam John)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1358953 13f79535-47bb-0310-9956-ffa450edef68
2012-07-09 07:45:49 +00:00
larsh a7dcdedb86 HBASE-6329 Stopping META regionserver when splitting region could cause daughter region to be assigned twice (chunhui shen)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1358820 13f79535-47bb-0310-9956-ffa450edef68
2012-07-08 19:21:30 +00:00
larsh 5bbb8e78d7 HBASE-6355 Allow HBase to compile against JDK7
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1358816 13f79535-47bb-0310-9956-ffa450edef68
2012-07-08 19:08:54 +00:00
Michael Stack e241ac1842 Add note about refreshing project after eclipse:eclipse suggested by Jean-Marc on list
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1358625 13f79535-47bb-0310-9956-ffa450edef68
2012-07-07 19:32:54 +00:00
Jonathan Hsieh e4622fe245 HBASE-6283 [region_mover.rb] Add option to exclude list of hosts on unload instead of just assuming the source node
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1358448 13f79535-47bb-0310-9956-ffa450edef68
2012-07-06 22:12:16 +00:00
Michael Stack 76222f5d3c HBASE-6341 Publicly expose HConnectionKey
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1358438 13f79535-47bb-0310-9956-ffa450edef68
2012-07-06 21:40:04 +00:00
Zhihong Yu f58744efc7 HBASE-6313 Client hangs because the client is not notified (binlijin)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1358416 13f79535-47bb-0310-9956-ffa450edef68
2012-07-06 20:53:51 +00:00
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
Andrew Kyle Purtell 5b717d965b HBASE-6332. Improve POM for better integration with downstream ivy projects (Roman Shaposhnik)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1357773 13f79535-47bb-0310-9956-ffa450edef68
2012-07-05 18:04:14 +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 6daa0f7bc7 new committer in pom.xml
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1357335 13f79535-47bb-0310-9956-ffa450edef68
2012-07-04 16:40:21 +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 b1ab069bdd HBASE-6027 Update the reference guide to reflect the changes in the security profile (Devaraj Das)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1357063 13f79535-47bb-0310-9956-ffa450edef68
2012-07-04 04:19:46 +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
Zhihong Yu 8794ac07a6 HBASE-6203 Create hbase-it module, pom under hbase-it (Enis)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1355221 13f79535-47bb-0310-9956-ffa450edef68
2012-06-29 02:57:29 +00:00
Zhihong Yu 9c98fafb0c HBASE-6203 Create hbase-it module (Enis)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1355220 13f79535-47bb-0310-9956-ffa450edef68
2012-06-29 02:56:20 +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
Gary Helmling ccd5082e53 Update details for garyh
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1354630 13f79535-47bb-0310-9956-ffa450edef68
2012-06-27 17:06:04 +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