zhangduo
f070c381e2
HBASE-19513 Fix the wrapped AsyncFSOutput implementation
2017-12-15 09:39:42 +08:00
Chia-Ping Tsai
33d48754f5
HBASE-19462 Deprecate all addImmutable methods in Put
...
Signed-off-by: Michael Stack <stack@apache.org>
2017-12-14 14:18:04 -08:00
Mike Drob
2952cc7dea
HBASE-19289 Add flag to disable stream capability enforcement
...
Signed-off-by: Josh Elser <elserj@apache.org>
2017-12-14 12:19:59 -06:00
ramkrish86
eac13e2315
HBASE-19511 Splits causes blocks to be cached again and so such blocks cannot be evicted from bucket cache (Ram)
...
Signed-off Duo Zhang, Anoop Sam John <palomino219@gmail.com, anoop.hbase@gmail.com>
2017-12-15 00:39:36 +05:30
zhangduo
c2bb63fbf9
HBASE-19512 Move EventType and ExecutorType from hbase-client to hbase-server
2017-12-14 20:15:35 +08:00
zhangduo
a1f8821b85
HBASE-19510 TestDistributedLogSplitting is flakey for AsyncFSWAL
2017-12-14 15:59:58 +08:00
Michael Stack
cb4bbea0f1
HBASE-19287 Revert "Revert "master hangs forever if RecoverMeta
...
send assign meta region request to target server fail""
This is a revert of a revert; i.e a reapplication with the
log message fixed up and some added javadoc.
This reverts commit 9ef115163b
.
Signed-off-by: Yi Liang <yliang@us.ibm.com>
2017-12-13 23:09:09 -08:00
zhangduo
211f231b4a
HBASE-19503 Fix TestWALOpenAfterDNRollingStart for AsyncFSWAL
2017-12-14 09:41:23 +08:00
tedyu
b682ea7c8a
HBASE-19434 create_namespace command for existing namespace does not throw useful error message
2017-12-13 16:01:38 -08:00
Chia-Ping Tsai
d2ffd5d7ed
HBASE-19484 (addendum) NPE in ExtendedCell#write
2017-12-14 02:32:28 +08:00
Michael Stack
fb6625fdd9
HBASE-19508 ReadOnlyConfiguration throws exception if any Configuration in current context calls addDefautlResource; ADDENDUM -- fix license
2017-12-13 10:29:46 -08:00
Michael Stack
b475f15f25
HBASE-19508 ReadOnlyConfiguration throws exception if any Configuration in current context calls addDefautlResource
...
Signed-off-by: Peter Somogyi <psomogyi@cloudera.com>
2017-12-13 10:29:34 -08:00
Sergey Soldatov
78ff501ad8
HBASE-19456 RegionMover's region server hostname option is no longer case insensitive
...
Signed-off-by: Josh Elser <elserj@apache.org>
2017-12-13 11:45:11 -05:00
Guangxu Cheng
015b66103a
HBASE-19000 Group multiple block cache clear requests per server
...
Signed-off-by: tedyu <yuzhihong@gmail.com>
2017-12-13 07:47:33 -08:00
Chia-Ping Tsai
a489292a83
HBASE-19502 Make sure we have closed all StoreFileScanner if we fail to open any StoreFileScanners
2017-12-13 21:38:45 +08:00
BELUGA BEHR
7c871849de
HBASE-19472 Remove ArrayUtil Class
...
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2017-12-13 19:08:54 +08:00
Apekshit Sharma
9144452773
HBASE-19489 Adds QUICK_HADOOPCHECK flag to check against only the latest maintenance releases in "hadoopcheck". Updates hadoop version to 3.0.0-beta1.
2017-12-13 00:36:34 -08:00
Chia-Ping Tsai
55eb59e654
HBASE-19427 Add TimeRange support into Append to optimize for counters
2017-12-13 15:40:56 +08:00
Peter Somogyi
941acc5c05
HBASE-19213 Align check and mutate operations in Table and AsyncTable
...
- Deprecates old checkAnd*() operations in Table
- Adds Table#CheckAndMutateBuilder and implements it in HTable
Commiter note: When committing the patch, noticed redundant {@inheritDoc} being added in HTable.
Removed new and olds ones.
Signed-off-by: Apekshit Sharma <appy@apache.org>
2017-12-12 20:46:39 -08:00
Guanghao Zhang
7755a98227
HBASE-19495 Fix failed ut TestShell
...
Signed-off-by: Michael Stack <stack@apache.org>
2017-12-12 09:55:39 -08:00
tedyu
0e47ded1a5
HBASE-19394 Support multi-homing env for the publication of RS status with multicast (hbase.status.published) (Toshihiro Suzuki)
2017-12-12 07:48:40 -08:00
zhangduo
46d9b4cf08
HBASE-19493 Make TestWALMonotonicallyIncreasingSeqId also work with AsyncFSWAL
2017-12-12 20:57:04 +08:00
zhangduo
3aa56b3932
HBASE-19371 Running WALPerformanceEvaluation against asyncfswal throws exceptions
...
Signed-off-by: Michael Stack <stack@apache.org>
2017-12-11 13:38:34 -08:00
Vasudevan
8dfb62029b
HBASE-19485 Minor improvement to TestCompactedHFilesDischarger (Ram)
...
Signed off by : Ted Yu <yuzhihong@gmail.com>
2017-12-11 22:57:35 +05:30
Chia-Ping Tsai
6010daf8b0
HBASE-19484 The value array written by ExtendedCell#write is out of bounds
2017-12-11 11:01:25 +08:00
Peter Somogyi
e444f549d7
HBASE-18988 Add release managers to reference guide
...
Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
2017-12-10 21:37:38 +01:00
BELUGA BEHR
3c84272b53
HBASE-19464 Replace StringBuffer with StringBuilder for hbase-common
...
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2017-12-10 22:47:54 +08:00
Jan Hentschel
24b2a5bb1e
HBASE-19375 Fixed Checkstyle import order errors in hbase-thrift
2017-12-09 20:19:11 +01:00
Jan Hentschel
aec5581885
HBASE-17425 Fixed deprecated calls in TestUpdateConfiguration
2017-12-09 14:44:06 +01:00
Guanghao Zhang
62ccc340fd
HBASE-19463 Make CPEnv#getConnection return a facade that throws Unsupported if CP calls #close
2017-12-09 20:26:37 +08:00
Apekshit Sharma
e8ba7b2320
HBASE-19457 Debugging flaky TestTruncateTableProcedure
...
- Adds debug logging for future ease
- Removes 60s timeout since testRecoveryAndDoubleExecutionPreserveSplits is only halfway after a minute.
- Adds some comments
- Logging change: Some places report "regionState=" while others just "state=".
State machine procs also have "state=" in their logs. Let me change all region related logging to "regionState=" so that
1) it's consistent everywhere, 2) more filtered results when searching through logs.
2017-12-08 17:25:44 -08:00
Michael Stack
a33a9de643
HBASE-19134 Make WALKey an Interface; expose Read-Only version to CPs
...
Created a new WALKey Interface and a WALKeyImpl. The WALKey Interface
is surfaced to Coprocessors and throughout most of the code base.
WALKeyImpl is used internally by WAL and by Replication which need
access to WALKey setters.
Methods that were deprecated in WALObserver because they were exposing
Private audience Classes have been undeprecated now we have WALKey.
Moved over to use SequenceId#getSequenceId throughout. Changed
SequenceId#getSequenceId removing the IOE.
2017-12-08 15:12:51 -08:00
Michael Stack
3366ebdc56
HBASE-19461 TestRSGroups is broke
2017-12-08 15:10:23 -08:00
Jan Hentschel
3e6563d6e0
HBASE-19373 Fixed remaining Checkstyle error in hbase-annotations
2017-12-08 23:19:51 +01:00
Jan Hentschel
65b271d5b2
HBASE-19360 Removed unused imports from hbase-zookeeper module
2017-12-08 23:13:25 +01:00
Jan Hentschel
b367902f74
HBASE-19180 Removed unused imports from AlwaysPasses
2017-12-08 23:00:03 +01:00
tedyu
8d3c60201a
HBASE-19433 ChangeSplitPolicyAction modifies an immutable HTableDescriptor
2017-12-07 19:45:41 -08:00
Apekshit Sharma
a70b9b5e94
HBASE-19454 Debugging TestDistributedLogSplitting#testThreeRSAbort
...
- Changed testThreeRSAbort to kill the RSs intead of aborting. Simple aborting will close the regions, we want extreme failure testing here.
- Adds some logging for easier debugging.
- Refactors TestDistributedLogSplitting to use standard junit rules.
2017-12-07 19:15:54 -08:00
Michael Stack
b0d68d6814
HBASE-19349 Introduce wrong version depencency of servlet-api jar
...
Move the hadoop-hdfs guava exclude in modules up to the top pom.
Looks like an exclude in a module is not additive but rather exclusive
blanking out the top level set of exclusions.
Tested by looking in lib dir of the built tarball.
2017-12-07 18:06:33 -08:00
huaxiangsun
f34648e464
HBASE-19163 Maximum lock count exceeded from region server's batch processing
...
Signed-off-by: Michael Stack <stack@apache.org>
2017-12-07 14:13:19 -08:00
Zach York
a39d5bed1b
HBASE-19435 Reopen Files for ClosedChannelException in BucketCache
...
Signed-off-by: tedyu <yuzhihong@gmail.com>
2017-12-07 10:53:26 -08:00
BELUGA BEHR
c3743be05c
HBASE-19448 Replace StringBuffer with StringBuilder for hbase-server
...
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2017-12-07 22:52:43 +08:00
Michael Stack
8dc82165f3
HBASE-19301 Provide way for CPs to create short circuited connection
...
with custom configurations; ADDENDUM -- adds warning to powerful new,
Signed-off-by: anoopsamjohn <anoopsamjohn@gmail.com>
2017-12-07 06:39:12 -08:00
Chia-Ping Tsai
2245dfc558
HBASE-12444 Total number of requests overflow because it's int
2017-12-07 18:42:32 +08:00
anoopsamjohn
f8e2323323
HBASE-19357 Bucket cache no longer L2 for LRU cache.
2017-12-07 15:06:30 +05:30
anoopsamjohn
e88b3c65b9
HBASE-19439 Mark ShortCircuitMasterConnection with InterfaceAudience Private.
2017-12-07 11:24:00 +05:30
Chia-Ping Tsai
4833e63d17
HBASE-19430 Remove the SettableTimestamp and SettableSequenceId
2017-12-07 13:34:38 +08:00
Andrew Purtell
e7a2e4352c
HBASE-19447 INFO level logging of GetClusterStatus from HMaster is too chatty
2017-12-06 17:06:34 -08:00
Michael Stack
d29ffd4e29
HBASE-19295 The Configuration returned by CPEnv should be read-only.
...
Adds a ReadOnlyConfiguration that delegates gets but throws exception
on sets/adds, etc.
2017-12-06 15:18:53 -08:00
tedyu
497902731a
HBASE-19417 Remove boolean return value from postBulkLoadHFile hook
2017-12-06 14:23:22 -08:00