Zhihong Yu
|
f2bb12c6bb
|
HBASE-5327 Print a message when an invalid hbase.rootdir is passed (Jimmy Xiang)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1243650 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-13 18:47:04 +00:00 |
Zhihong Yu
|
10f108630f
|
HBASE-5345 CheckAndPut doesn't work when value is empty byte[] (Evert Arckens)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1241972 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-08 16:55:16 +00:00 |
Zhihong Yu
|
da1443d90a
|
HBASE-5271 Result.getValue and Result.getColumnLatest return the wrong column (Ghais Issa)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1236347 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-26 18:51:33 +00:00 |
Zhihong Yu
|
59b1b68d12
|
HBASE-5255 Use singletons for OperationStatus to save memory (Benoit)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1235016 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-23 21:56:45 +00:00 |
ramkrishna
|
3331341429
|
HBASE-5243 LogSyncerThread not getting shutdown waiting for the interrupted flag (Ram)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1234559 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-22 17:43:16 +00:00 |
ramkrishna
|
fbf165d347
|
HBASE-5235 HLogSplitter writer thread's streams not getting closed when any of the writer threads has exceptions.(Ram)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1234509 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-22 13:20:15 +00:00 |
ramkrishna
|
fc8d2fe645
|
HBASE-5237 Addendum for HBASE-5160 and HBASE-4397 (Ram)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1234377 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-21 17:47:08 +00:00 |
Zhihong Yu
|
1c8829e0ad
|
HBASE-5208 Allow setting Scan start/stop row individually in TableInputFormat
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1233071 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-18 21:22:49 +00:00 |
Zhihong Yu
|
9b1e9d3c29
|
HBASE-5176 AssignmentManager#getRegion: logging nit adds a redundant '+' (Karthik K)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1232567 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-17 20:40:26 +00:00 |
Zhihong Yu
|
174248a26f
|
HBASE-5153 revert due to failed Jenkins builds
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1232490 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-17 17:15:23 +00:00 |
Zhihong Yu
|
5ce4d352de
|
HBASE-5153 Add retry logic in HConnectionImplementation#resetZooKeeperTrackers (Jieshan)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1232292 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-17 04:06:30 +00:00 |
Zhihong Yu
|
ee03d1626d
|
HBASE-5196 Failure in region split after PONR could cause region hole (Jimmy Xiang)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1231302 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-13 21:17:30 +00:00 |
Zhihong Yu
|
8d07130c67
|
HBASE-5143 Fix config typo in pluggable load balancer factory (Harsh J)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1231281 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-13 20:07:40 +00:00 |
larsh
|
15c62ed21a
|
HBASE-5121 MajorCompaction may affect scan's correctness (chunhui shen and Lars H)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1229806 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-10 23:39:57 +00:00 |
ramkrishna
|
e06aaf4ecc
|
HBASE-5137 MasterFileSystem.splitLog() should abort even if waitOnSafeMode() throws IOException(Ram & Ted)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1229649 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-10 17:33:49 +00:00 |
Zhihong Yu
|
296cf139aa
|
HBASE-5152 Region is on service before completing initialization when doing rollback of split,
it will affect read correctness (Chunhui)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1229418 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-09 23:22:37 +00:00 |
larsh
|
7624bcba26
|
HBASE-5088 A concurrency issue on SoftValueSortedMap (Jieshan Bean and Lars H)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1228539 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-07 01:40:07 +00:00 |
Zhihong Yu
|
28bbeb76c2
|
HBASE-5041 Major compaction on non existing table does not throw error (Shrijeet)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1228507 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-07 00:10:41 +00:00 |
Zhihong Yu
|
30a0a2c6d6
|
HBASE-4357 Region stayed in transition - in closing state (Ming Ma)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1228489 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-06 22:55:36 +00:00 |
Zhihong Yu
|
ff3cf1aeda
|
HBASE-5081 Distributed log splitting deleteNode races against splitLog retry (Prakash)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1227951 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-06 03:53:58 +00:00 |
Michael Stack
|
5866a55cdd
|
HBASE-5125 Upgrade hadoop to 1.0.0
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1227369 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-04 22:43:59 +00:00 |
Zhihong Yu
|
6f5a1371fa
|
HBASE-5111 Upgrade zookeeper to 3.4.2 release
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1226623 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-03 03:44:57 +00:00 |
ramkrishna
|
ebc3945450
|
HBASE-5094 The META can hold an entry for a region with a different server name from the one actually in the AssignmentManager thus making the region inaccessible. (Ram)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1226165 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-31 18:37:08 +00:00 |
Zhihong Yu
|
453de3a66c
|
HBASE-4397 -ROOT-, .META. tables stay offline for too long in recovery phase after all RSs
are shutdown at the same time (Ming Ma)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1226110 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-31 15:43:19 +00:00 |
Zhihong Yu
|
ceafb4aab8
|
HBASE-5105 TestImportTsv failed with hadoop 0.22 (Ming Ma)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1226103 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-31 15:36:14 +00:00 |
Zhihong Yu
|
497b4e781d
|
HBASE-5113 TestDrainingServer expects round robin region assignment but misses a
config parameter
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1226087 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-31 13:41:55 +00:00 |
Zhihong Yu
|
10e6defda5
|
HBASE-5112 TestReplication#queueFailover flaky due to potentially
uninitialized Scan (Jimmy Xiang)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1226039 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-31 05:03:49 +00:00 |
Zhihong Yu
|
ddd384369f
|
HBASE-5100 Rollback of split could cause closed region to be opened again (Chunhui)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1226029 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-31 02:45:18 +00:00 |
Zhihong Yu
|
a2471aa255
|
HBASE-5099 ZK event thread waiting for root region assignment may block server
shutdown handler for the region sever the root region was on (Jimmy)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1225765 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-30 06:39:07 +00:00 |
Zhihong Yu
|
315c91901f
|
HBASE-5103 Fix improper master znode deserialization (Jonathan Hsieh)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1225622 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-29 19:08:38 +00:00 |
Zhihong Yu
|
270122168b
|
HBASE-5009 Failure of creating split dir if it already exists prevents splits from happening further
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1225153 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-28 10:07:31 +00:00 |
larsh
|
2dcc010d36
|
HBASE-5096 Replication does not handle deletes correctly. (Lars H)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1224851 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-27 01:44:14 +00:00 |
Michael Stack
|
7569cea558
|
HBASE-5081 Distributed log splitting deleteNode races againsth splitLog retry; REVERT -- COMMITTED BEFORE REVIEW FINISHED -- AGAINpatch -p0 -R < x.txt patch -p0 -R < x.txt
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1222046 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-22 05:44:29 +00:00 |
Michael Stack
|
6c97552ee1
|
HBASE-5081 Distributed log splitting deleteNode races againsth splitLog retry; REAPPLY
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1222045 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-22 05:42:05 +00:00 |
Michael Stack
|
fa979ebab2
|
HBASE-5081 Distributed log splitting deleteNode races againsth splitLog retry; REVERT -- COMMITTED BEFORE REVIEW FINISHED
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1221978 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-22 01:09:03 +00:00 |
Michael Stack
|
72c1f6c8c7
|
HBASE-5081 Distributed log splitting deleteNode races againsth splitLog retry
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1221977 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-22 01:04:00 +00:00 |
Michael Stack
|
04dd71214a
|
HBASE-5077 SplitLogWorker fails to let go of a task, kills the RS
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1221601 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-21 04:06:03 +00:00 |
Michael Stack
|
dc89430102
|
HBASE-5078 DistributedLogSplitter failing to split file because it has edits for lots of regions
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1221597 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-21 04:01:26 +00:00 |
Michael Stack
|
77e16e8027
|
HBASE-4935 hbase 0.92.0 doesn't work going against 0.20.205.0, its packaged hadoop
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1221033 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-20 00:10:02 +00:00 |
Zhihong Yu
|
4e09ea6be8
|
HBASE-5060 HBase client is blocked forever (Jinchao)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1220863 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-19 17:24:21 +00:00 |
larsh
|
818adb795b
|
HBASE-4970 Add a parameter so that keepAliveTime of Htable thread pool can be changed (gaojinchao)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1220626 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-19 06:57:08 +00:00 |
Jean-Daniel Cryans
|
7e095fa615
|
HBASE-4683 Always cache index and bloom blocks
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1214902 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-15 18:26:35 +00:00 |
Zhihong Yu
|
e85d2d45d3
|
HBASE-5026 Add coprocessor hook to HRegionServer.ScannerListener.leaseExpired()
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1214431 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-14 19:57:42 +00:00 |
Jean-Daniel Cryans
|
69b7530f60
|
HBASE-5017 Bump the default hfile.block.cache.size because of HFileV2
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1213950 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-13 21:55:36 +00:00 |
Zhihong Yu
|
abf897ad42
|
HBASE-4946 HTable.coprocessorExec (and possibly coprocessorProxy) does not work with
dynamically loaded coprocessors (Andrei Dragomir)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1212250 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-09 05:58:05 +00:00 |
Zhihong Yu
|
7a36cab817
|
HBASE-4610 Port HBASE-3380 (Master failover can split logs of live servers) to 92/trunk
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1211695 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-07 22:59:06 +00:00 |
Zhihong Yu
|
5021d29ef4
|
HBASE-4942 HMaster is unable to start of HFile V1 is used (Honghua Zhu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1210303 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-05 01:11:10 +00:00 |
larsh
|
8fe805ce29
|
HBASE-4945 NPE in HRegion.bulkLoadHFiles (Andrew P and Lars H)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1210212 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-04 20:54:37 +00:00 |
larsh
|
9581eea546
|
HBASE-4903 Return a result from RegionObserver.preIncrement (Daniel Gómez Ferro)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1208952 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-01 05:06:24 +00:00 |
Zhihong Yu
|
bdc28714e1
|
HBASE-4878 Master crash when splitting hlog may cause data loss (Chunhui Shen)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1207560 13f79535-47bb-0310-9956-ffa450edef68
|
2011-11-28 20:10:58 +00:00 |