Chia-Ping Tsai
6923472f75
HBASE-19876 The exception happening in converting pb mutation to hbase.mutation messes up the CellScanner
2018-02-13 21:20:21 +08:00
Vasudevan
3623089cba
HBASE-19977 FileMmapEngine allocation of byte buffers should be
...
synchronized (Ram)
2018-02-13 15:51:21 +05:30
Michael Stack
5b95ea01da
HBASE-19965 Fix flaky TestAsyncRegionAdminApi; ADDENDUM do same to TestAsyncTableAdminAPI
2018-02-12 22:53:29 -08:00
Michael Stack
7104364a4d
HBASE-19965 Fix flaky TestAsyncRegionAdminApi
2018-02-12 22:24:50 -08:00
Michael Stack
6f35b5393c
HBASE-19960 Doc test timeouts and test categories in hbase2
2018-02-12 20:52:01 -08:00
Michael Stack
a23a7743c9
HBASE-19986 If HBaseTestClassRule timesout a test, thread dump; ADDENDUM; white-space, checkstyle, and rb feedback by Duo
2018-02-12 18:12:46 -08:00
Apekshit Sharma
b19531f04b
HBASE-19970 Remove unused functions from TableAuthManager.
...
Functions deleted: setTableUserPermissions, setTableGroupPermissions, setNamespaceUserPermissions,
setNamespaceGroupPermissions, writeTableToZooKeeper, writeNamespaceToZooKeeper
2018-02-12 16:02:48 -08:00
Michael Stack
e94f082776
HBASE-19986 If HBaseTestClassRule timesout a test, thread dump
2018-02-12 15:13:42 -08:00
Michael Stack
1ae64ccee0
HBASE-19972 Should rethrow the RetriesExhaustedWithDetailsException when failed to apply the batch in ReplicationSink; ADDENDUM to fix TestReplicationSink
2018-02-12 10:48:21 -08:00
tedyu
f5b365e2c9
HBASE-19968 MapReduce test fails with NoClassDefFoundError against hadoop3
2018-02-12 09:54:48 -08:00
Michael Stack
c7473df2c3
HBASE-16060 1.x clients cannot access table state talking to 2.0 cluster
...
This patch adds mirroring of table state out to zookeeper. HBase-1.x
clients look for table state in zookeeper, not in hbase:meta where
hbase-2.x maintains table state.
The patch also moves and refactors the 'migration' code that was put in
place by HBASE-13032.
D hbase-client/src/main/java/org/apache/hadoop/hbase/CoordinatedStateException.java
Unused.
M hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
Move table state migration code from Master startup out to
TableStateManager where it belongs. Also start
MirroringTableStateManager dependent on config.
A hbase-server/src/main/java/org/apache/hadoop/hbase/master/MirroringTableStateManager.java
M hbase-server/src/main/java/org/apache/hadoop/hbase/master/TableStateManager.java
Move migration from zookeeper of table state in here. Also plumb in
mechanism so subclass can get a chance to look at table state as we do
the startup fixup full-table scan of meta.
M hbase-server/src/main/java/org/apache/hadoop/hbase/master/assignment/AssignmentManager.java
Bug-fix. Now we create regions in CLOSED state but we fail to check
table state; were presuming table always enabled. Meant on startup
there'd be an unassigned region that never got assigned.
A hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestMirroringTableStateManager.java
Test migration and mirroring.
2018-02-12 08:22:14 -08:00
zhangduo
43f507dfa8
HBASE-19554 Dump thread info before failure
2018-02-12 16:06:50 +08:00
huzheng
d793db7c7d
HBASE-19972 Should rethrow the RetriesExhaustedWithDetailsException when failed to apply the batch in ReplicationSink
2018-02-12 15:15:08 +08:00
zhangduo
b001b1849a
HBASE-19964 Addendum retry on major compaction
2018-02-10 20:08:22 +08:00
zhangduo
3f127063ff
HBASE-19966 The WriteEntry for WALKey maybe null if we failed to call WAL.append
2018-02-09 19:11:08 -08:00
zhangduo
4d751383fd
HBASE-19964 TestWriteHeavyIncrementObserver fails
2018-02-09 18:14:20 +08:00
haxiaolin
285653de3c
HBASE-19937 Ensure createRSGroupTable be called after ProcedureExecutor and LoadBalancer are initialized
...
Signed-off-by: tedyu <yuzhihong@gmail.com>
2018-02-08 22:42:23 -08:00
Guanghao Zhang
4461cb7d7a
HBASE-19942 (addendum) Fix flaky TestSimpleRpcScheduler
2018-02-09 13:38:05 +08:00
Aman Poonia
bc080e7500
HBASE-19835 Use explicit casting to avoid side effects
...
Signed-off-by: tedyu <yuzhihong@gmail.com>
2018-02-08 12:33:08 -08:00
Michael Stack
c93ba37dfc
HBASE-19956 Remove category as a consideration timing out tests; set all test to timeout at 10minutes regardless
2018-02-07 20:10:36 -08:00
Michael Stack
8f1e01b6e5
HBASE-19951 Cleanup the explicit timeout value for test method
2018-02-07 16:39:54 -08:00
Mike Drob
7d449892af
HBASE-19947 ITU should overwrite HTU local FS
2018-02-07 16:56:11 -06:00
tedyu
26ccbc49be
HBASE-19949 TestRSGroupsWithACL fails with ExceptionInInitializerError
2018-02-07 04:46:09 -08:00
zhangduo
e71b0bf19d
HBASE-19929 Call RS.stop on a session expired RS may hang
2018-02-07 15:53:08 +08:00
Chia-Ping Tsai
e2636c81f7
HBASE-19900 Region-level exception destroy the result of batch
2018-02-07 08:38:04 +08:00
Guanghao Zhang
f481386e3e
HBASE-19942 Fix flaky TestSimpleRpcScheduler
2018-02-07 08:00:01 +08:00
Balazs Meszaros
4d24b19822
HBASE-19886 Display maintenance mode in shell, web UI
2018-02-06 14:53:48 -08:00
Mike Drob
f155da3791
HBASE-19946 More test clean up for local-mode HTU
2018-02-06 15:39:17 -06:00
Michael Stack
89baad5bbe
HBASE-19940 TestMetaShutdownHandler flakey; ADDENDUM: yet more debug
2018-02-06 09:48:26 -08:00
Michael Stack
ca6b37d63c
HBASE-19940 TestMetaShutdownHandler flakey; ADDENDUM: more debug
2018-02-06 06:35:02 -08:00
Guanghao Zhang
fb480775d5
HBASE-19944 Fix timeout TestVisibilityLabelsWithCustomVisLabService
...
Signed-off-by: zhangduo <zhangduo@apache.org>
2018-02-06 20:30:16 +08:00
Umesh Agashe
e4aeb46177
HBASE-19941 Flaky TestCreateTableProcedure times out in nightly, needs to LargeTests
2018-02-05 22:11:53 -08:00
tedyu
b9175680b6
HBASE-19934 HBaseSnapshotException when read replicas is enabled and online snapshot is taken after region splitting (Toshihiro Suzuki)
2018-02-05 21:06:20 -08:00
Umesh Agashe
53e5707224
HBASE-19939 Fixed NPE in tests TestSplitTableRegionProcedure#testSplitWithoutPONR() and testRecoveryAndDoubleExecution()
...
Value of 'htd' is null as it is initialized in the constructor but when the object is deserialized its null. Got rid of member variable htd and made it local to method.
2018-02-05 20:48:20 -08:00
zhangduo
8b6b3326a6
HBASE-19927 Addendum join on RegionServerThread instead of HRegionServer
2018-02-06 10:01:41 +08:00
Umesh Agashe
5905415f9c
HBASE-19915 (addendum): Fixed a typo because of which only daughterA was getting stored with a CLOSED state and not daughterB
2018-02-05 15:41:28 -08:00
Mike Drob
e69c1fd7a0
HBASE-19922 remove ProtobufUtil::PRIMITIVES
2018-02-05 16:55:45 -06:00
Michael Stack
7723a3d60d
HBASE-19940 TestMetaShutdownHandler flakey
2018-02-05 12:38:51 -08:00
Michael Stack
a1600c1490
HBASE-19840 Flakey TestMetaWithReplicas; ADDENDUM Adding debug
2018-02-05 11:00:46 -08:00
Michael Stack
29016bc100
HBASE-19837 Flakey TestRegionLoad; ADDENDUM Report more often and wait less time on change (also add some debug on TestMetaShutdown test)
2018-02-05 08:39:52 -08:00
Rajeshbabu Chintaguntla
f0a5f12d97
HBASE-19703 Functionality added as part of HBASE-12583 is not working after moving the split code to master
...
Co-authored-by: Michael Stack <stack@apache.org>
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2018-02-05 23:41:32 +08:00
anastas
514eadbe95
HBASE-19658 make the test testFlatteningToJumboCellChunkMap() stable, by eliminating the possibility of third cell to be added while in-memory-flush is still in progress
2018-02-05 11:29:10 +02:00
Xiang Li
c2e3d52080
HBASE-19917 Improve RSGroupBasedLoadBalancer#filterServers() to be more efficient
...
Signed-off-by: tedyu <yuzhihong@gmail.com>
2018-02-04 17:23:06 -08:00
zhangduo
30a7e4a35c
HBASE-19554 reenable TestDLSAsyncFSWAL/TestDLSFSHLog for debugging
2018-02-05 08:58:30 +08:00
zhangduo
054acca866
HBASE-19927 TestFullLogReconstruction flakey
2018-02-05 08:41:37 +08:00
Michael Stack
32d1903377
HBASE-19931 TestMetaWithReplicas failing 100% of the time in testHBaseFsckWithMetaReplicas
2018-02-04 14:37:13 -08:00
Ashish Singhi
2d5b36d194
HBASE-19905 ReplicationSyncUp tool will not exit if a peer replication is disabled
...
Signed-off-by: Ashish Singhi <ashishsinghi@apache.org>
2018-02-04 18:12:46 +05:30
zhangduo
3b603d2c08
HBASE-19926 Use a separated class to implement the WALActionListener for Replication
2018-02-04 20:32:14 +08:00
Michael Stack
0ca7a2e916
HBASE-19726 Failed to start HMaster due to infinite retrying on meta assign; ADDENDUM Fix failing TestMetaWithReplicas#testShutdownHandling; it was reading meta TableState""
...
Retry applying this addendum. Previous commit added it w/ wrong log
message so had to revert and then reapply here.
2018-02-03 21:49:42 -08:00
Michael Stack
cd610607e7
Revert "HBASE-19928 TestVisibilityLabelsOnNewVersionBehaviorTable fails; ADDENDUM Fix failing TestMetaWithReplicas#testShutdownHandling; it was reading meta TableState"
...
Wrong log message!
This reverts commit fbcb453ce2
.
2018-02-03 21:48:39 -08:00