Commit Graph

3263 Commits

Author SHA1 Message Date
Michael Stack d8d4fc8b7c HBASE-3684 Support column range filter
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1087593 13f79535-47bb-0310-9956-ffa450edef68
2011-04-01 06:00:37 +00:00
Michael Stack 22e5b51c7b HBASE-3715 Book.xml - adding architecture section on client, adding section on spec-ex under mapreduce
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1087588 13f79535-47bb-0310-9956-ffa450edef68
2011-04-01 05:45:10 +00:00
Michael Stack 9e6308c918 HBASE-3705 Allow passing timestamp into importtsv
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1087586 13f79535-47bb-0310-9956-ffa450edef68
2011-04-01 05:34:51 +00:00
Michael Stack 8ae8903ab7 Intermittent TestRegionRebalancing failure -- addendum
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1087584 13f79535-47bb-0310-9956-ffa450edef68
2011-04-01 05:30:06 +00:00
Michael Stack 21e68ab791 HBASE-3712 HTable.close() doesn't shutdown thread pool
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1087582 13f79535-47bb-0310-9956-ffa450edef68
2011-04-01 05:26:37 +00:00
Michael Stack 5de1c25b33 HBASE-3716 Intermittent TestRegionRebalancing failure
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1087401 13f79535-47bb-0310-9956-ffa450edef68
2011-03-31 18:33:37 +00:00
Michael Stack a906560ce0 HBASE-3720 Book.xml - porting conceptual-view / physical-view sections of HBaseArchitecture wiki
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1087395 13f79535-47bb-0310-9956-ffa450edef68
2011-03-31 18:12:04 +00:00
Michael Stack 569b5d2335 HBASE-3717 deprecate HTable isTableEnabled() methods in favor of HBaseAdmin methods
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1087191 13f79535-47bb-0310-9956-ffa450edef68
2011-03-31 05:50:43 +00:00
Michael Stack 67a3bf92b7 Added note on nproc and changed it so we print ulimit -a instead of ulimit -n into out server logs
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1087188 13f79535-47bb-0310-9956-ffa450edef68
2011-03-31 05:33:28 +00:00
Michael Stack 4044763d74 Add link to xceiver rant
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1086981 13f79535-47bb-0310-9956-ffa450edef68
2011-03-30 15:05:55 +00:00
Todd Lipcon c222e2b486 HBASE-3711 - amend patch to fix compilation error
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1086747 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29 21:09:48 +00:00
Todd Lipcon fbd1666643 HBASE-3711 importtsv fails if rowkey length exceeds MAX_ROW_LENGTH
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1086724 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29 20:26:52 +00:00
Andrew Kyle Purtell 1685e9b536 HBASE-3709 HFile compression not sharing configuration; work around accidental use of CDH-ism
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1086511 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29 08:13:20 +00:00
Andrew Kyle Purtell df3a53e764 HBASE-3709 HFile compression not sharing configuration
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1086504 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29 07:46:54 +00:00
Michael Stack 1e005639e2 Mvn build notes
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1086032 13f79535-47bb-0310-9956-ffa450edef68
2011-03-27 20:37:41 +00:00
Gary Helmling 70379d17b3 HBASE-3702 Fix NPE in Exec method parameter serialization
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085818 13f79535-47bb-0310-9956-ffa450edef68
2011-03-26 22:07:51 +00:00
Todd Lipcon 561deab8fc HBASE-3703. hbase-config.sh needs to be updated so it can auto-detect the sun jdk provided by RHEL6
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085798 13f79535-47bb-0310-9956-ffa450edef68
2011-03-26 20:38:21 +00:00
Michael Stack edd036b045 HBASE-3696 isMajorCompaction() check triggers lots of listStatus DFS RPC calls from HBase
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085560 13f79535-47bb-0310-9956-ffa450edef68
2011-03-25 21:05:13 +00:00
Michael Stack be4fbee16b HBASE-3654 Weird blocking between getOnlineRegion and createRegionLoad; Added more to Subbu and Ted extras
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085553 13f79535-47bb-0310-9956-ffa450edef68
2011-03-25 20:38:11 +00:00
Michael Stack 83143be819 HBASE-3686 ClientScanner skips too many rows on recovery if using scanner caching
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085542 13f79535-47bb-0310-9956-ffa450edef68
2011-03-25 19:54:48 +00:00
Michael Stack 0adc6ef09e javadoc warnings
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085505 13f79535-47bb-0310-9956-ffa450edef68
2011-03-25 18:33:13 +00:00
Michael Stack f55aa19018 Edit and formatting
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085491 13f79535-47bb-0310-9956-ffa450edef68
2011-03-25 18:00:28 +00:00
Michael Stack 20fda55327 Add ref to hackathon
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085474 13f79535-47bb-0310-9956-ffa450edef68
2011-03-25 17:14:01 +00:00
Michael Stack 8e4fc55f1d HBASE-3655 Revision to HBase book, more examples in data model, more metrics, more performance
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085261 13f79535-47bb-0310-9956-ffa450edef68
2011-03-25 06:19:18 +00:00
Michael Stack c38558e545 HBASE-3622 Deadlock in HBaseServer (JVM bug?); Add an FAQ about hanging regionservers
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085254 13f79535-47bb-0310-9956-ffa450edef68
2011-03-25 05:00:46 +00:00
Jean-Daniel Cryans e64108690e HBASE-3681 Check the sloppiness of the region load before balancing (Ted Yu via JD)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085223 13f79535-47bb-0310-9956-ffa450edef68
2011-03-25 00:40:55 +00:00
Jean-Daniel Cryans fbf0d77132 And adding the missing licenses for HBASE-3541
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085219 13f79535-47bb-0310-9956-ffa450edef68
2011-03-25 00:35:14 +00:00
Jean-Daniel Cryans 4ee3ceefe4 Adding the files missing from HBASE-3541
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085217 13f79535-47bb-0310-9956-ffa450edef68
2011-03-25 00:33:08 +00:00
Michael Stack 5f69f20011 HBASE-3658 Alert when heap is over committed
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085195 13f79535-47bb-0310-9956-ffa450edef68
2011-03-24 23:36:36 +00:00
Michael Stack cad0a1bb9c HBASE-3052 Add ability to have multiple ZK servers in a quorum in MiniZooKeeperCluster for test writing
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085190 13f79535-47bb-0310-9956-ffa450edef68
2011-03-24 23:20:24 +00:00
Michael Stack 91404d9c5d HBASE-3688 Setters of class HTableDescriptor do not work properly
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085186 13f79535-47bb-0310-9956-ffa450edef68
2011-03-24 23:12:55 +00:00
Michael Stack d82dabaa6f HBASE-3541 REST Multi Gets
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085183 13f79535-47bb-0310-9956-ffa450edef68
2011-03-24 23:06:08 +00:00
Michael Stack 4c59785135 HBASE-3474 HFileOutputFormat to use column family's compression algorithm
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085179 13f79535-47bb-0310-9956-ffa450edef68
2011-03-24 22:59:45 +00:00
Michael Stack a344cd98b7 HBASE-3673 Reduce HTable Pool Contention Using Concurrent Collections
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085169 13f79535-47bb-0310-9956-ffa450edef68
2011-03-24 22:28:26 +00:00
Michael Stack 39bb359b53 (HBASE-3654) Weird blocking between getOnlineRegion and createRegionLoad -- cleanup of unused method found by Ted Yu review
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085151 13f79535-47bb-0310-9956-ffa450edef68
2011-03-24 21:25:46 +00:00
Jean-Daniel Cryans ee969a8d83 HBASE-3497 TableMapReduceUtil.initTableReducerJob broken due to setConf
method in TableOutputFormat



git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085139 13f79535-47bb-0310-9956-ffa450edef68
2011-03-24 20:59:25 +00:00
Michael Stack ff192229ca HBASE-3683 NMapInputFormat should use a different config param for number of maps
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085132 13f79535-47bb-0310-9956-ffa450edef68
2011-03-24 20:47:56 +00:00
Michael Stack 15cc58f797 HBASE-3666 TestScannerTimeout fails occasionally
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085123 13f79535-47bb-0310-9956-ffa450edef68
2011-03-24 20:40:13 +00:00
Michael Stack b500e86e2d HBASE-3654 Weird blocking between getOnlineRegion and createRegionLoad
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085114 13f79535-47bb-0310-9956-ffa450edef68
2011-03-24 20:25:10 +00:00
Michael Stack 1cab7fc7b9 HBASE-3660 HMaster will exit when starting with stale data in cached locations such as -ROOT- or .META.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085107 13f79535-47bb-0310-9956-ffa450edef68
2011-03-24 20:04:32 +00:00
Michael Stack 89794648e6 HBASE-3627 NPE in EventHandler when region already reassigned
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085076 13f79535-47bb-0310-9956-ffa450edef68
2011-03-24 19:03:29 +00:00
Michael Stack cf3284dfb9 HBASE-3627 NPE in EventHandler when region already reassigned
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085075 13f79535-47bb-0310-9956-ffa450edef68
2011-03-24 19:01:50 +00:00
Michael Stack 237bc82af2 HBASE-3669 Region in PENDING_OPEN keeps being bounced between RS and master -- added some debugging
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085066 13f79535-47bb-0310-9956-ffa450edef68
2011-03-24 18:35:36 +00:00
Michael Stack 0b4f7255fb Add checkout link
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085037 13f79535-47bb-0310-9956-ffa450edef68
2011-03-24 16:55:04 +00:00
Andrew Kyle Purtell a17043496b HBASE-3583 Coprocessors: scannerNext and scannerClose hooks are called when HRegionInterface#get is invoked
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1084854 13f79535-47bb-0310-9956-ffa450edef68
2011-03-24 06:27:23 +00:00
Andrew Kyle Purtell c63fe3174a HBASE-3697 Admin actions that use MetaReader to iterate regions need to skip offline ones
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1084843 13f79535-47bb-0310-9956-ffa450edef68
2011-03-24 04:33:54 +00:00
Jean-Daniel Cryans 4b8b1c2ed8 HBASE-3640 [replication] Transferring queues shouldn't be done inline with RS startup
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1084785 13f79535-47bb-0310-9956-ffa450edef68
2011-03-23 22:23:54 +00:00
Andrew Kyle Purtell 5c78c1a4a7 HBASE-3468 Enhance checkAndPut and checkAndDelete with comparators
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1084752 13f79535-47bb-0310-9956-ffa450edef68
2011-03-23 21:26:07 +00:00
Jean-Daniel Cryans 75bbdd7397 HBASE-3668 CatalogTracker.waitForMeta can wait forever and totally stall a RS
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1084377 13f79535-47bb-0310-9956-ffa450edef68
2011-03-22 22:20:17 +00:00
Michael Stack ce86d7ca82 HBASE-3617 NoRouteToHostException during balancing will cause Master abort
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1084375 13f79535-47bb-0310-9956-ffa450edef68
2011-03-22 22:16:55 +00:00