Commit Graph

279 Commits

Author SHA1 Message Date
Guanghao Zhang c04dcc49e7 HBASE-22851 Preparing HBase release 2.2.1RC0: set version to 2.2.1 in branch-2.2 2019-08-14 19:33:21 +08:00
Jan Hentschel ed2576dbad
HBASE-22763 Fixed remaining Checkstyle issue in hbase-procedure
Signed-off-by: stack <stack@apache.org>
2019-07-30 11:12:31 +02:00
stack 8ab04fb25d HBASE-22652 Flakey TestLockManager; test timed out after 780 seconds
Signed-off-by: Duo Zhang <Apache9@apache.org>
2019-07-03 07:50:26 -07:00
stack a2cc36ba20 HBASE-22652 Flakey TestLockManager; test timed out after 780 seconds
Signed-off-by: Sean Busbey <busbey@apache.org>
2019-07-02 22:14:34 -07:00
Guanghao Zhang b158f6e429 Preparing development version 2.2.1-SNAPSHOT 2019-06-11 12:12:31 +08:00
Guanghao Zhang 3ec693241f Preparing HBase release 2.2.0RC6; tagging and updates to CHANGES.md and RELEASENOTES.md 2019-06-11 12:05:35 +08:00
Guanghao Zhang 9b9b107b8f Preparing development version 2.2.1-SNAPSHOT 2019-06-04 12:03:25 +08:00
Guanghao Zhang 5254b07383 Preparing HBase release 2.2.0RC5; tagging and updates to CHANGES.md and RELEASENOTES.md 2019-06-04 11:49:40 +08:00
Guanghao Zhang 5329dad382 Preparing development version 2.2.1-SNAPSHOT 2019-06-03 06:34:52 +00:00
Guanghao Zhang 76db4b74b3 Preparing HBase release 2.2.0RC5; tagging and updates to CHANGES.md and RELEASENOTES.md 2019-06-03 06:34:46 +00:00
Andrew Purtell b4bdf39bff
HBASE-22449 https everywhere in Maven metadata (#247) 2019-05-21 12:38:12 -07:00
Guanghao Zhang 45173a8dc5 Preparing development version 2.2.1-SNAPSHOT 2019-05-17 06:54:29 +00:00
Guanghao Zhang 7a73fd86c3 Preparing HBase release 2.2.0RC4; tagging and updates to CHANGES.md and RELEASENOTES.md 2019-05-17 06:54:23 +00:00
Guanghao c6759ec848 HBASE-22404 Open/Close region request may be executed twice when master restart 2019-05-16 09:30:40 +08:00
zhangduo 39d2da1225 HBASE-22343 Make procedure retry interval configurable in test 2019-05-04 13:37:07 +08:00
Guanghao Zhang c99952f7fb Preparing development version 2.2.1-SNAPSHOT 2019-04-28 01:07:15 +00:00
Guanghao Zhang 9c079c9dc4 Preparing HBase release 2.2.0RC3; tagging and updates to CHANGES.md and RELEASENOTES.md 2019-04-28 01:07:09 +00:00
Jan Hentschel 15f6bddb82
HBASE-19763 Fixed Checkstyle errors in hbase-procedure 2019-04-19 17:00:05 +02:00
Guanghao Zhang b20966f243 Preparing development version 2.2.1-SNAPSHOT 2019-04-16 03:09:42 +00:00
Guanghao Zhang 1a73036562 Preparing HBase release 2.2.0RC1; tagging and updates to CHANGES.md and RELEASENOTES.md 2019-04-16 03:09:36 +00:00
zhangduo 2eeef09381 HBASE-22099 Backport HBASE-21895 "Error prone upgrade" to branch-2
Signed-off-by: Michael Stack <stack@apache.org>
2019-03-30 14:29:31 +08:00
stack fbddfb4300 HBASE-22076 Move version on from 2.2.0 to 2.2.1-SNAPSHOT 2019-03-20 16:25:39 -07:00
Guanghao Zhang 9f12c54157 HBASE-21993 Set version as 2.2.0 in branch-2.2 in prep for first RC 2019-03-06 10:02:04 +08:00
Jingyun Tian b65ff3d489 HBASE-21934 RemoteProcedureDispatcher should track the ongoing dispatched calls 2019-03-01 18:04:36 +08:00
Duo Zhang 8756ef6c53 HBASE-21890 Use execute instead of submit to submit a task in RemoteProcedureDispatcher
Signed-off-by: Michael Stack <stack@apache.org>
2019-02-14 14:19:23 +08:00
Duo Zhang 73385e6138 HBASE-21854 Race condition in TestProcedureSkipPersistence
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
2019-02-11 14:57:07 +01:00
Sergey Shelukhin 990ce94e6c HBASE-21811 region can be opened on two servers due to race condition with procedures and server reports
The original fix is provided by Sergey Shelukhin, the UT is added by Duo Zhang

Amending-Author: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
2019-02-02 17:44:16 +08:00
Duo Zhang 6a64811f44 HBASE-21490 WALProcedure may remove proc wal files still with active procedures
Signed-off-by: Allan Yang <allan163@apache.org>
2018-11-19 08:21:09 -08:00
Duo Zhang e958d73608 HBASE-21377 Add debug log for procedure stack id related operations 2018-11-19 18:55:45 +08:00
Duo Zhang ea3b2dfaeb HBASE-21463 The checkOnlineRegionsReport can accidentally complete a TRSP 2018-11-13 11:17:52 +08:00
tedyu 61f1d9735b HBASE-21466 WALProcedureStore uses wrong FileSystem if wal.dir is not under rootdir 2018-11-12 17:02:45 -08:00
jingyuntian 320d657fb4 HBASE-21437 Bypassed procedure throw IllegalArgumentException when its state is WAITING_TIMEOUT
Signed-off-by: Allan Yang <allan163@apache.org>
2018-11-09 22:59:30 +08:00
zhangduo bcd98513d2 HBASE-21314 The implementation of BitSetNode is not efficient 2018-11-06 09:20:01 +08:00
tedyu 8307f1c48c HBASE-21438 TestAdmin2#testGetProcedures fails due to FailedProcedure inaccessible
Signed-off-by: zhangduo <zhangduo@apache.org>
2018-11-06 09:16:39 +08:00
zhangduo 4f22397ad4 HBASE-21351 The force update thread may have race with PE worker when the procedure is rolling back 2018-11-03 08:24:25 +08:00
zhangduo 943f65f3b5 HBASE-21422 NPE in TestMergeTableRegionsProcedure.testMergeWithoutPONR 2018-11-02 20:55:36 +08:00
zhangduo eb0f9e15d1 HBASE-21375 Revisit the lock and queue implementation in MasterProcedureScheduler 2018-10-29 20:01:53 +08:00
zhangduo cff80bd8ed
HBASE-20973 ArrayIndexOutOfBoundsException when rolling back procedure
Signed-off-by: Michael Stack <stack@apache.org>
2018-10-26 12:36:17 -07:00
zhangduo 3c85775544 Revert "HBASE-20973 ArrayIndexOutOfBoundsException when rolling back procedure"
This reverts commit 1b1dabd1f5.
2018-10-26 21:27:44 +08:00
Allan Yang 11c9165cd7 HBASE-21384 Procedure with holdlock=false should not be restored lock when restarts 2018-10-25 14:15:25 +08:00
Allan Yang 141d4e8b03 HBASE-21364 Procedure holds the lock should put to front of the queue after restart 2018-10-25 12:03:20 +08:00
Duo Zhang 23b58fcca0 HBASE-21363 Rewrite the buildingHoldCleanupTracker method in WALProcedureStore 2018-10-24 14:14:30 +08:00
Allan Yang 1b1dabd1f5 HBASE-20973 ArrayIndexOutOfBoundsException when rolling back procedure 2018-10-23 16:15:35 +08:00
Duo Zhang 80ac2f9696 HBASE-21354 Addendum fix compile error 2018-10-23 14:43:20 +08:00
Allan Yang dfd78c7484 HBASE-21354 Procedure may be deleted improperly during master restarts resulting in 'Corrupt' 2018-10-23 10:51:23 +08:00
zhangduo 0cefe7312c HBASE-21336 Simplify the implementation of WALProcedureMap 2018-10-22 18:36:16 +08:00
jingyuntian 4a609db30c
HBASE-21269 Forward-port HBASE-21213 [hbck2] bypass leaves behind state in RegionStates when assign/unassign 2018-10-18 06:22:22 -07:00
zhangduo 92b9b0f26d HBASE-21323 Should not skip force updating for a sub procedure even if it has been finished 2018-10-18 14:44:10 +08:00
Duo Zhang d7d3beb6bc HBASE-21330 ReopenTableRegionsProcedure will enter an infinite loop if we schedule a TRSP at the same time 2018-10-18 11:34:43 +08:00
Jingyun Tian 85d81fe083 HBASE-21291 Add a test for bypassing stuck state-machine procedures
Signed-off-by: Allan Yang <allan163@apache.org>
2018-10-16 22:57:50 +08:00