Nick Dimiduk
7f56783003
Document blockcache prefetch option (Misty Stanley-Jones)
2014-08-20 11:23:46 -07: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
Matteo Bertozzi
dd3c9da27a
HBASE-11736 Document SKIP_FLUSH snapshot option (Misty Stanley-Jones)
2014-08-20 09:47:17 +01:00
Matteo Bertozzi
a55a65017c
HBASE-11737 Document callQueue improvements from HBASE-11355 and HBASE-11724 (Misty Stanley-Jones)
2014-08-20 09:41:46 +01:00
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
Jonathan M Hsieh
ac2e1c33fd
HBASE-11682 Explain Hotspotting (Misty Stanley-Jones)
2014-08-19 16:44:05 -07:00
stack
c08f850d40
HBASE-11657 Put HTable region methods in an interface (Carter Page)
2014-08-19 16:15:02 -07:00
stack
50f17935fd
HBASE-11735 Document Configurable Bucket Sizes in bucketCache (Misty Stanley-Jones)
2014-08-19 14:47:50 -07:00
stack
8a52d58a7b
HBASE-11607 Document HBase metrics (Misty Stanley-Jones)
2014-08-19 13:51:17 -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
Jonathan M Hsieh
f282ade9a7
HBASE-10202 Documentation is lacking information about rolling-restart.sh script (Misty Stanley-Jones)
2014-08-18 15:32:20 -07:00
Andrew Purtell
c55ecba071
HBASE-11754 [Shell] Record table property SPLITS_FILE in descriptor (chendihao)
2014-08-18 14:50:52 -07:00
Jonathan M Hsieh
454389a4b7
HBASE-11508 Document changes to IPC config parameters from HBASE-11492 (Misty Stanley-Jones)
2014-08-18 14:30:59 -07:00
Jonathan M Hsieh
3702b0b445
HBASE-11655 ADDENDUM - typo fix
2014-08-18 14:25:57 -07:00
Jonathan M Hsieh
76ffc75036
HBASE-11655 Document how to use Bash with HBase Shell (Misty Stanley-Jones)
2014-08-18 14:23:37 -07:00
stack
36a07922c1
HBASE-11739 Document blockCache contents report in the UI
2014-08-18 14:13:33 -07:00
stack
1f1a676cfe
edit on why bucketcache
2014-08-18 14:13:33 -07:00
stack
ef70ce8b50
Add pointer to terracota offheaping notes
2014-08-18 14:13:33 -07:00
Jonathan M Hsieh
25a7b75560
HBASE-11734 Document changed behavior of hbase.hstore.time.to.purge.deletes (Misty Stanley-Jones)
2014-08-18 13:42:03 -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
Jonathan M Hsieh
c1c5c88792
HBASE-11753 Document HBASE_SHELL_OPTS environment variable (Misty Stanley-Jones)
2014-08-18 12:10:46 -07: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
Ryan Rawson
0a46a638d3
Changing rawson\'s organization
2014-08-15 15:43:22 -07: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
Nick Dimiduk
9936b86f70
HBASE-11748 Cleanup and add pool usage tracing to Compression
2014-08-14 16:53:26 -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
865fae8a80
HBASE-11731 Add option to only run a subset of the shell tests (Sean Busbey)
2014-08-14 11:49:59 -07: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
Ramkrishna
c1660a7962
HBASE-11438 - [Visibility Controller] Support UTF8 character as Visibility
...
Labels (ram)
2014-08-14 12:41:16 +05:30
Nick Dimiduk
c60cfbc999
HBASE-11550 Custom value for BUCKET_CACHE_BUCKETS_KEY should be sorted (Gustavo Anatoly)
2014-08-13 21:07:41 -07:00
Jonathan M Hsieh
92c3b877c0
HBASE-11476 Expand 'Conceptual View' section of Data Model chapter (Misty Stanley-Jones)
2014-08-13 14:57:16 -07:00
Jonathan M Hsieh
2153a92fa9
HBASE-11723 Document all options of bin/hbase command (Misty Stanley-Jones)
2014-08-13 09:45:28 -07:00