Andrew Purtell
27ba048651
HBASE-11846 HStore#assertBulkLoadHFileOk should log if a full HFile verification will be performed during a bulkload (Esteban Gutierrez)
2014-08-28 15:53:19 -07:00
Sean Busbey
49b526169a
HBASE-11849 remove classes with audience.private for internals that we don't use.
...
Signed-off-by: Jonathan M Hsieh <jmhsieh@apache.org>
2014-08-28 11:53:52 -07:00
anoopsjohn
736f84bfed
HBASE-9875 Removing the empty file NamespaceJanitor
2014-08-28 16:37:00 +05:30
stack
80fbcfcd23
HBASE-4920 We need a mascot, a totem
2014-08-27 19:14:35 -07:00
stack
cd8a908499
HBASE-4920 We need a mascot, a totem
...
Add in images Add reference on front page and from refguide.
2014-08-27 19:13:33 -07:00
stack
e5123cc2ce
HBASE-9875 NamespaceJanitor chore is not used
2014-08-27 09:56:16 -07:00
Srikanth Srungarapu
57328e1121
HBASE-11788 HBase is not deleting the cell when a Put with a KeyValue, KeyValue.Type.Delete is submitted
2014-08-27 09:05:34 -07:00
stack
f4c55b877c
HBASE-11834 TestHRegionBusyWait.testParallelAppendWithMemStoreFlush fails sporadically
2014-08-27 08:21:38 -07:00
anoopsjohn
0cb2ab6a76
HBASE-11820 ReplicationSource : Set replication codec class as RPC codec class on a clonned Configuration.
2014-08-27 10:28:49 +05:30
stack
aada70053b
HBASE-7782 HBaseTestingUtility.truncateTable() not acting like CLI (Sean Busbey)
2014-08-26 10:44:22 -07:00
Andrew Purtell
906fafe93d
HBASE-11814 TestAssignmentManager.testCloseFailed() and testOpenCloseRacing() is flaky (Virag Kothari)
2014-08-26 07:51:09 -07:00
Ramkrishna
dea6480023
HBASE-11591 Scanner fails to retrieve KV from bulk loaded file with
...
highest sequence id than the cell's mvcc in a non-bulk loaded file (Ram)
2014-08-26 17:36:37 +05:30
Ted Yu
582123cd8f
HBASE-11823 Cleanup javadoc warnings.(Andrey Stepachev)
2014-08-26 09:13:22 +00:00
Andrew Purtell
5ed89df4bb
HBASE-11766 Backdoor CoprocessorHConnection is no longer being used for local writes
2014-08-25 15:58:11 -07:00
stack
03687b80bc
HBASE-11813 CellScanner#advance may overflow stack
2014-08-25 14:52:36 -07:00
stack
dd6c21e4d5
HBASE-11610 Enhance remote meta updates
2014-08-25 11:55:43 -07:00
Andrew Purtell
368aee62af
HBASE-11794 StripeStoreFlusher causes NullPointerException (jeongmin kim)
2014-08-23 10:49:21 -07:00
Andrew Purtell
d281ffb139
HBASE-11617 incorrect AgeOfLastAppliedOp and AgeOfLastShippedOp in replication Metrics when no new replication OP (Demai Ni)
2014-08-23 09:43:12 -07:00
Ted Yu
3b57f28dad
HBASE-11798 TestBucketWriterThread may hang due to WriterThread stopping prematurely (Sergey Soldatov and Alex Newman)
2014-08-22 01:54:06 +00:00
Matteo Bertozzi
6df18a1b65
HBASE-11789 LoadIncrementalHFiles is not picking up the -D option
2014-08-21 19:05:17 +01:00
Matteo Bertozzi
cf771b85a5
Revert "LoadIncrementalHFiles is not picking up the -D option"
...
This reverts commit e05e27f2d5
.
2014-08-21 19:04:33 +01:00
Nicolas Liochon
018bbc0993
HBASE-4955 Use the official versions of surefire (Alex Newman)
2014-08-21 10:50:14 +02:00
Matteo Bertozzi
e05e27f2d5
LoadIncrementalHFiles is not picking up the -D option
2014-08-20 21:31:29 +01:00
Nicolas Liochon
c308c37b23
HBASE-11744 RpcServer code should not use a collection from netty internal
2014-08-20 12:14:40 +02:00
anoopsjohn
062f6a6aac
HBASE-11553 Abstract visibility label related services into an interface.
2014-08-20 14:47:29 +05:30
Enis Soztutar
e28ec72464
HBASE-11568 Async WAL replication for region replicas
2014-08-19 18:59:22 -07:00
Enis Soztutar
d44e7df5dc
HBASE-11512 Write region open/close events to WAL
2014-08-19 18:45:21 -07:00
Enis Soztutar
aeecd20373
HBASE-11572 Add support for doing get/scans against a particular replica_id (Jeffrey Zhong)
2014-08-19 18:23:09 -07:00
stack
c08f850d40
HBASE-11657 Put HTable region methods in an interface (Carter Page)
2014-08-19 16:15:02 -07:00
Andrew Purtell
3b864842c7
HBASE-11774 Avoid allocating unnecessary tag iterators
2014-08-19 09:38:33 -07:00
Andrew Purtell
393a2a3814
HBASE-11773 Wrong field used for protobuf construction in RegionStates (Andrey Stepachev)
2014-08-19 09:24:45 -07:00
anoopsjohn
3c13e8f3ce
HBASE-11696 Make CombinedBlockCache resizable.
2014-08-19 17:32:50 +05:30
Ted Yu
fd4dfb489a
HBASE-11762 Record the class name of Codec in WAL header
2014-08-19 00:53:54 +00:00
stack
f93e4d47d9
HBASE-11770 TestBlockCacheReporting.testBucketCache is not stable (Sergey Soldatov)
2014-08-18 15:34:27 -07:00
Matteo Bertozzi
c45a8832d2
HBASE-11757 Provide a common base abstract class for both RegionObserver and MasterObserver
2014-08-18 20:19:04 +01:00
Ramkrishna
70696ebf59
HBASE-11728 - Data loss while scanning using PREFIX_TREE
...
DATA-BLOCK-ENCODING (Ram)
2014-08-18 22:32:56 +05:30
Matteo Bertozzi
6856e4533e
HBASE-11733 Avoid copy-paste in Master/Region CoprocessorHost
2014-08-16 08:22:48 +01:00
Andrew Purtell
680a6f32f2
HBASE-11713 Adding hbase shell unit test coverage for visibility labels (Srikanth Srungarapu)
2014-08-15 15:20:35 -07:00
Jimmy Xiang
2c5825d897
HBASE-11740 RegionStates.getRegionAssignments() gets stuck on clone (Virag Kothari)
2014-08-15 10:36:49 -07:00
Andrew Purtell
dbf16df44c
HBASE-11755 VisibilityController returns the wrong value for preBalanceSwitch (Matteo Bertozzi)
2014-08-15 10:29:26 -07:00
Jimmy Xiang
783d87b3c0
HBASE-11732 Should not preemptively offline a region
2014-08-15 08:43:30 -07:00
Andrew Purtell
9db1f2cc37
HBASE-11749 Better error logging when coprocessors loading has failed (Srikanth Srungarapu)
2014-08-14 17:51:06 -07:00
shuai.lou
a15b343fbf
HBASE-11708 RegionSplitter incorrectly calculates splitcount
...
when split table using the util(UniformSplit or HexStringSplit),
with "-r" option, the caculation of splitCount in funciton rollingSplit
may be wrong.
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2014-08-14 17:51:06 -07:00
Sean Busbey
e9fd2d5cae
HBASE-11627 guard against divide by zero in RegionSplitter logging.
...
Adds a test for noop rolling splits that fails prior to the addition
of the guard.
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2014-08-14 17:51:06 -07:00
Matteo Bertozzi
e1e70a7e2f
HBASE-11724 Add to RWQueueRpcExecutor the ability to split get and scan handlers
2014-08-14 20:52:11 +01:00
Andrew Purtell
819b06d621
Amend HBASE-11438 [Visibility Controller] Support UTF8 character as Visibility Labels; Fix failing tests
...
String(byte[]) constructor may not select UTF8 aware conversion
depending on environment
2014-08-14 11:44:09 -07:00
Andrew Purtell
1e55bdbf77
HBASE-11745 FilterAllFilter should return ReturnCode.SKIP
2014-08-14 11:42:30 -07:00
anoopsjohn
cabcb6ca23
HBASE-11717 Remove unused config 'hbase.offheapcache.percentage' from hbase-default.xml and book. (Anoop)
2014-08-14 23:47:03 +05:30
Andrew Purtell
6367074381
HBASE-11702 Better introspection of long running compactions
2014-08-14 09:12:52 -07:00
Jimmy Xiang
4ed32bd77e
HBASE-11687 No need to abort on postOpenDeployTasks exception if region opening is cancelled
2014-08-14 09:06:22 -07:00