Commit Graph

2850 Commits

Author SHA1 Message Date
Michael Stack 8ab928b4b3 HBASE-3265 Regionservers waiting for ROOT while Master waiting for RegionServers
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1040323 13f79535-47bb-0310-9956-ffa450edef68
2010-11-29 22:26:40 +00:00
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
Michael Stack 2778fced75 HBASE-3264 Remove unnecessary Guava Dependency
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1040299 13f79535-47bb-0310-9956-ffa450edef68
2010-11-29 21:12:56 +00:00
Michael Stack 8b8d6b9b50 HBASE-3243 Disable Table closed region on wrong host
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1040296 13f79535-47bb-0310-9956-ffa450edef68
2010-11-29 21:06:02 +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 eb3beb9c24 HBASE-3223 Get VersionInfo for Running HBase Process
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1040280 13f79535-47bb-0310-9956-ffa450edef68
2010-11-29 20:46:00 +00:00
Michael Stack c799c5cc83 HBASE-3223 Get VersionInfo for Running HBase Process
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1040279 13f79535-47bb-0310-9956-ffa450edef68
2010-11-29 20:45:43 +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 1649ad1174 HBASE-3278 AssertionError in LoadBalancer
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1040269 13f79535-47bb-0310-9956-ffa450edef68
2010-11-29 20:23:42 +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 700b396a3b 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@1038470 13f79535-47bb-0310-9956-ffa450edef68
2010-11-24 04:07:32 +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 272806891a HBASE-3264 Remove unnecessary Guava Dependency; fix test that used expect guava dependency
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1038463 13f79535-47bb-0310-9956-ffa450edef68
2010-11-24 03:49:45 +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
Michael Stack a7b528a712 HBASE-3264 Remove unnecessary Guava Dependency
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1038299 13f79535-47bb-0310-9956-ffa450edef68
2010-11-23 19:47:09 +00:00
Michael Stack a717152ddf Refactor of manual -- the airplane edit -- where sections moved around, lots filled in, some stuff removed
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1038269 13f79535-47bb-0310-9956-ffa450edef68
2010-11-23 18:47:16 +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
Michael Stack aa7b54a702 Add pointer to Aaron blog on ulimit. Add note to hregionpartitioner about it not being suitable for incremental bulk load
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1036378 13f79535-47bb-0310-9956-ffa450edef68
2010-11-18 09:59:32 +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
Michael Stack e9f910d607 Changed name of hadoop jar to be more explicit that its adding 895 and removing 724... also changed repo to one that has md5s and signed versions of these hand-built jars
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1035187 13f79535-47bb-0310-9956-ffa450edef68
2010-11-15 08:54:19 +00:00
Michael Stack 32905e1265 Some fixup around hadoop version text... added cdh3b2 or b3 will suffice
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1035185 13f79535-47bb-0310-9956-ffa450edef68
2010-11-15 08:52:45 +00:00
Michael Stack ba3056bb2d Minor edit to log messages from Nicolas
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1035183 13f79535-47bb-0310-9956-ffa450edef68
2010-11-15 08:51:28 +00:00
Ryan Rawson d8c6ed3be5 HBASE-3224 NPE in KeyValue.compare when compacting (forgot a file)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1035129 13f79535-47bb-0310-9956-ffa450edef68
2010-11-15 03:11:51 +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
Ryan Rawson ed06c534a0 HBASE-3234 - use a version of branch-20-append that has 724 reverted in it
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1035124 13f79535-47bb-0310-9956-ffa450edef68
2010-11-15 03:04:52 +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
Ryan Rawson 5afd12fa2e Fixing build, using hadoop version w/HDFS-1240
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1034619 13f79535-47bb-0310-9956-ffa450edef68
2010-11-13 01:24:54 +00:00
Michael Stack 9a977af6f4 Added notes on building
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1034578 13f79535-47bb-0310-9956-ffa450edef68
2010-11-12 21:34:02 +00:00
Michael Stack 9ee2178fb5 Upped version number to 0.91
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1034574 13f79535-47bb-0310-9956-ffa450edef68
2010-11-12 21:23:00 +00:00
Michael Stack 453aa824fc Rolled back zk... its failing tests... to 3.2.1
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1034569 13f79535-47bb-0310-9956-ffa450edef68
2010-11-12 21:15:09 +00:00
Michael Stack 547562f240 Have assembly produce one tgz with source that is buildable rather than a bin and src.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1034559 13f79535-47bb-0310-9956-ffa450edef68
2010-11-12 20:36:26 +00:00
Michael Stack 7195bff0c2 Added faq section on building hbase
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1034542 13f79535-47bb-0310-9956-ffa450edef68
2010-11-12 19:37:50 +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 1e36a17a1c Added css for book, did another book edit, added in ryan's comments
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1034273 13f79535-47bb-0310-9956-ffa450edef68
2010-11-12 06:05:39 +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