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
Zhihong Yu
e2f64664a6
HBASE-4003 Cleanup Calls Conservatively On Timeout (Karthick)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1153602 13f79535-47bb-0310-9956-ffa450edef68
2011-08-03 18:26:30 +00:00
Gary Helmling
da50b95dd5
HBASE-3810 Relax parsing and add convenience methods for HTableDescriptor coprocessor config
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1153040 13f79535-47bb-0310-9956-ffa450edef68
2011-08-02 06:18:07 +00:00
Zhihong Yu
0cd2d8d932
HBASE-4148 HFileOutputFormat doesn't fill in TIMERANGE_KEY metadata (Jonathan Hsieh)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1152947 13f79535-47bb-0310-9956-ffa450edef68
2011-08-01 21:53:12 +00:00
Zhihong Yu
50e3d546eb
HBASE-4032 HBASE-451 improperly breaks public API HRegionInfo#getTableDesc
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1152532 13f79535-47bb-0310-9956-ffa450edef68
2011-07-31 01:06:02 +00:00
Zhihong Yu
5e4f28c289
HBASE-4138 If zookeeper.znode.parent is not specifed explicitly in Client
...
code then HTable object loops continuously waiting for the root region
by using /hbase as the base node.(ramkrishna.s.vasudevan)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1152220 13f79535-47bb-0310-9956-ffa450edef68
2011-07-29 13:46:11 +00:00
Zhihong Yu
996268c26e
HBASE-4144 RS does not abort if the initialization of RS fails (ramkrishna.s.vasudevan)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1152122 13f79535-47bb-0310-9956-ffa450edef68
2011-07-29 06:42:11 +00:00
Michael Stack
b11659d679
HBASE-3065 Retry all 'retryable' zk operations; e.g. connection loss
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1151751 13f79535-47bb-0310-9956-ffa450edef68
2011-07-28 06:44:27 +00:00
Zhihong Yu
6c838dc0ef
HBASE-4143 HTable.doPut(List) should check the writebuffer length every so often
...
(Doug Meil via Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1151689 13f79535-47bb-0310-9956-ffa450edef68
2011-07-28 00:24:11 +00:00
Michael Stack
a02c83a1d7
HBASE-1938 Make in-memory table scanning faster
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1151559 13f79535-47bb-0310-9956-ffa450edef68
2011-07-27 17:50:36 +00:00
Michael Stack
5f2aa2fea6
HBASE-4083 If Enable table is not completed and is partial, then scanning of the table is not working
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1151341 13f79535-47bb-0310-9956-ffa450edef68
2011-07-27 05:55:43 +00:00
Andrew Kyle Purtell
2485279bfa
HBASE-4139 [stargate] Update ScannerModel with support for filter package additions
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1151262 13f79535-47bb-0310-9956-ffa450edef68
2011-07-26 21:52:30 +00:00
Andrew Kyle Purtell
3e343dcd31
HBASE-4142 Advise against large batches in javadoc for HTable#put(List<Put>)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1151257 13f79535-47bb-0310-9956-ffa450edef68
2011-07-26 21:41:17 +00:00
Michael Stack
1f9315ff09
HBASE-3899 enhance HBase RPC to support free-ing up server handler threads even if response is not ready
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1151227 13f79535-47bb-0310-9956-ffa450edef68
2011-07-26 20:30:57 +00:00
Michael Stack
4c51d6dc6b
HBASE-3845 data loss because lastSeqWritten can miss memstore edits
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1151190 13f79535-47bb-0310-9956-ffa450edef68
2011-07-26 18:14:39 +00:00
Michael Stack
c9e11e0816
HBASE-3465 Hbase should use a HADOOP_HOME environment variable if available
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1150282 13f79535-47bb-0310-9956-ffa450edef68
2011-07-24 05:21:02 +00:00
Michael Stack
5b02ce98a3
HBASE-4129 hbase-3872 added a warn message 'CatalogJanitor: Daughter regiondir does not exist' that is triggered though its often legit that daughter is not present
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1150280 13f79535-47bb-0310-9956-ffa450edef68
2011-07-24 04:03:21 +00:00
Andrew Kyle Purtell
72409650d5
HBASE-4116 [stargate] StringIndexOutOfBoundsException in row spec parse
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1150206 13f79535-47bb-0310-9956-ffa450edef68
2011-07-23 19:50:19 +00:00
Andrew Kyle Purtell
4b21f2e32b
HBASE-4105 Stargate does not support json and gzip in parallel
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1150190 13f79535-47bb-0310-9956-ffa450edef68
2011-07-23 19:04:08 +00:00
Nicolas Spiegelberg
81897bd47f
HBASE-4127 Don't modify table's name away in HBaseAdmin
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1149764 13f79535-47bb-0310-9956-ffa450edef68
2011-07-22 23:38:58 +00:00
Michael Stack
25c43285bd
HBASE-4126 Make timeoutmonitor timeout after 30 minutes instead of 3
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1149720 13f79535-47bb-0310-9956-ffa450edef68
2011-07-22 20:18:32 +00:00
Zhihong Yu
5db7f2f127
HBASE-4118 method regionserver.MemStore#updateColumnValue: the check for
...
qualifier and family is missing (N Keywal via Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1148965 13f79535-47bb-0310-9956-ffa450edef68
2011-07-20 23:04:48 +00:00
Zhihong Yu
399462d5d7
HBASE-4095 revert, wait for further investigation
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1148715 13f79535-47bb-0310-9956-ffa450edef68
2011-07-20 12:15:03 +00:00
Michael Stack
f84529b0ae
HBASE-4115 HBase shell assign and unassign unusable if region name includes binary-encoded data
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1148558 13f79535-47bb-0310-9956-ffa450edef68
2011-07-19 21:45:13 +00:00
Michael Stack
820d40d134
HBASE-4101 Regionserver Deadlock
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1148373 13f79535-47bb-0310-9956-ffa450edef68
2011-07-19 14:52:46 +00:00
Zhihong Yu
f2499505de
HBASE-4093 When verifyAndAssignRoot throws exception, the deadServers state
...
cannot be changed (fulin wang via Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1148174 13f79535-47bb-0310-9956-ffa450edef68
2011-07-19 05:20:02 +00:00
Zhihong Yu
70d8db3673
HBASE-4095 Hlog may not be rolled in a long time if checkLowReplication's
...
request of LogRoll is blocked (Jieshan via Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1148169 13f79535-47bb-0310-9956-ffa450edef68
2011-07-19 05:11:34 +00:00
Zhihong Yu
d757784cbf
HBASE-4112 Creating table may throw NullPointerException (Jinchao via Ted Yu)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1148138 13f79535-47bb-0310-9956-ffa450edef68
2011-07-19 03:38:53 +00:00
Zhihong Yu
69bb8b99ec
HBASE-4052 Enabling a table after master switch does not allow table scan,
...
throwing NotServingRegionException (ramkrishna via Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1147353 13f79535-47bb-0310-9956-ffa450edef68
2011-07-16 01:29:31 +00:00
Zhihong Yu
6b55b8dbe6
HBASE-4087 HBaseAdmin should perform validation of connection it holds
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1147352 13f79535-47bb-0310-9956-ffa450edef68
2011-07-16 01:18:36 +00:00
Michael Stack
6f476bfd0e
HBASE-4081 Issues with HRegion.compactStores methods
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1147350 13f79535-47bb-0310-9956-ffa450edef68
2011-07-16 00:28:26 +00:00
Michael Stack
7f10f29425
HBASE-3872 Hole in split transaction rollback; edits to .META. need to be rolled back even if it seems like they didn't make it
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1146526 13f79535-47bb-0310-9956-ffa450edef68
2011-07-14 00:27:14 +00:00
Zhihong Yu
3314b87804
HBASE-4075 A bug in TestZKBasedOpenCloseRegion
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1145927 13f79535-47bb-0310-9956-ffa450edef68
2011-07-13 09:23:56 +00:00
Michael Stack
148627fe9c
HBASE-4088 npes in server shutdown
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1145855 13f79535-47bb-0310-9956-ffa450edef68
2011-07-13 04:18:50 +00:00
Zhihong Yu
16a366b5cd
HBASE-4003 Cleanup Calls Conservatively On Timeout - revert
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1145766 13f79535-47bb-0310-9956-ffa450edef68
2011-07-12 20:53:06 +00:00
Zhihong Yu
d775dc50c1
HBASE-3871 Speedup LoadIncrementalHFiles by parallelizing HFile splitting
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1145459 13f79535-47bb-0310-9956-ffa450edef68
2011-07-12 05:15:58 +00:00
Michael Stack
08a2eb0964
HBASE-4017 BlockCache interface should be truly modular
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1144588 13f79535-47bb-0310-9956-ffa450edef68
2011-07-09 03:54:01 +00:00
Zhihong Yu
a618fea162
HBASE-4079 HTableUtil - helper class for loading data (Doug Meil via Ted Yu)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1144581 13f79535-47bb-0310-9956-ffa450edef68
2011-07-09 03:15:02 +00:00
Michael Stack
6b9b5dbd99
HBASE-4054 Usability improvement to HTablePool
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1144068 13f79535-47bb-0310-9956-ffa450edef68
2011-07-07 21:58:35 +00:00
Zhihong Yu
fe05e91e42
HBASE-3893 HRegion.internalObtainRowLock shouldn't wait forever
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1144065 13f79535-47bb-0310-9956-ffa450edef68
2011-07-07 21:52:21 +00:00
Zhihong Yu
cf5b80c2ee
HBASE-4077 Deadlock if WrongRegionException is thrown from getLock in
...
HRegion.delete (Adam Warrington via Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1144054 13f79535-47bb-0310-9956-ffa450edef68
2011-07-07 21:33:11 +00:00
Michael Stack
d0e28d0309
HBASE-4033 The shutdown RegionServer could be added to AssignmentManager.servers again
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1144009 13f79535-47bb-0310-9956-ffa450edef68
2011-07-07 19:58:27 +00:00
Zhihong Yu
1e90b73574
HBASE-4074 When a RS has hostname with uppercase letter, there are two
...
RS entries in master
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1143915 13f79535-47bb-0310-9956-ffa450edef68
2011-07-07 16:44:49 +00:00
Zhihong Yu
fef618201f
HBASE-3867 when cluster is stopped and server which hosted meta region is
...
removed from cluster, master breaks down after restarting cluster.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1143586 13f79535-47bb-0310-9956-ffa450edef68
2011-07-06 22:27:37 +00:00
Zhihong Yu
a161fad751
HBASE-4061 getTableDirs is missing directories to skip
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1143557 13f79535-47bb-0310-9956-ffa450edef68
2011-07-06 20:43:47 +00:00
Zhihong Yu
db0cd694b2
HBASE-4053 Most of the regions were added into AssignmentManager#servers twice
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1143530 13f79535-47bb-0310-9956-ffa450edef68
2011-07-06 19:00:11 +00:00
Zhihong Yu
e3f8560143
HBASE-3904 HBA.createTable(final HTableDescriptor desc, byte [][] splitKeys)
...
should be synchronous
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1143522 13f79535-47bb-0310-9956-ffa450edef68
2011-07-06 18:31:04 +00:00
Zhihong Yu
be7cee5901
HBASE-4059 If a region is split during RS shutdown process, the daughter
...
regions are NOT made online by master
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1143505 13f79535-47bb-0310-9956-ffa450edef68
2011-07-06 17:19:32 +00:00