Commit Graph

2510 Commits

Author SHA1 Message Date
Zhihong Yu d53ddeb142 HBASE-4239 HBASE-4012 introduced duplicate variable Bytes.LONG_BYTES
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1160502 13f79535-47bb-0310-9956-ffa450edef68
2011-08-22 23:43:13 +00:00
Zhihong Yu 0e152ad9e2 HBASE-4199 blockCache summary - backend (Doug Meil)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1160488 13f79535-47bb-0310-9956-ffa450edef68
2011-08-22 22:58:39 +00:00
Zhihong Yu d0de098625 HBASE-4167 Potential leak of HTable instances when using HTablePool with
PoolType.ThreadLocal (Karthick Sankarachary)


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1160437 13f79535-47bb-0310-9956-ffa450edef68
2011-08-22 21:09:29 +00:00
Zhihong Yu ecd5fcf0d4 HBASE-4237 Directly remove the call being handled from the map of outstanding RPCs
(Benoit Sigoure)


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1160435 13f79535-47bb-0310-9956-ffa450edef68
2011-08-22 21:03:05 +00:00
Zhihong Yu 8cc16ab55f HBASE-4236 Don't lock the stream while serializing the response (Benoit Sigoure)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1160370 13f79535-47bb-0310-9956-ffa450edef68
2011-08-22 18:45:20 +00:00
Zhihong Yu 58dfa28fef HBASE-4065 TableOutputFormat ignores failure to create table instance
(Brock Noland)


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1160351 13f79535-47bb-0310-9956-ffa450edef68
2011-08-22 18:03:34 +00:00
Andrew Kyle Purtell 1c90f10c7f HBASE-4230 Compaction threads need names
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1159915 13f79535-47bb-0310-9956-ffa450edef68
2011-08-20 20:48:19 +00:00
Michael Stack 38a046ea3c HBASE-4229 Replace Jettison JSON encoding with Jackson in HLogPrettyPrinter
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1159914 13f79535-47bb-0310-9956-ffa450edef68
2011-08-20 20:27:09 +00:00
Michael Stack 95c39ae2ab HBASE-4227 Modify the webUI so that default values of column families are not shown
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1159515 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19 06:26:14 +00:00
Michael Stack 4c797e7ba9 HBASE-4095 Hlog may not be rolled in a long time if checkLowReplication's request of LogRoll is blocked
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1159497 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19 03:57:48 +00:00
Michael Stack 3910bd4b6d HBASE-4008 Problem while stopping HBase
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1159494 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19 03:37:41 +00:00
Zhihong Yu 284c7a38a8 HBASE-4175 Fix FSUtils.createTableDescriptor()
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1159375 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18 19:41:47 +00:00
Michael Stack 2bf98a61b4 HBASE-4176 Exposing HBase Filters to the Thrift API
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1159067 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18 07:31:24 +00:00
Michael Stack 4e403eb78b HBASE-4211 Do init-sizing of the StringBuilder making a ServerName
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1158518 13f79535-47bb-0310-9956-ffa450edef68
2011-08-17 05:13:54 +00:00
Michael Stack 5b4b4c74e8 HBASE-4190 Coprocessors: pull up some cp constants from cp package to o.a.h.h.HConstants
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1158463 13f79535-47bb-0310-9956-ffa450edef68
2011-08-16 22:15:06 +00:00
Michael Stack 9686b3d4ba HBASE-4205 Enhance HTable javadoc
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1158353 13f79535-47bb-0310-9956-ffa450edef68
2011-08-16 16:26:13 +00:00
Zhihong Yu 4b1b49635a HBASE-2399 Forced splits only act on the first family in a table (Ming Ma)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1158080 13f79535-47bb-0310-9956-ffa450edef68
2011-08-16 01:16:43 +00:00
Zhihong Yu f68b180a9f HBASE-4197 RegionServer expects all scanner to be subclasses of
HRegion.RegionScanner (Lars Hofhansl)


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1158058 13f79535-47bb-0310-9956-ffa450edef68
2011-08-15 23:10:12 +00:00
Zhihong Yu 11c7458018 Move 3 JIRAs to 0.90.5 where they were actually fixed
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1157940 13f79535-47bb-0310-9956-ffa450edef68
2011-08-15 18:41:18 +00:00
Zhihong Yu 6969402718 HBASE-4194 RegionSplitter: Split on under-loaded region servers first
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1157374 13f79535-47bb-0310-9956-ffa450edef68
2011-08-13 12:48:20 +00:00
Michael Stack 5c8f6d6c9e HBASE-4170 createTable java doc needs to be improved
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1157328 13f79535-47bb-0310-9956-ffa450edef68
2011-08-13 05:36:31 +00:00
Michael Stack 20aef0eaf7 HBASE-4196 TableRecordReader may skip first row of region
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1157324 13f79535-47bb-0310-9956-ffa450edef68
2011-08-13 05:21:38 +00:00
Gary Helmling 57672b21a8 HBASE-4193 Enhance RPC debug logging with details on call contents
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1156965 13f79535-47bb-0310-9956-ffa450edef68
2011-08-12 04:48:24 +00:00
Zhihong Yu ba8bf53381 HBASE-4186 No region is added to regionsInTransitionInRS
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1156774 13f79535-47bb-0310-9956-ffa450edef68
2011-08-11 19:45:23 +00:00
Michael Stack 3ab49af40f HBASE-4114 Metrics for HFile HDFS block locality
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1156390 13f79535-47bb-0310-9956-ffa450edef68
2011-08-10 22:16:30 +00:00
Michael Stack 03019ced6a HBASE-4168 A client continues to try and connect to a powered down regionserver
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1156378 13f79535-47bb-0310-9956-ffa450edef68
2011-08-10 21:45:56 +00:00
Michael Stack 4f253b37c2 HBASE-4184 CatalogJanitor doesn't work properly when fs.default.name isn't set in config file.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1156377 13f79535-47bb-0310-9956-ffa450edef68
2011-08-10 21:36:57 +00:00
Michael Stack a0478e5aed HBASE-3807 Fix units in RS UI metrics
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1156336 13f79535-47bb-0310-9956-ffa450edef68
2011-08-10 19:42:30 +00:00
Michael Stack 92b2c90bd7 HBASE-4185 Add doc for new hfilev2 format
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1156049 13f79535-47bb-0310-9956-ffa450edef68
2011-08-10 07:07:56 +00:00
Michael Stack e9677da00e HBASE-4156 ZKConfig defaults clientPort improperly
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1155971 13f79535-47bb-0310-9956-ffa450edef68
2011-08-09 23:31:30 +00:00
Michael Stack 0dfdee6365 HBASE-4156 ZKConfig defaults clientPort improperly; mistakenly overcommitted -- reverting
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1155970 13f79535-47bb-0310-9956-ffa450edef68
2011-08-09 23:30:11 +00:00
Michael Stack f3954f9933 HBASE-4156 ZKConfig defaults clientPort improperly
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1155969 13f79535-47bb-0310-9956-ffa450edef68
2011-08-09 23:28:56 +00:00
Michael Stack ac8b6f9e2d HBASE-4181 HConnectionManager can't find cached HRegionInterface and makes clients work very slow
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1155424 13f79535-47bb-0310-9956-ffa450edef68
2011-08-09 16:22:38 +00:00
Michael Stack b8a46d3862 HBASE-4039 Users should be able to choose custom TableInputFormats without modifying TableMapReduceUtil.initTableMapperJob()
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1155220 13f79535-47bb-0310-9956-ffa450edef68
2011-08-09 06:04:54 +00:00
Zhihong Yu 1185c6c89c HBASE-4152 Rename o.a.h.h.regionserver.wal.WALObserver to o.a.h.h.regionserver.wal.WALActionsListener
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1155202 13f79535-47bb-0310-9956-ffa450edef68
2011-08-09 04:39:34 +00:00
Michael Stack 4c52d623da HBASE-4179 Failed to run RowCounter on top of Hadoop branch-0.22
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1155201 13f79535-47bb-0310-9956-ffa450edef68
2011-08-09 04:31:34 +00:00
Michael Stack 42ae686912 HBASE-4169 FSUtils LeaseRecovery for non HDFS FileSystems
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1155200 13f79535-47bb-0310-9956-ffa450edef68
2011-08-09 03:47:45 +00:00
Michael Stack 22a27b8d28 HBase shell move and online may be unusable if region name or server includes binary-encoded data
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1155164 13f79535-47bb-0310-9956-ffa450edef68
2011-08-09 00:15:41 +00:00
Michael Stack a3292a1a7f HBASE-4169 FSUtils LeaseRecovery for non HDFS FileSystems -- reverted until we address issues raised around class name
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1155162 13f79535-47bb-0310-9956-ffa450edef68
2011-08-09 00:05:50 +00:00
Michael Stack a2d7e57e71 HBASE-4169 FSUtils LeaseRecovery for non HDFS FileSystems
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1155159 13f79535-47bb-0310-9956-ffa450edef68
2011-08-08 23:49:14 +00:00
Michael Stack 678a53a6d2 HBASE-4162 Fix TestHRegionInfo.testGetSetOfHTD: delete /tmp/hbase-<username> if it already exists.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1154658 13f79535-47bb-0310-9956-ffa450edef68
2011-08-07 05:52:54 +00:00
Zhihong Yu 2961f7dcd4 HBASE-4171 HBase shell broken in trunk (Lars Hofhansl)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1154428 13f79535-47bb-0310-9956-ffa450edef68
2011-08-06 02:15:07 +00:00
Todd Lipcon d8b463d176 HBASE-3899. Add ability for delayed RPC calls to set return value immediately at call return.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1154366 13f79535-47bb-0310-9956-ffa450edef68
2011-08-05 20:05:09 +00:00
Andrew Kyle Purtell 143acb2d9d HBASE-4159 HBaseServer - IPC Reader threads are not daemons
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1154067 13f79535-47bb-0310-9956-ffa450edef68
2011-08-05 01:44:15 +00:00
Gary Helmling 4b84ea5a0a HBASE-4150 Don't enforce pool size limit with ThreadLocalPool
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1154044 13f79535-47bb-0310-9956-ffa450edef68
2011-08-04 22:58:43 +00:00
Zhihong Yu 2c772a97ab HBASE-4150 reverse patch
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1153954 13f79535-47bb-0310-9956-ffa450edef68
2011-08-04 17:53:42 +00:00
Zhihong Yu a9031452f7 HBASE-4150 Potentially too many connections may be opened if ThreadLocalPool
or RoundRobinPool is used


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1153938 13f79535-47bb-0310-9956-ffa450edef68
2011-08-04 17:24:14 +00:00
Zhihong Yu 3633f06b50 HBASE-3857 Fix TestHFileBlock.testBlockHeapSize test failure (Mikhail)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1153718 13f79535-47bb-0310-9956-ffa450edef68
2011-08-04 01:20:49 +00:00
Zhihong Yu 95c32d4c37 HBASE-4158 Upgrade pom.xml to surefire 2.9 (Aaron Kushner & Mikhail)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1153662 13f79535-47bb-0310-9956-ffa450edef68
2011-08-03 20:53:48 +00:00
Zhihong Yu 121c5b2e47 HBASE-3857 Change the HFile Format (Mikhail & Liyin)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1153634 13f79535-47bb-0310-9956-ffa450edef68
2011-08-03 19:59:48 +00:00