Commit Graph

9288 Commits

Author SHA1 Message Date
Nick Dimiduk 7d48fa698b HBASE-11752 Document blockcache prefetch option (Misty Stanley-Jones) 2014-08-20 12:57:20 -07:00
Nick Dimiduk 8670fb3339 Revert "Document blockcache prefetch option (Misty Stanley-Jones)"
This reverts commit 7f56783003.
2014-08-20 12:57:02 -07:00
Nick Dimiduk 9fb4bfec81 Document blockcache prefetch option (Misty Stanley-Jones) 2014-08-20 11:53:17 -07:00
Nicolas Liochon bafbc1264a HBASE-11744 RpcServer code should not use a collection from netty internal 2014-08-20 12:18:17 +02:00
anoopsjohn 98067274d9 HBASE-11553 Abstract visibility label related services into an interface. 2014-08-20 14:48:53 +05:30
Matteo Bertozzi aee3990eb5 HBASE-11736 Document SKIP_FLUSH snapshot option (Misty Stanley-Jones) 2014-08-20 09:47:39 +01:00
Matteo Bertozzi 5c1ae840f2 HBASE-11737 Document callQueue improvements from HBASE-11355 and HBASE-11724 (Misty Stanley-Jones) 2014-08-20 09:42:41 +01:00
Enis Soztutar cbc1bc7d49 HBASE-11512 Write region open/close events to WAL 2014-08-19 18:46:24 -07:00
Enis Soztutar 05e67eba9d HBASE-11572 Add support for doing get/scans against a particular replica_id (Jeffrey Zhong) 2014-08-19 18:27:20 -07:00
Jonathan M Hsieh f4f77b5756 HBASE-11682 Explain Hotspotting (Misty Stanley-Jones) 2014-08-19 16:46:38 -07:00
stack acf6911114 HBASE-11657 Put HTable region methods in an interface (Carter Page) 2014-08-19 16:15:35 -07:00
Andrew Purtell f3f3947397 HBASE-11774 Avoid allocating unnecessary tag iterators 2014-08-19 09:52:57 -07:00
Andrew Purtell 4901e649b6 HBASE-11773 Wrong field used for protobuf construction in RegionStates (Andrey Stepachev) 2014-08-19 09:23:21 -07:00
anoopsjohn d502bafad2 HBASE-11696 Make CombinedBlockCache resizable. 2014-08-19 17:35:03 +05:30
Ted Yu 12478cded7 HBASE-11762 Record the class name of Codec in WAL header 2014-08-19 00:52:16 +00:00
stack ac6b747370 HBASE-11770 TestBlockCacheReporting.testBucketCache is not stable (Sergey Soldatov) 2014-08-18 15:35:23 -07:00
Jonathan M Hsieh fb40c38345 HBASE-10202 Documentation is lacking information about rolling-restart.sh script (Misty Stanley-Jones) 2014-08-18 15:31:47 -07:00
Andrew Purtell cbd21dd9c1 HBASE-11754 [Shell] Record table property SPLITS_FILE in descriptor (chendihao) 2014-08-18 14:50:52 -07:00
Jonathan M Hsieh 137fea8a76 HBASE-11508 Document changes to IPC config parameters from HBASE-11492 (Misty Stanley-Jones) 2014-08-18 14:31:38 -07:00
Jonathan M Hsieh 5b2069b7c9 HBASE-11734 Document changed behavior of hbase.hstore.time.to.purge.deletes (Misty Stanley-Jones) 2014-08-18 13:41:50 -07:00
Matteo Bertozzi bf5eac49a9 HBASE-11757 Provide a common base abstract class for both RegionObserver and MasterObserver 2014-08-18 20:15:08 +01:00
Jonathan M Hsieh 73e04b0a70 HBASE-11753 Document HBASE_SHELL_OPTS environment variable (Misty Stanley-Jones) 2014-08-18 12:10:03 -07:00
Ramkrishna f8eb1962dc HBASE-11728 - Data loss while scanning using PREFIX_TREE
DATA-BLOCK-ENCODING (Ram)
2014-08-18 22:34:26 +05:30
Matteo Bertozzi 2d83d55455 HBASE-11733 Avoid copy-paste in Master/Region CoprocessorHost 2014-08-16 08:23:40 +01:00
Andrew Purtell baeabeab83 HBASE-11713 Adding hbase shell unit test coverage for visibility labels (Srikanth Srungarapu) 2014-08-15 15:31:21 -07:00
Jimmy Xiang a3f99265c3 HBASE-11740 RegionStates.getRegionAssignments() gets stuck on clone (Virag Kothari) 2014-08-15 10:37:52 -07:00
Andrew Purtell 0ca9a85c4d HBASE-11755 VisibilityController returns the wrong value for preBalanceSwitch (Matteo Bertozzi) 2014-08-15 10:31:47 -07:00
Andrew Purtell 3325bbe84f HBASE-11749 Better error logging when coprocessors loading has failed (Srikanth Srungarapu) 2014-08-14 17:51:08 -07:00
shuai.lou dad56cee19 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:08 -07:00
Sean Busbey a783281b72 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:08 -07:00
Nick Dimiduk fe7f1320a0 HBASE-11748 Cleanup and add pool usage tracing to Compression 2014-08-14 16:53:43 -07:00
Matteo Bertozzi 7df6f58001 HBASE-11724 Add to RWQueueRpcExecutor the ability to split get and scan handlers 2014-08-14 20:52:40 +01:00
Andrew Purtell fc5f0a672a HBASE-11731 Add option to only run a subset of the shell tests (Sean Busbey)
Amending-Author: Andrew Purtell <apurtell@apache.org>
2014-08-14 11:50:41 -07:00
Andrew Purtell a79e5ce525 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:45:59 -07:00
Andrew Purtell 1f5ee71d0f HBASE-11745 FilterAllFilter should return ReturnCode.SKIP 2014-08-14 11:42:31 -07:00
anoopsjohn 2eb0757301 HBASE-11717 Remove unused config 'hbase.offheapcache.percentage' from hbase-default.xml and book. (Anoop) 2014-08-15 00:01:27 +05:30
Jimmy Xiang ce6c204078 HBASE-11687 No need to abort on postOpenDeployTasks exception if region opening is cancelled 2014-08-14 09:20:46 -07:00
Andrew Purtell 4bd2da4783 HBASE-11702 Better introspection of long running compactions 2014-08-14 09:02:41 -07:00
Ramkrishna ae2a944027 HBASE-11438 - [Visibility Controller] Support UTF8 character as Visibility
Labels (Ram)
2014-08-14 12:48:57 +05:30
Nick Dimiduk cd59a023c4 HBASE-11550 Custom value for BUCKET_CACHE_BUCKETS_KEY should be sorted (Gustavo Anatoly)
Conflicts:
	hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/bucket/BucketAllocator.java
2014-08-13 21:13:05 -07:00
Jonathan M Hsieh 65375f8258 HBASE-11476 Expand 'Conceptual View' section of Data Model chapter (Misty Stanley-Jones) 2014-08-13 14:57:18 -07:00
Jonathan M Hsieh acf56f18dd HBASE-11723 Document all options of bin/hbase command (Misty Stanley-Jones) 2014-08-13 09:46:00 -07:00
Jimmy Xiang dc1d743ce6 HBASE-11727 Assignment wait time error in case of ServerNotRunningYetException 2014-08-12 13:33:19 -07:00
Jimmy Xiang 60fcc2ea8d HBASE-11725 Backport failover checking change to 1.0 2014-08-12 12:02:05 -07:00
Jimmy Xiang 005fdac29b HBASE-11703 Meta region state could be corrupted 2014-08-12 11:49:57 -07:00
Jimmy Xiang b0c7498742 HBASE-11709 TestMasterShutdown can fail sometime 2014-08-12 10:40:27 -07:00
Nicolas Liochon 2b9123f938 HBASE-11719 Remove some unused paths in AsyncClient 2014-08-12 10:09:39 +02:00
Nicolas Liochon 8b80819a6f HBASE-11718 Remove some logs in RpcClient.java 2014-08-12 09:55:59 +02:00
Andrew Purtell cc5024e6fc HBASE-11716 LoadTestDataGeneratorWithVisibilityLabels should handle Delete mutations (Anoop Sam John) 2014-08-11 10:52:11 -07:00
anoopsjohn 886ae4691f HBASE-11527 Cluster free memory limit check should consider L2 block cache size also when L2 cache is onheap. (Anoop) 2014-08-11 13:38:59 +05:30