Commit Graph

1966 Commits

Author SHA1 Message Date
Jonathan Gray 8b693bf547 HBASE-3283 NPE in AssignmentManager if processing shutdown of RS who doesn't have any regions assigned to it
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1040302 13f79535-47bb-0310-9956-ffa450edef68
2010-11-29 21:18:41 +00:00
Jonathan Gray c3d25923a2 HBASE-3282 Need to retain DeadServers to ensure we don't allow previously expired RS instances to rejoin cluster
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1040291 13f79535-47bb-0310-9956-ffa450edef68
2010-11-29 21:01:52 +00:00
Michael Stack 4b5dcb3b31 HBASE-3223 Get VersionInfo for Running HBase Process
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1040273 13f79535-47bb-0310-9956-ffa450edef68
2010-11-29 20:31:02 +00:00
Michael Stack 2149277bf3 HBASE-3267 close_region shell command breaks region
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1040243 13f79535-47bb-0310-9956-ffa450edef68
2010-11-29 19:41:02 +00:00
Jonathan Gray a7dc9f982f HBASE-3280 YouAreDeadException being swallowed in HRS getMaster
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1040216 13f79535-47bb-0310-9956-ffa450edef68
2010-11-29 18:20:11 +00:00
Andrew Kyle Purtell 612c28ea2e HBASE-3279 [rest] Filter for gzip content encoding that wraps both input and output side
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1039490 13f79535-47bb-0310-9956-ffa450edef68
2010-11-26 18:16:49 +00:00
Michael Stack b54fed1e4d HBASE-3277 HBase Shell zk_dump command broken
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1038870 13f79535-47bb-0310-9956-ffa450edef68
2010-11-24 23:28:56 +00:00
Jean-Daniel Cryans 0bbfd1a364 HBASE-3261 NPE out of HRS.run at startup when clock is out of sync
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1038756 13f79535-47bb-0310-9956-ffa450edef68
2010-11-24 18:35:05 +00:00
Andrew Kyle Purtell 9b45d9996f HBASE-3275 [rest] No gzip/deflate content encoding support
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1038735 13f79535-47bb-0310-9956-ffa450edef68
2010-11-24 18:12:59 +00:00
Jean-Daniel Cryans f31bd00974 HBASE-3273 Set the ZK default timeout to 3 minutes
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1038489 13f79535-47bb-0310-9956-ffa450edef68
2010-11-24 06:04:55 +00:00
Michael Stack 8053c0f4b3 HBASE-3269 HBase table truncate semantics seems broken as disable table is now async by default.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1038467 13f79535-47bb-0310-9956-ffa450edef68
2010-11-24 04:04:30 +00:00
Michael Stack 88d2b70c85 HBASE-3272 Remove no longer used options
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1038375 13f79535-47bb-0310-9956-ffa450edef68
2010-11-23 23:13:47 +00:00
Jonathan Gray ea6311a33c HBASE-3262 TestHMasterRPCException uses non-ephemeral port for master
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1038353 13f79535-47bb-0310-9956-ffa450edef68
2010-11-23 21:53:09 +00:00
Michael Stack e0d13d4839 HBASE-3249 Typing 'help shutdown' in the shell shouldn't shutdown the cluster
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1038349 13f79535-47bb-0310-9956-ffa450edef68
2010-11-23 21:35:25 +00:00
Jean-Daniel Cryans 899b7093d6 HBASE-3258 EOF when version file is empty
HBASE-3259  Can't kill the region servers when they wait on the master or 
            the cluster state znode



git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1038346 13f79535-47bb-0310-9956-ffa450edef68
2010-11-23 21:31:18 +00:00
Andrew Kyle Purtell 7299a72715 HBASE-2001 Coprocessors: Colocate user code with regions
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1037102 13f79535-47bb-0310-9956-ffa450edef68
2010-11-20 01:23:39 +00:00
Jean-Daniel Cryans 5f8c1dd1fa HBASE-3253 Thrift's missing from all the repositories in pom.xml
Re-adding ZK 3.3.2 from HBASE-3230


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1037089 13f79535-47bb-0310-9956-ffa450edef68
2010-11-20 00:07:12 +00:00
Jean-Daniel Cryans 3f8eb6e0ed HBASE-3231 Update to zookeeper 3.3.2.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1037053 13f79535-47bb-0310-9956-ffa450edef68
2010-11-19 22:21:09 +00:00
Andrew Kyle Purtell a5f27d67ca HBASE-2002 Coprocessors: Client side support
HBASE-2321 Support RPC interface changes at runtime



git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1037026 13f79535-47bb-0310-9956-ffa450edef68
2010-11-19 21:14:05 +00:00
Andrew Kyle Purtell 3f82b6fcaf HBASE-3252 TestZooKeeperNodeTracker sometimes fails due to a race condition in test notification
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1037015 13f79535-47bb-0310-9956-ffa450edef68
2010-11-19 20:35:38 +00:00
Jean-Daniel Cryans c7708c5390 HBASE-3237 Split request accepted -- BUT CURRENTLY A NOOP
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1036964 13f79535-47bb-0310-9956-ffa450edef68
2010-11-19 18:05:36 +00:00
Jean-Daniel Cryans 4a6d4ff453 HBASE-3241 check to see if we exceeded hbase.regionserver.maxlogs limit is
incorrect (Kannan Muthukkaruppan via JD)
HBASE-3239  Handle null regions to flush in HLog.cleanOldLogs (Kannan
            Muthukkaruppan via JD)


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1036302 13f79535-47bb-0310-9956-ffa450edef68
2010-11-18 00:53:35 +00:00
Ryan Rawson 3dca408c49 HBASE-3235 Intermittent incrementColumnValue failure in TestHRegion
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1035818 13f79535-47bb-0310-9956-ffa450edef68
2010-11-16 21:20:31 +00:00
Ryan Rawson 069fecaeb7 HBASE-3232 : Fix KeyOnlyFilter + Add Value Length (Nicolas via Ryan)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1035128 13f79535-47bb-0310-9956-ffa450edef68
2010-11-15 03:10:31 +00:00
Michael Stack 443340e181 HBASE-3233 Fix Long Running Stats
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1034899 13f79535-47bb-0310-9956-ffa450edef68
2010-11-13 22:46:08 +00:00
Michael Stack 794583ec7a HBASE-3230 Refresh our hadoop jar and update zookeeper to just-released 3.3.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1034540 13f79535-47bb-0310-9956-ffa450edef68
2010-11-12 19:36:57 +00:00
Michael Stack 09e1e1820a HBASE-3227 Edit of log messages before branching
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1034272 13f79535-47bb-0310-9956-ffa450edef68
2010-11-12 06:04:59 +00:00
Ryan Rawson 433f7a3ff6 HBASE-3224 NPE in KeyValue$KVComparator.compare when compacting
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1034229 13f79535-47bb-0310-9956-ffa450edef68
2010-11-12 01:22:56 +00:00
Michael Stack b508678106 HBASE-3079 Shell displaying uninformative exceptions
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033979 13f79535-47bb-0310-9956-ffa450edef68
2010-11-11 16:14:46 +00:00
Jean-Daniel Cryans 6e80c35a98 HBASE-3221 Race between splitting and disabling
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033821 13f79535-47bb-0310-9956-ffa450edef68
2010-11-11 06:16:34 +00:00
Michael Stack 6b5511e991 HBASE-3222 Regionserver region listing in UI is no longer ordered
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033787 13f79535-47bb-0310-9956-ffa450edef68
2010-11-11 00:38:32 +00:00
Michael Stack 6881c2fac0 HBASE-3219 Split parents are reassigned on restart and on disable/enable
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033782 13f79535-47bb-0310-9956-ffa450edef68
2010-11-11 00:19:52 +00:00
Jonathan Gray 13f7d93b56 HBASE-3211 Key (Index) Only Fetches
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033777 13f79535-47bb-0310-9956-ffa450edef68
2010-11-10 23:35:09 +00:00
Michael Stack 63c6827376 HBASE-3218 Shell help cleanup/cosmetics/edit
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033754 13f79535-47bb-0310-9956-ffa450edef68
2010-11-10 22:06:40 +00:00
Jean-Daniel Cryans 65979de1fb HBASE-3216 Move HBaseFsck from client to util
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033736 13f79535-47bb-0310-9956-ffa450edef68
2010-11-10 21:46:14 +00:00
Michael Stack 6b7055eb24 HBASE-3161 Provide option for Stargate to only serve GET requests
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033626 13f79535-47bb-0310-9956-ffa450edef68
2010-11-10 18:12:23 +00:00
Jonathan Gray 6a5a512773 HBASE-3214 TestMasterFailover.testMasterFailoverWithMockedRITOnDeadRS is failing (Gary via jgray)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033617 13f79535-47bb-0310-9956-ffa450edef68
2010-11-10 17:54:48 +00:00
Michael Stack 504a604d9a HBASE-3090 Don't include hbase-default in conf/ assembly
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033369 13f79535-47bb-0310-9956-ffa450edef68
2010-11-10 06:01:55 +00:00
Jonathan Gray afeb06a5aa HBASE-3213 If do abort of backup master will get NPE instead of graceful abort
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033360 13f79535-47bb-0310-9956-ffa450edef68
2010-11-10 05:35:51 +00:00
Jonathan Gray 66ca4976a8 HBASE-3168 Sanity date and time check when a region server joins the cluster (Jeff Whiting and jgray)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033349 13f79535-47bb-0310-9956-ffa450edef68
2010-11-10 04:53:20 +00:00
Ryan Rawson 7e394dcb87 HBASE-2898 MultiPut makes proper error handling impossible and leads to corrupted data
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033321 13f79535-47bb-0310-9956-ffa450edef68
2010-11-10 01:54:13 +00:00
Michael Stack 3faee0a292 HBASE-3212 More testing of enable/disable uncovered base condition not in place; i.e. that only one enable/disable runs at a time
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033303 13f79535-47bb-0310-9956-ffa450edef68
2010-11-10 00:18:00 +00:00
Michael Stack fb4b83d41c HBASE-3209 : New Compaction Algorithm
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033302 13f79535-47bb-0310-9956-ffa450edef68
2010-11-10 00:11:25 +00:00
Ryan Rawson 0cb9652dd1 HBASE-3199 large response handling: some fixups and cleanups
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033274 13f79535-47bb-0310-9956-ffa450edef68
2010-11-09 22:40:26 +00:00
Jonathan Gray 2640b277cc HBASE-3207 If we get IOException when closing a region, we should still remove it from online regions and complete the close in ZK
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033259 13f79535-47bb-0310-9956-ffa450edef68
2010-11-09 22:05:25 +00:00
Michael Stack 5f2512facd HBASE-3112 Enable and disable of table needs a bit of loving in new master
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033237 13f79535-47bb-0310-9956-ffa450edef68
2010-11-09 21:28:09 +00:00
Michael Stack 43f81f1943 HBASE-3194 HBase should run on both secure and vanilla versions of Hadoop 0.20
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1032848 13f79535-47bb-0310-9956-ffa450edef68
2010-11-09 05:42:48 +00:00
Ryan Rawson 4dce2b26bf HBASE-3141 Master RPC server needs to be started before an RS can check in
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1032812 13f79535-47bb-0310-9956-ffa450edef68
2010-11-09 02:02:27 +00:00
Jean-Daniel Cryans 520676aaf1 HBASE-3208 HLog.findMemstoresWithEditsOlderThan needs to look for edits
that are equal to too


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1032790 13f79535-47bb-0310-9956-ffa450edef68
2010-11-08 23:59:39 +00:00
Jean-Daniel Cryans a68b2c6645 HBASE-3205 TableRecordReaderImpl.restart NPEs when first next is restarted
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1032761 13f79535-47bb-0310-9956-ffa450edef68
2010-11-08 22:10:38 +00:00