Commit Graph

8962 Commits

Author SHA1 Message Date
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
Andrew Purtell b8f2f67d4c HBASE-11589 AccessControlException should be a not retriable exception (Qiang Tian)
Amending-Author: Andrew Purtell <apurtell@apache.org>
2014-08-08 19:12:09 -07:00
Andrew Purtell 2df6b0562f HBASE-11705 callQueueSize should be decremented in a fail-fast scenario (Esteban Gutierrez) 2014-08-08 18:41:28 -07:00
Andrew Purtell 59a49f3149 HBASE-11706 Set versions for VerifyReplication (cuijianwei) 2014-08-08 18:31:12 -07:00
Jimmy Xiang 1669bc44c7 HBASE-11659 Region state RPC call is not idempotent (Virag Kothari) 2014-08-08 15:04:38 -07:00
Andrew Purtell 5dd2afd670 HBASE-11701 Start and end of memstore flush log should be on the same level (Esteban Gutierrez) 2014-08-07 17:55:22 -07:00
Andrew Purtell 0c1daa6efd HBASE-11697 Improve the 'Too many blocks' message on UI blockcache status page (Mikhail Antonov) 2014-08-07 15:13:08 -07:00
stack 2fea85a0b5 HBASE-11678 BucketCache ramCache fills heap after running a few hours 2014-08-07 14:26:56 -07:00
Jonathan M Hsieh 28e6aedf53 HBASE-6626 Add a chapter on HDFS in the troubleshooting section of the HBase reference guide (Misty Stanley-Jones) 2014-08-07 13:28:48 -07:00
stack af2df3523a HBASE-11603 Apply version of HADOOP-8027 to our JMXJsonServlet 2014-08-06 15:53:37 -07:00
Jonathan M Hsieh ab15fc1411 HBASE-11681 Update and move doc about disabling the WAL (Misty Stanley-Jones) 2014-08-06 14:25:07 -07:00
Lars Hofhansl fb8cc733ed HBASE-11667 Comment ClientScanner logic for NSREs. 2014-08-06 11:28:56 -07:00
Jonathan M Hsieh 058ac502f3 HBASE-11535 ReplicationPeer map is not thread safe (Virag Kothari) 2014-08-06 11:18:35 -07:00
Nick Dimiduk 8fb3c5f4a2 HBASE-11674 LoadIncrementalHFiles should be more verbose after unrecoverable error (Jan Lukavsky) 2014-08-05 15:28:41 -07:00
Jimmy Xiang 6b011d7a54 HBASE-11671 TestEndToEndSplitTransaction fails on master (Mikhail Antonov) 2014-08-05 09:25:30 -07:00
Ted Yu 17c869d543 HBASE-11666 Enforce JDK7 javac for builds on branch-1 and master (Sean Busbey) 2014-08-05 14:59:54 +00:00
Sean Busbey 6a7f923c0d HBASE-11662 shell should properly handle long form --debug.
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2014-08-04 21:31:56 -07:00
Andrew Purtell bd24634707 HBASE-11668 Re-add HBASE_LIBRARY_PATH to bin/hbase (Esteban Gutierrez) 2014-08-04 21:27:57 -07:00
stack c634fc8f8d HBASE-11664 Build broken - TestVisibilityWithCheckAuths 2014-08-04 15:30:14 -07:00
stack 46fea6e09f HBASE-11068 Update code to use Admin factory method instead of constructor 2014-08-04 11:43:14 -07:00
Andrew Purtell 2084272d74 HBASE-11318 Classes in security subpackages missing @InterfaceAudience annotations (Jonathan Hsieh and Andrew Purtell) 2014-08-04 11:14:26 -07:00
Andrew Purtell ec5a859b92 HBASE-11650 Write hbase.id to a temporary location and move into place 2014-08-01 17:18:01 -07:00
stack 4d272fa5ee HBASE-11651 Add conf which disables MetaMigrationConvertingToPB check (for experts only) 2014-08-01 16:35:33 -07:00
Ted Yu 9db8ecba74 HBASE-11632 Region split needs to clear force split flag at the end of SplitRequest run (Jerry He) 2014-08-01 22:18:15 +00:00
Ramkrishna bf87170f50 HBASE-11384 - [Visibility Controller]Check for users covering
authorizations for every mutation (Ram)
2014-08-01 13:23:36 -07:00
Jimmy Xiang 7b3d0add60 HBASE-11631 Wait a little till server is online in assigning meta 2014-08-01 12:34:41 -07:00
Andrew Purtell a28f048fbf HBASE-11649 Add shortcut commands to bin/hbase for test tools 2014-08-01 10:44:24 -07:00