Andrew Purtell
f85fba4a54
HBASE-20307 LoadTestTool prints too much zookeeper logging (Colin Garcia)
2018-09-07 15:09:46 -07:00
Guangxu Cheng
12ffa086c7
HBASE-21001 ReplicationObserver fails to load in HBase 2.0.0
2018-09-07 23:43:10 +08:00
Michael Stack
5324911cd8
HBASE-21155 Save on a few log strings and some churn in wal splitter by skipping out early if no logs in dir; ADDENDUM
...
Address review comments.
Signed-off-by: Mike Drob <mdrob@apache.org>
2018-09-06 17:24:03 -07:00
Michael Stack
205783419c
HBASE-21155 Save on a few log strings and some churn in wal splitter by skipping out early if no logs in dir
2018-09-06 16:36:59 -07:00
Vasudevan
2051b0982d
HBASE-20741 Split of a region with replicas creates all daughter regions
...
and its replica in same server (Ram)
2018-09-06 16:44:59 +05:30
Duo Zhang
b5f07e0e97
HBASE-21157 Split TableInputFormatScan to individual tests
2018-09-06 13:56:41 +08:00
Sean Busbey
4d7221a68f
HBASE-21153 Shaded client jars should always build in relevant phase to avoid confusion
...
Signed-off-by: Michael Stack <stack@apache.org>
2018-09-05 16:53:47 -05:00
Guanghao Zhang
198aa5dab4
HBASE-21127 TableRecordReader need to handle cursor result too
2018-09-05 11:10:30 +08:00
Guangxu Cheng
c64814ec96
HBASE-20892 [UI] Start / End keys are empty on table.jsp
2018-09-05 09:37:25 +08:00
Guangxu Cheng
5410b9858a
HBASE-21132 return wrong result in rest multiget
2018-09-02 14:26:06 +08:00
Sakthi
6e0c6271f6
HBASE-20482 Printed a link to the ref guide chapter for the shell during startup
...
Signed-off-by: Mike Drob <mdrob@apache.org>
2018-08-31 12:13:19 -05:00
Allan Yang
e33591515c
HBASE-21083 Introduce a mechanism to bypass the execution of a stuck procedure
2018-08-28 20:18:47 -07:00
Michael Stack
4340930c71
HBASE-20649 Validate HFiles do not have PREFIX_TREE DataBlockEncoding; ADDEDNDUM ADD MISSING FILE
2018-08-28 07:45:27 -07:00
Balazs Meszaros
147694bb08
HBASE-20649 Validate HFiles do not have PREFIX_TREE DataBlockEncoding
2018-08-28 07:09:47 -07:00
zhangduo
b837b89e6b
HBASE-20968 list_procedures_test fails due to no matching regex
2018-08-28 14:23:37 +08:00
Ted Yu
c1cd6d5a89
HBASE-21088 HStoreFile should be closed in HStore#hasReferences
2018-08-27 20:31:50 -07:00
Michael Stack
e826e3f2b8
HBASE-21120 MoveRegionProcedure makes no progress; goes to STUCK
2018-08-27 14:55:52 -07:00
zhangduo
625be5137e
HBASE-21072 Addendum do not write lock file when running TestHBaseFsckReplication
2018-08-27 21:05:16 +08:00
subrat.mishra
e10d48df54
HBASE-21030: Changed javadoc for append operation.
...
Signed-off-by: Toshihiro Suzuki <brfrn169@gmail.com>
2018-08-26 23:46:10 +09:00
Allan Yang
33fa32d711
HBASE-21113 Apply the branch-2 version of HBASE-21095, The timeout retry logic for several procedures are broken after master restarts(addendum)
2018-08-26 22:15:49 +08:00
Michael Stack
d954031d50
HBASE-21078 [amv2] CODE-BUG NPE in RTP doing Unassign
2018-08-24 13:22:16 -07:00
Michael Stack
e26ca63f88
Revert "Revert "HBASE-21095 The timeout retry logic for several procedures are broken after master restarts""
...
HBASE-21113 Apply the branch-2 version of HBASE-21095, The timeout retry
logic for several procedures are broken after master restarts
I applied the patch HBASE-21095 and then reverted it so could apply the
patch as HBASE-21113 (by reverting the HBASE-21095 revert but pushing
with this message!).
This reverts commit 4978db8102
.
2018-08-24 12:35:29 -07:00
Michael Stack
4978db8102
Revert "HBASE-21095 The timeout retry logic for several procedures are broken after master restarts"
...
This reverts commit b82cd670c3
.
2018-08-24 12:24:32 -07:00
Allan Yang
b82cd670c3
HBASE-21095 The timeout retry logic for several procedures are broken after master restarts
2018-08-24 12:20:43 -07:00
Michael Stack
66add55234
HBASE-21072 Block out HBCK1 in hbase2
...
Write the hbase-1.x hbck1 lock file to block out hbck1 instances writing
state to an hbase-2.x cluster (could do damage).
Set hbase.write.hbck1.lock.file to false to disable this writing.
2018-08-24 09:22:53 -07:00
Duo Zhang
8a9acd4d2a
HBASE-21101 Remove the waitUntilAllRegionsAssigned call after split in TestTruncateTableProcedure
2018-08-24 10:35:10 +08:00
zhangduo
bf21a9dc33
HBASE-20193 Move TestCreateTableProcedure.testMRegions to a separated file
2018-08-24 10:09:31 +08:00
Sean Busbey
9a3093a886
HBASE-21076 refactor TestTableResource to ask for a multi-region table instead of relying on a split operation.
...
Also correct how the test does string conversion for region names that include non-printable characters.
includes addendum.
Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Ted Yu <tyu@apache.org>
Signed-off-by: Andrew Purtell <apurtell@apache.org>
(cherry picked from commit 6b18e39f30
)
(cherry picked from commit 63f2d3cbdc
)
2018-08-22 19:37:28 -05:00
Nihal Jain
1120f33c38
HBASE-20614 REST scan API with incorrect filter text file throws HTTP 503 Service Unavailable error
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2018-08-22 16:07:58 -07:00
Duo Zhang
239d12dae8
HBASE-20194 Remove the explicit timeout config for TestTruncateTableProcedure
2018-08-23 06:27:41 +08:00
Allan Yang
16ab716134
HBASE-21041 Memstore's heap size will be decreased to minus zero after flush
2018-08-22 22:54:14 +08:00
Allan Yang
c07afa8875
HBASE-21031 Memory leak if replay edits failed during region opening
2018-08-22 22:13:26 +08:00
Andrey Elenskiy
5f03be4675
HBASE-21032 ScanResponses contain only one cell each
...
Amending-Author: Duo Zhang <zhangduo@apache.org>
2018-08-21 13:31:18 -07:00
Sean Busbey
5a40eae63e
HBASE-21058 When testing branches one, the PDF ref guide is named 'book.pdf'
...
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
2018-08-21 09:46:28 -05:00
Sean Busbey
57d8778bf2
HBASE-21074 JDK7 builds need to be done with TLSv1.2.
...
* for master and branches-2 we skip the jdk7 stuff
Signed-off-by: Michael Stack <stack@apache.org>
2018-08-21 09:15:46 -05:00
Andrew Purtell
798cb1d793
HBASE-20940 HStore.cansplit should not allow split to happen if it has references (Vishal Khandelwal)
2018-08-17 15:02:26 -07:00
Josh Elser
67ad0e6013
HBASE-21062 Correctly use the defaultProvider value on the Providers enum when constructing a WALProvider
2018-08-17 14:55:42 -04:00
Sakthi
48dee7e44d
HBASE-20705 Having RPC quota on a table now no longer prevents Space Quota to be recreate/removed
...
Just added 2 test cases as the subtasks of this jira solves the issue
Signed-off-by: Josh Elser <elserj@apache.org>
2018-08-17 14:09:26 -04:00
Sean Busbey
c1c12605ad
HBASE-20387 turn flaky test tracking infra into per-branch pipeline.
...
* gather up all the flaky test stuff into a directory
* create Jenkins Pipeline DSL for the report generation and the flaky re-testing
* have the nightly per-branch job consume the results of flaky reporting
Signed-off-by: Mike Drob <mdrob@apache.org>
2018-08-16 23:17:41 -05:00
Andrew Purtell
b49941012a
HBASE-21047 Object creation of StoreFileScanner thru constructor and close may leave refCount to -1 (Vishal Khandelwal)
2018-08-16 11:42:54 -07:00
Nihal Jain
145c92f3d6
HBASE-20469 Directory used for sidelining old recovered edits files should be made configurable
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2018-08-15 18:08:15 -07:00
Allan Yang
ee3507d456
HBASE-21050 Exclusive lock may be held by a SUCCESS state procedure forever
...
Signed-off-by: Michael Stack <stack@apache.org>
Signed-off-by: zhangduo <zhangduo@apache.org>
2018-08-15 15:39:15 -07:00
Allan Yang
e1188d27f5
HBASE-20978 [amv2] Worker terminating UNNATURALLY during MoveRegionProcedure Signed-off-by: Michael Stack <stack@apache.org> Signed-off-by: Duo Zhang <zhangduo@apache.org>
2018-08-14 16:29:58 -07:00
Sean Busbey
de1d36f93f
HBASE-20979 Flaky test reporting should specify what JSON it needs and handle HTTP errors
...
Signed-off-by: Michael Stack <stack@apache.org>
(cherry picked from commit 346dd32185
)
2018-08-14 13:15:04 -05:00
Michael Stack
0d51d54726
HBASE-21044 Disable flakey TestShell list_procedures
2018-08-13 21:48:17 -07:00
Michael Stack
2e5efa690a
HBASE-20772 Controlled shutdown fills Master log with the disturbing message 'No matching procedure found for rit=OPEN, location=ZZZZ, table=YYYYY, region=XXXX transition to CLOSED'
...
Look for the particular case where RS does the close of region w/o
involving Master and log special message in this case. Dodgy. But
until we have Master run shutdown of all regions, better than
the message we currently show.
2018-08-13 15:59:39 -07:00
Josh Elser
602b4a6f79
HBASE-21005 Remove local maven repo and fluido-skin jar
...
Signed-off-by: Mike Drob <mdrob@apache.org>
Signed-off-by: Sean Busbey <busbey@apache.org>
2018-08-13 18:29:25 -04:00
Allan Yang
161c018927
HBASE-21029 Miscount of memstore's heap/offheap size if same cell was put
2018-08-13 20:30:23 +08:00
Allan Yang
26828b1860
HBASE-20975 Lock may not be taken or released while rolling back procedure
2018-08-13 20:12:57 +08:00
jingyuntian
95e3dec510
HBASE-20985 add two attributes when we do normalization
...
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2018-08-13 16:55:19 +08:00