Commit Graph

1574 Commits

Author SHA1 Message Date
Jean-Daniel Cryans 4bf60f2fdc Fixed 2497's CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@939830 13f79535-47bb-0310-9956-ffa450edef68
2010-04-30 21:42:03 +00:00
Michael Stack 19b01d968d HBASE-2414 Enhance test suite to be able to specify distributed scenarios
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@939567 13f79535-47bb-0310-9956-ffa450edef68
2010-04-30 06:52:27 +00:00
Michael Stack f61b52bb45 HBASE-2494 Does not apply new.name parameter to CopyTable
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@939561 13f79535-47bb-0310-9956-ffa450edef68
2010-04-30 05:12:25 +00:00
Jean-Daniel Cryans 3b924fea46 HBASE-2499 Race condition when disabling a table leaves regions in transition
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@939157 13f79535-47bb-0310-9956-ffa450edef68
2010-04-29 01:23:07 +00:00
Michael Stack 9272667079 HBASE-2497 ProcessServerShutdown throws NullPointerException for offline regions
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@939123 13f79535-47bb-0310-9956-ffa450edef68
2010-04-28 22:45:47 +00:00
Jean-Daniel Cryans 369056d691 HBASE-2496 Less ArrayList churn on the scan path
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@939030 13f79535-47bb-0310-9956-ffa450edef68
2010-04-28 17:52:43 +00:00
Michael Stack 2b88cdcd78 HBASE-2393 ThriftServer instantiates a new HTable per request
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@938317 13f79535-47bb-0310-9956-ffa450edef68
2010-04-27 04:14:37 +00:00
Michael Stack 983654d271 HBASE-2487 Uncaught exceptions in receiving IPC responses orphan clients
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@938279 13f79535-47bb-0310-9956-ffa450edef68
2010-04-27 00:34:46 +00:00
Michael Stack 5dccb9751c HBASE-2488 Master should warn more loudly about unexpected events
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@938258 13f79535-47bb-0310-9956-ffa450edef68
2010-04-26 22:13:18 +00:00
Michael Stack e37f4ecef9 HBASE-2490 Improve the javadoc of the client API for HTable
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@938220 13f79535-47bb-0310-9956-ffa450edef68
2010-04-26 20:17:20 +00:00
Michael Stack 5bab1bdcfb HBASE-2491 master.jsp uses absolute links to table.jsp. This broke when master.jsp moved under webapps/master
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@938217 13f79535-47bb-0310-9956-ffa450edef68
2010-04-26 20:05:11 +00:00
Michael Stack 2efdd9d54f HBASE-2448 Scanner threads are interrupted without acquiring lock properly
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@937650 13f79535-47bb-0310-9956-ffa450edef68
2010-04-24 17:15:44 +00:00
Michael Stack 98290fec40 HBASE-2481 Client is not getting UnknownScannerExceptions; they are being eaten
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@937649 13f79535-47bb-0310-9956-ffa450edef68
2010-04-24 17:13:50 +00:00
Michael Stack 1982339473 HBASE-2447 LogSyncer.addToSyncQueue doesn't check if syncer is still running before waiting
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@937589 13f79535-47bb-0310-9956-ffa450edef68
2010-04-24 04:24:53 +00:00
Michael Stack c39d8f341a HBASE-2294 Enumerate ACID properties of HBase in a well defined spec
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@936112 13f79535-47bb-0310-9956-ffa450edef68
2010-04-20 23:15:45 +00:00
Michael Stack 3cb1168601 HBASE-2443 IPC client can throw NPE if socket creation fails
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@936107 13f79535-47bb-0310-9956-ffa450edef68
2010-04-20 23:02:57 +00:00
Michael Stack 2b2f1d1670 HBASE-2438 Addition of a Column Pagination Filter
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@936070 13f79535-47bb-0310-9956-ffa450edef68
2010-04-20 21:28:49 +00:00
Michael Stack 0f17cbf487 HBASE-2452 Fix our Maven dependencies
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@936062 13f79535-47bb-0310-9956-ffa450edef68
2010-04-20 21:10:44 +00:00
Michael Stack 446583b0b1 HBASE-2463 Various Bytes.* functions silently ignore invalid arguments
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@935301 13f79535-47bb-0310-9956-ffa450edef68
2010-04-18 05:50:31 +00:00
Michael Stack f6fb68ab0c HBASE-2460 add_table.rb deletes any tables for which the target table name is a prefix
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@935114 13f79535-47bb-0310-9956-ffa450edef68
2010-04-17 02:49:02 +00:00
Michael Stack 0dcf305575 HBASE-2458 Client stuck in TreeMap,remove
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@935111 13f79535-47bb-0310-9956-ffa450edef68
2010-04-17 02:34:16 +00:00
Michael Stack 57dca6f753 HBASE-2456 deleteChangedReaderObserver spitting warnings after HBASE-2248
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@934692 13f79535-47bb-0310-9956-ffa450edef68
2010-04-16 05:23:31 +00:00
Michael Stack 1f58ab7c38 HBASE-2453 Revisit compaction policies after HBASE-2248 commit
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@934660 13f79535-47bb-0310-9956-ffa450edef68
2010-04-16 01:17:26 +00:00
Michael Stack 49458a95cd HBASE-2451 .META. by-passes cache; BLOCKCACHE=>'false'
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@934655 13f79535-47bb-0310-9956-ffa450edef68
2010-04-16 00:22:07 +00:00
Michael Stack b9aeb3e125 HBASE-1892 [performance] make hbase splits run faster
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@934285 13f79535-47bb-0310-9956-ffa450edef68
2010-04-15 04:16:21 +00:00
Lars George 27d8d69932 HBASE-2430 Disable frag display in trunk, let HBASE-2165 replace it
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@934237 13f79535-47bb-0310-9956-ffa450edef68
2010-04-14 23:06:45 +00:00
Michael Stack 40c45392b3 HBASE-2439 HBase can get stuck if updates to META are blocked
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@934231 13f79535-47bb-0310-9956-ffa450edef68
2010-04-14 22:40:04 +00:00
Michael Stack 5f5e0e0575 HBASE-2440 Master UI should check against known bad JDK versions and warn the user
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@933858 13f79535-47bb-0310-9956-ffa450edef68
2010-04-14 04:38:18 +00:00
Michael Stack adbb2c58f8 HBASE-1933 Upload Hbase jars to a public maven repository
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@933448 13f79535-47bb-0310-9956-ffa450edef68
2010-04-12 23:50:51 +00:00
Michael Stack ab55ce3b55 HBASE-2435 HTablePool - method to release resources after use
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@933438 13f79535-47bb-0310-9956-ffa450edef68
2010-04-12 22:27:20 +00:00
Andrew Kyle Purtell bb5984fe82 HBASE-2341 ZK settings for initLimit/syncLimit
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@932203 13f79535-47bb-0310-9956-ffa450edef68
2010-04-09 00:48:28 +00:00
Jean-Daniel Cryans beefa3b7b3 HBASE-2346 Usage of FilterList slows down scans
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@932183 13f79535-47bb-0310-9956-ffa450edef68
2010-04-09 00:11:18 +00:00
Jean-Daniel Cryans e48a8ab0fc HBASE-2423 Update 'Getting Started' for 0.20.4 including making
"important configurations more visiable"


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@932109 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08 20:48:20 +00:00
Jean-Daniel Cryans a303215a28 HBASE-2417 HCM.locateRootRegion fails hard on "Connection refused"
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@932048 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08 18:20:18 +00:00
Michael Stack 1b04442fbc HBASE-2335 mapred package docs don't say zookeeper jar is a dependent
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@932004 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08 16:56:21 +00:00
Michael Stack 193476d4c2 HBASE-2360 Make sure we have all the hadoop fixes in our our copy of its rpc
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@931837 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08 08:56:07 +00:00
Jean-Daniel Cryans 0b788acf5e HBASE-2286 [Transactional Contrib] Correctly handle or avoid cases where
writes occur in same millisecond (Clint Morgan via J-D)


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@931727 13f79535-47bb-0310-9956-ffa450edef68
2010-04-07 23:49:35 +00:00
Michael Stack 8b9247cdca HBASE-2419 Remove from RS logs the fat NotServingRegionException stack
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@931698 13f79535-47bb-0310-9956-ffa450edef68
2010-04-07 21:38:42 +00:00
Andrew Kyle Purtell 4c5eec3968 HBASE-2412 [stargate] PerformanceEvaluation; and related fixes
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@931038 13f79535-47bb-0310-9956-ffa450edef68
2010-04-06 07:07:44 +00:00
Jean-Daniel Cryans 6baf69a757 HBASE-2410 spurious warnings from util.Sleeper
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@930985 13f79535-47bb-0310-9956-ffa450edef68
2010-04-05 23:40:54 +00:00
Jean-Daniel Cryans b1c1873abe HBASE-2252 Mapping a very big table kills region servers
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@930945 13f79535-47bb-0310-9956-ffa450edef68
2010-04-05 20:04:36 +00:00
Andrew Kyle Purtell 53f0d0db3e HBASE-2403 [stargate] client HTable interface to REST connector
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@930491 13f79535-47bb-0310-9956-ffa450edef68
2010-04-03 08:02:11 +00:00
Jean-Daniel Cryans f60e26e771 HBASE-2087 The wait on compaction because "Too many store files"
holds up all flushing



git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@930143 13f79535-47bb-0310-9956-ffa450edef68
2010-04-02 00:55:03 +00:00
Andrew Kyle Purtell e1b5bff0f0 HBASE-2402 [stargate] set maxVersions on gets
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@930138 13f79535-47bb-0310-9956-ffa450edef68
2010-04-01 23:35:24 +00:00
Michael Stack 4503dbe136 HBASE-2398 NPE in HLog.append when calling writer.getLength
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@930129 13f79535-47bb-0310-9956-ffa450edef68
2010-04-01 23:00:20 +00:00
Michael Stack 86335c9fb2 HBASE-2365 Double-assignment around split
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@929856 13f79535-47bb-0310-9956-ffa450edef68
2010-04-01 06:20:43 +00:00
Jean-Daniel Cryans 7784ad0762 HBASE-2270 Improve how we handle recursive calls in ExplicitColumnTracker
and WildcardColumnTracker



git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@929332 13f79535-47bb-0310-9956-ffa450edef68
2010-03-30 22:56:21 +00:00
Andrew Kyle Purtell 4a03a8d641 HBASE-2392 Upgrade to ZooKeeper 3.3.0
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@929320 13f79535-47bb-0310-9956-ffa450edef68
2010-03-30 22:20:40 +00:00
Jean-Daniel Cryans f77ab807e7 HBASE-2361 WALEdit broke replication scope
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@929195 13f79535-47bb-0310-9956-ffa450edef68
2010-03-30 17:16:46 +00:00
Jean-Daniel Cryans a84c14f3e4 HBASE-2388 Give a very explicit message when we figure a big GC pause
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@929194 13f79535-47bb-0310-9956-ffa450edef68
2010-03-30 17:06:39 +00:00
Michael Stack ee3c65fb58 HBASE-2374 TableInputFormat - Configurable parameter to add column families
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@929006 13f79535-47bb-0310-9956-ffa450edef68
2010-03-30 06:18:37 +00:00
Michael Stack 59b13bfb7a HBASE-2385 Debug Message Received
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@929001 13f79535-47bb-0310-9956-ffa450edef68
2010-03-30 05:55:01 +00:00
Michael Stack 3e02fe03d6 HBASE-2378 Bulk insert with multiple reducers broken due to improper ImmutableBytesWritable comparator
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@928996 13f79535-47bb-0310-9956-ffa450edef68
2010-03-30 05:35:51 +00:00
Michael Stack dc0e68b5cb HBASE-2378 Bulk insert with multiple reducers broken due to improper ImmutableBytesWritable comparator
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@928995 13f79535-47bb-0310-9956-ffa450edef68
2010-03-30 05:34:26 +00:00
Michael Stack d460886eb1 HBASE-2389 HTable - delete / put unnecessary sync
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@928986 13f79535-47bb-0310-9956-ffa450edef68
2010-03-30 04:56:24 +00:00
Andrew Kyle Purtell 463d3daa28 HBASE-2348 [stargate] Stargate needs both JAR and WAR artifacts
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@928876 13f79535-47bb-0310-9956-ffa450edef68
2010-03-29 19:15:15 +00:00
Michael Stack 5e4aa0830f HBASE-2359 WALEdit doesn't implement HeapSize
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@928351 13f79535-47bb-0310-9956-ffa450edef68
2010-03-28 06:19:15 +00:00
Michael Stack 961b0938cb HBASE-2338 log recovery: deleted items may be resurrected
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@928342 13f79535-47bb-0310-9956-ffa450edef68
2010-03-28 05:15:37 +00:00
Ryan Rawson f529cb29e1 HBASE-2370 saveVersion.sh doesnt properly grab the git revision
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@926869 13f79535-47bb-0310-9956-ffa450edef68
2010-03-24 00:01:08 +00:00
Michael Stack 136d3a1f58 HBASE-2364 Ignore Deprecations during build
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@926462 13f79535-47bb-0310-9956-ffa450edef68
2010-03-23 03:56:52 +00:00
Ryan Rawson e2725f70fb HBASE-2255 take trunk back to hadoop 0.20
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@926397 13f79535-47bb-0310-9956-ffa450edef68
2010-03-22 23:36:37 +00:00
Michael Stack 0d1bbc6c51 HBASE-2358 Store doReconstructionLog will fail if oldlogfile.log is empty and won't load region
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@926353 13f79535-47bb-0310-9956-ffa450edef68
2010-03-22 21:36:17 +00:00
Andrew Kyle Purtell ee70585289 HBASE-2355 Unsynchronized logWriters map is mutated from several threads in HLog splitting
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@926242 13f79535-47bb-0310-9956-ffa450edef68
2010-03-22 18:20:47 +00:00
Michael Stack f106722774 HBASE-2283 row level atomicity
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@925508 13f79535-47bb-0310-9956-ffa450edef68
2010-03-20 00:52:51 +00:00
Andrew Kyle Purtell e9cc906a81 HBASE-2319 [stargate] multiuser mode: request shaping
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@925418 13f79535-47bb-0310-9956-ffa450edef68
2010-03-19 21:02:35 +00:00
Lars George 46e773124c HBASE-2336 Fix build broken with HBASE-2334 (Lars Francke via Lars George)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@924254 13f79535-47bb-0310-9956-ffa450edef68
2010-03-17 12:22:38 +00:00
Michael Stack 72426552f4 HBASE-2334 Slimming of Maven dependency tree - improves assembly build
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@924156 13f79535-47bb-0310-9956-ffa450edef68
2010-03-17 04:56:58 +00:00
Michael Stack 0358a0bf57 HBASE-2331 [shell] count command needs a way to specify scan caching
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@923979 13f79535-47bb-0310-9956-ffa450edef68
2010-03-16 21:04:29 +00:00
Michael Stack dfc23200bd HBASE-2313 Nit-pick about hbase-2279 shell fixup, if you do get with non-existant column family, throws lots of exceptions
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@923894 13f79535-47bb-0310-9956-ffa450edef68
2010-03-16 17:43:09 +00:00
Andrew Kyle Purtell 45afc8f15f HBASE-2327 [EC2] Allocate elastic IP addresses for ZK and master nodes
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@923517 13f79535-47bb-0310-9956-ffa450edef68
2010-03-16 00:19:09 +00:00
Michael Stack 9013c837e8 HBASE-2324 Refactoring of TableRecordReader (mapred / mapreduce) for reuse outside the scope of InputSplit / RecordReader
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@923404 13f79535-47bb-0310-9956-ffa450edef68
2010-03-15 19:37:48 +00:00
Michael Stack 11999bd2b3 HBASE-2323 filter.RegexStringComparator does not work with certain bytes
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@923381 13f79535-47bb-0310-9956-ffa450edef68
2010-03-15 18:36:29 +00:00
Michael Stack 29bc8bb519 HBASE-2305 Client port for ZK has no default
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@923368 13f79535-47bb-0310-9956-ffa450edef68
2010-03-15 18:11:29 +00:00
Michael Stack a5715cc5d6 HBASE-2314 [shell] Support for getting counters
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@922672 13f79535-47bb-0310-9956-ffa450edef68
2010-03-13 20:32:10 +00:00
Michael Stack dd8456b1be HBASE-2316 Need an ability to run shell tests w/o invoking junit
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@922408 13f79535-47bb-0310-9956-ffa450edef68
2010-03-12 19:59:35 +00:00
Michael Stack 3098604a01 HBASE-2023 Client sync block can cause 1 thread of a multi-threaded client to block all others
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@922162 13f79535-47bb-0310-9956-ffa450edef68
2010-03-12 07:22:17 +00:00
Michael Stack 4770ea178a HBASE-2279 Hbase Shell does not have any tests
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@922110 13f79535-47bb-0310-9956-ffa450edef68
2010-03-12 01:36:04 +00:00
Michael Stack 20319e9eab HBASE-2309 Add apache releases to pom (list of ) repositories
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@922092 13f79535-47bb-0310-9956-ffa450edef68
2010-03-12 01:03:28 +00:00
Michael Stack 0bac7d5b31 HBASE-2302 Optimize M-R by bulk excluding regions - less InputSplit-s to avoid traffic on region servers when performing M-R on a subset of the table
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@922076 13f79535-47bb-0310-9956-ffa450edef68
2010-03-11 23:51:23 +00:00
Michael Stack f3f7b0622f HBASE-2287 TypeError in shell
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@922074 13f79535-47bb-0310-9956-ffa450edef68
2010-03-11 23:45:23 +00:00
Michael Stack 685d6093b0 HBASE-2268 PerformanceEvaluation --nomapred may assign duplicate random seed over multiple testing threads
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@922070 13f79535-47bb-0310-9956-ffa450edef68
2010-03-11 23:33:53 +00:00
Michael Stack 59955d1a5b HBASE-2174 Stop from resolving HRegionServer addresses to names using DNS on every heartbeat
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@922000 13f79535-47bb-0310-9956-ffa450edef68
2010-03-11 20:07:06 +00:00
Michael Stack 1030b60316 HBASE-2307 hbase-2295 changed hregion size, testheapsize broke... fix it
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@921626 13f79535-47bb-0310-9956-ffa450edef68
2010-03-10 23:33:18 +00:00
Michael Stack 6d0d1cc9a9 HBASE-2308 Fix the bin/rename_table.rb script, make it work again
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@921624 13f79535-47bb-0310-9956-ffa450edef68
2010-03-10 23:27:30 +00:00
Michael Stack bfd6812b40 HBASE-2295 Row locks may deadlock with themselves
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@921094 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09 20:15:13 +00:00
Michael Stack 782f78f29d HBASE-2295 Row locks may deadlock with themselves
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@920971 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09 16:36:50 +00:00
Andrew Kyle Purtell 1ccce74312 HBASE-2299 [EC2] mapreduce fixups for PE
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@920254 13f79535-47bb-0310-9956-ffa450edef68
2010-03-08 09:54:03 +00:00
Michael Stack 3baabbdb84 HBASE-2261 The javadoc in WhileMatchFilter and it's tests in TestFilter are not accurate/wrong
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@919870 13f79535-47bb-0310-9956-ffa450edef68
2010-03-06 22:43:53 +00:00
Jean-Daniel Cryans 6eab8932c8 HBASE-2293 CME in RegionManager#isMetaServer
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@919708 13f79535-47bb-0310-9956-ffa450edef68
2010-03-06 07:00:03 +00:00
Michael Stack 6db73b1c8d HBASE-2267 More improvements to the Maven build
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@919095 13f79535-47bb-0310-9956-ffa450edef68
2010-03-04 17:54:27 +00:00
Michael Stack d5a9b7f67f HBASE-2282 More directories should be ignored when using git for development
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@919087 13f79535-47bb-0310-9956-ffa450edef68
2010-03-04 17:46:50 +00:00
Michael Stack e325ccd9bf HBASE-2281 Hbase shell does not work when started from the build dir
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@919083 13f79535-47bb-0310-9956-ffa450edef68
2010-03-04 17:43:05 +00:00
Andrew Kyle Purtell baef12d73e HBASE-2274 [stargate] filter support: JSON descriptors
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@919066 13f79535-47bb-0310-9956-ffa450edef68
2010-03-04 17:05:33 +00:00
Michael Stack a4b99cf687 HBASE-2063 For hfileoutputformat, on timeout/failure/kill clean up half-written hfile
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@919058 13f79535-47bb-0310-9956-ffa450edef68
2010-03-04 16:39:10 +00:00
Michael Stack b4e29fb201 HBASE-2284 fsWriteLatency metric may be incorrectly reported
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@918858 13f79535-47bb-0310-9956-ffa450edef68
2010-03-04 05:20:33 +00:00
Michael Stack 73b4ceb658 HBASE-2244 META gets inconsistent in a number of crash scenarios
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@918271 13f79535-47bb-0310-9956-ffa450edef68
2010-03-02 23:46:19 +00:00
Jean-Daniel Cryans ee54d203e9 HBASE-2245 Unnecessary call to syncWal(region); in HRegionServer
(Benoit Sigoure via JD)
HBASE-2246  Add a getConfiguration method to HTableInterface
            (Benoit Sigoure via JD)


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@917783 13f79535-47bb-0310-9956-ffa450edef68
2010-03-01 23:00:55 +00:00
Lars George dc579e5972 HBASE-2276 - Fixed CHANGES.txt with wrong issue number
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@917164 13f79535-47bb-0310-9956-ffa450edef68
2010-02-28 10:49:54 +00:00
Lars George ffac8a385c HBASE-2274 Hbase Shell hcd() method is broken by the replication scope parameter (Alexey Kovyrin via Lars George)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@917162 13f79535-47bb-0310-9956-ffa450edef68
2010-02-28 10:47:07 +00:00
Andrew Kyle Purtell db9ca36fb3 HBASE-2273 [stargate] export metrics via Hadoop metrics, JMX, and zookeeper
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@916882 13f79535-47bb-0310-9956-ffa450edef68
2010-02-27 00:29:27 +00:00