Jan Hentschel
6007725521
HBASE-19597 Fixed Checkstyle errors in hbase-spark and enabled Checkstyle to fail on violations
2017-12-22 19:11:07 +01:00
tedyu
c0c802f62b
HBASE-19514 TestJMXListener now uses random port
...
Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
2017-12-22 18:40:58 +01:00
Michael Stack
8ed3d4b9cb
HBASE-19148 Reevaluate default values of configurations; minor ADDENDUM2
...
Fix a description.
2017-12-22 08:37:39 -08:00
Rajeshbabu Chintaguntla
c0598dcb10
HBASE-19593 Possible NPE if wal is closed during waledit append.(Rajeshabbu)
2017-12-22 17:20:45 +05:30
Chia-Ping Tsai
448ba3a78f
HBASE-19496 Reusing the ByteBuffer in rpc layer corrupt the ServerLoad and RegionLoad
2017-12-22 18:54:25 +08:00
Guanghao Zhang
7501e64426
HBASE-19591 Cleanup the usage of ReplicationAdmin from hbase-shell
2017-12-22 18:32:49 +08:00
Guanghao Zhang
001bce54e7
HBASE-19590 Remove the duplicate code in deprecated ReplicationAdmin
2017-12-22 18:32:15 +08:00
Apekshit Sharma
8ec0aa0d70
HBASE-19589 New regions should always be added with state CLOSED (followup of HBASE-19530)
2017-12-21 22:57:53 -08:00
Michael Stack
070c2ee7dd
HBASE-15124 Document the new 'normalization' feature in refguid
2017-12-21 22:47:25 -08:00
Daisuke
37bf54a516
HBASE--17248 fix javadoc in SimpleRegionNormalizer
...
Signed-off-by: Michael Stack <stack@apache.org>
2017-12-21 21:35:08 -08:00
Apekshit Sharma
5f02bf5b7b
HBASE-10092 Addendum. Move to slf4j. Few changes in bin/ scripts.
2017-12-21 19:22:00 -08:00
Apekshit Sharma
a4272a9f08
HBASE-19570 Add hadoop3 tests to Nightly master/branch-2 runs.
...
Jenkins fails the whole build immediately if any stage fails. Hadoop2 tests run before Hadoop3 tests.
So Hadoop3 tests will run only if hadoop2 tests pass.
2017-12-21 17:44:04 -08:00
Michael Stack
bcaf2fd20c
HBASE-19148 Reevaluate default values of configurations; minor ADDENDUM
2017-12-21 14:14:07 -08:00
Michael Stack
4d6b928682
HBASE-19148 Reevaluate default values of configurations
...
Removed unused:
<name>hbase.fs.tmp.dir</name>
Added hbase.master.loadbalance.bytable
Edit of description text. Moved stuff around to put configs beside each
other.
M hbase-server/src/main/java/org/apache/hadoop/hbase/util/ServerCommandLine.java
Emit some hbase configs in log on startup.
Signed-off-by: Michael Stack <stack@apache.org>
2017-12-21 14:07:16 -08:00
Chia-Ping Tsai
59baf12c03
HBASE-19575 add copy constructor to Mutation
2017-12-22 03:24:43 +08:00
Apekshit Sharma
6cefabee26
HBASE-19571 Renames OUTPUTDIR to OUTPUT_DIR and OUTPUT_RELATIVE to OUTPUT_DIR_RELATIVE.
2017-12-21 10:46:43 -08:00
Peter Somogyi
35728acd21
HBASE-19578 MasterProcWALs cleaning is incorrect
...
Signed-off-by: tedyu <yuzhihong@gmail.com>
2017-12-21 09:38:25 -08:00
zhangduo
00b0288c96
HBASE-10092 Addendum fix TestAssignProcedure and TestWALEntrySinkFilter
2017-12-21 21:43:17 +08:00
zhangduo
9a07e07e55
HBASE-19559 Fix TestLogRolling.testLogRollOnDatanodeDeath
2017-12-21 15:20:04 +08:00
Balazs Meszaros
f572c4b80e
HBASE-10092 Move up on to log4j2
...
Changes:
- replaced commons-logging to slf4j everywhere
- log.XXX(Throwable) calls were replaced with log.XXX(t.toString(), t)
- log.XXX(Object) calls were replaced with log.XXX(Objects.toString(obj))
- log.fatal() calls were replaced with log.error(HBaseMarkers.FATAL, ...)
- programmatic log4j configuration was removed from the unit test
This commit does not affect the current logging configurations, because log4j
is still on the classpath. slf4j-log4j12 binds log4j to slf4j.
Signed-off-by: Michael Stack <stack@apache.org>
2017-12-20 22:21:33 -08:00
Michael Stack
7f938dd980
HBASE-19218 Master stuck thinking hbase:namespace is assigned after restart preventing intialization
...
Signed-off-by: Li Xiang <easyliangjob@gmail.com>
2017-12-20 21:47:10 -08:00
Chia-Ping Tsai
c811d7f965
HBASE-19542 fix TestSafemodeBringsDownMaster
2017-12-21 10:32:14 +08:00
Apekshit Sharma
dc5ec061b5
HBASE-19491 Improvements to Nighly runs: Fixes findbugs tests, Exclude flaky tests from master.
2017-12-20 17:58:08 -08:00
Jan Hentschel
d95cf54ba6
HBASE-19566 Fixed Checkstyle errors in hbase-archetypes and enabled Checkstyle to fail on violations
2017-12-20 23:20:21 +01:00
Michael Stack
4d71f4e32f
HBASE-19567 ClassNotFoundException:
...
org.apache.hadoop.hbase.KeyValue$RawBytesComparator starting 2.0.0 over
a 0.98.25 data.
2017-12-20 11:21:06 -08:00
zhangduo
084e324fb9
HBASE-19554 For debug: Modify HTU.waitUntilAllRegionsAssigned to handle the case where we do not have entries for the given table
2017-12-20 10:15:18 -08:00
Guanghao Zhang
6c6a9d2d1c
HBASE-19563 A few hbase-procedure classes missing @InterfaceAudience annotation
2017-12-20 09:33:06 -08:00
Guangxu Cheng
55fefd4b5a
HBASE-19561 maxCacheSize in CacheEvictionStats can't be accumulated repeatedly When dealing with each region
...
Signed-off-by: tedyu <yuzhihong@gmail.com>
2017-12-20 07:05:05 -08:00
Guanghao Zhang
cae5c2706b
HBASE-19492 (addendum) Add EXCLUDE_NAMESPACE and EXCLUDE_TABLECFS support to replication peer config
...
Signed-off-by: zhangduo <zhangduo@apache.org>
2017-12-20 20:49:05 +08:00
Vasudevan
d2534fc570
HBASE-19468 FNFE during scans and flushes (Ram)
2017-12-20 11:09:12 +05:30
Mike Drob
e67a67d444
HBASE-18970 fix hbase shell reading interactive input (Amit Virmani)
2017-12-19 19:56:53 -06:00
Michael Stack
3c78ad5215
HBASE-19558 TestRegionsOnMasterOptions hack so it works reliably
2017-12-19 15:59:02 -08:00
Xiang Li
5e7d16a3ce
HBASE-15482 Provide an option to skip calculating block locations for SnapshotInputFormat
...
Signed-off-by: tedyu <yuzhihong@gmail.com>
2017-12-19 15:52:16 -08:00
Yi Liang
70608acf28
HBASE-19556: Remove TestAssignmentManager#testGoodSplit, which no longer make sense
2017-12-19 13:55:05 -08:00
Michael Stack
32f6fd41c2
HBASE-19494 Create simple WALKey filter that can be plugged in on the Replication Sink
...
Implement new WALEntrySinkFilter (as opposed to WALEntryFilter) and
specify the implmentation (with a no-param constructor) in config
using property hbase.replication.sink.walentrysinkfilter
Signed-off-by: wolfgang hoschek whoscheck@cloudera.com
2017-12-19 13:48:59 -08:00
Jan Hentschel
df351e4035
HBASE-19480 Enabled Checkstyle to fail on violations in hbase-annotations
2017-12-19 21:35:54 +01:00
Jan Hentschel
ec7bf57390
HBASE-19481 Enabled Checkstyle to fail on violations in hbase-error-prone
2017-12-19 21:11:55 +01:00
Jan Hentschel
d50ae03716
HBASE-19537 Removed unnecessary semicolons from hbase-backup
2017-12-19 21:03:07 +01:00
Jan Hentschel
dd00081c26
HBASE-19538 Removed unnecessary semicolons in hbase-client
2017-12-19 20:50:18 +01:00
Jan Hentschel
0f8ea39a5b
HBASE-19539 Removed unnecessary semicolons in hbase-common
2017-12-19 20:22:05 +01:00
Jan Hentschel
f46a6d1637
HBASE-19540 Reduced number of unnecessary semicolons
2017-12-19 20:06:59 +01:00
Peter Somogyi
dbe409e2c7
HBASE-19555 TestSplitTransactionOnCluster is flaky
...
Signed-off-by: tedyu <yuzhihong@gmail.com>
2017-12-19 09:25:57 -08:00
Guanghao Zhang
03e79b7994
HBASE-19492 Add EXCLUDE_NAMESPACE and EXCLUDE_TABLECFS support to replication peer config
2017-12-19 16:53:43 +08:00
tedyu
7a7e55b601
HBASE-19532 AssignProcedure#COMPARATOR may produce incorrect sort order
2017-12-18 18:32:24 -08:00
Mike Drob
74beb5a3b9
HBASE-18440 ITs and Actions modify immutable TableDescriptors
...
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2017-12-19 09:59:07 +08:00
Michael Stack
e343b0c3e3
HBASE-19122 Suspect methods on Cell to be deprecated; ADDENDUM2 to fix
...
more compile error
2017-12-18 16:12:21 -08:00
Michael Stack
6a9b1480c1
HBASE-19122 Suspect methods on Cell to be deprecated; ADDENDUM to fix
...
compile error
2017-12-18 16:02:54 -08:00
Peter Somogyi
abae90787f
HBASE-19549 Change path comparison in CommonFSUtils
...
Also change makeQualified(FileSystem fs)
to makeQualified(URI defaultUri, Path workingDir)
Signed-off-by: Michael Stack <stack@apache.org>
2017-12-18 15:27:39 -08:00
Michael Stack
b4056d267a
HBASE-19122 Suspect methods on Cell to be deprecated
2017-12-18 15:20:44 -08:00
Yun Chi-Shih
9d0c7c6dfb
HBASE-19531 Remove needless volatile declaration
...
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2017-12-19 00:34:28 +08:00