syedmurtazahassan
d26e9d04e1
HBASE-22586 Javadoc Warnings related to @param tag
...
Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
2019-07-13 17:24:57 +02:00
Duo Zhang
421ae2a688
HBASE-22681 The 'assert highestUnsyncedTxid < entry.getTxid();' in AbstractFWAL.append may fail when using AsyncFSWAL ( #376 )
...
Signed-off-by: Zheng Hu <openinx@gmail.com>
2019-07-13 22:16:46 +08:00
syedmurtazahassan
30e874ae58
HBASE-22571 Javadoc Warnings related to @return tag
...
Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
2019-07-13 16:01:32 +02:00
Andrew Purtell
5fc84844b3
HBASE-22686 ZkSplitLogWorkerCoordination doesn't allow a regionserver to pick up all of the split work it is capable of ( #377 )
...
Signed-off-by: Xu Cang <xcang@apache.org>
Conflicts:
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestSplitLogWorker.java
2019-07-12 18:13:15 -07:00
Braavos
3c017c5b50
HBASE-22669 Add unit tests for org.apache.hadoop.hbase.util.Strings ( #363 )
...
These tests were written using Diffblue Cover.
2019-07-10 10:12:15 +02:00
Toshihiro Suzuki
8ec797d08e
HBASE-19893 restore_snapshot is broken in master branch when region splits
...
Signed-off-by: Sakthi <sakthivel.azhaku@gmail.com>
Signed-off-by: stack <stack@apache.org>
2019-07-07 20:45:47 -07:00
Reid Chan
1fb3fa22fb
HBASE-22656 [Metrics] Table metrics 'BatchPut' and 'BatchDelete' are never updated
...
Signed-off-by: Michael Stack <stack@apache.org>
2019-07-07 23:33:03 +08:00
openinx
6d5e120596
HBASE-22582 The Compaction writer may access the lastCell whose memory has been released when appending fileInfo in the final ( #341 )
2019-07-04 14:50:26 +08:00
stack
b316833161
HBASE-22652 Flakey TestLockManager; test timed out after 780 seconds
...
Signed-off-by: Duo Zhang <Apache9@apache.org>
2019-07-03 07:50:49 -07:00
Murtaza Hassan
8e833472fd
HBASE-22604 fix the link in the docs to "Understanding HBase and BigTable" by Jim R. Wilson
...
Signed-off-by: Sean Busbey <busbey@apache.org>
2019-07-03 08:54:58 -05:00
stack
352184f16b
HBASE-22652 Flakey TestLockManager; test timed out after 780 seconds
...
Signed-off-by: Sean Busbey <busbey@apache.org>
2019-07-02 22:13:27 -07:00
Andor Molnár
35521d4a2f
HBASE-13798 TestFromClientSide* don't close the Table
2019-07-02 13:00:20 +02:00
Mate Szalay-Beko
6205a6c8b3
HBASE-22637 fix flaky test in TestMetaTableMetrics
...
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
Signed-off-by: Sakthi <sakthivel.azhaku@gmail.com>
2019-07-02 09:46:21 +02:00
Bing Xiao
a2a929f488
HBASE-21751 WAL creation fails during region open may cause region assign forever fail
...
Signed-off-by: Allan Yang <allan163@apache.org>
Signed-off-by: Michael Stack <stack@apache.org>
2019-07-01 21:54:00 -07:00
zhangduo
668f543cdc
HBASE-22477 Throwing exception when meta region is not in OPEN state in client registry may crash a master
2019-07-02 10:36:59 +08:00
Bing Xiao
963cb45f1c
HBASE-22169 Open region failed cause memory leak
...
Signed-off-by: stack <stack@apache.org>
2019-07-01 13:13:19 -07:00
haxiaolin
13d5a67094
HBASE-20368 Fix RIT stuck when a rsgroup has no online servers but AM's pendingAssginQueue is cleared
2019-07-01 13:01:36 -07:00
Viraj Jasani
085ea6f219
HBASE-22633 remove redundant substring call with append for ZKReplicationQueueStorage
...
Signed-off-by: Sakthi <sakthivel.azhaku@gmail.com>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
2019-06-28 15:07:04 +02:00
Jan Hentschel
4bb063f7a7
HBASE-22595 Changed suppressions to full qualified class name
...
Signed-off-by: stack <stack@apache.org>
2019-06-28 12:38:13 +02:00
Duo Zhang
60097a6467
HBASE-22632 SplitTableRegionProcedure and MergeTableRegionsProcedure should skip store files for unknown column families ( #344 )
...
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2019-06-27 22:16:46 +08:00
Duo Zhang
a172b480fe
HBASE-22617 Recovered WAL directories not getting cleaned up ( #330 )
...
Signed-off-by: Guanghao Zhang <zghao@apache.org>
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2019-06-25 18:44:59 +08:00
Andrew Purtell
a1aab9514f
HBASE-22616 responseTooXXX logging for Multi should characterize the component ops ( #329 )
...
Signed-off-by: Reid Chan <reidchan@apache.org>
Signed-off-by: Michael Stack <stack@apache.org>
2019-06-24 18:05:51 -07:00
Sean Busbey
360288a320
HBASE-22615 Make TestChoreService more robust to timing
...
* phrase fudge factor "deltas" in terms of the original period
* increase the delta allowed for chore timing from 5% to 20%
* improve some assertions
Closes #328
Signed-off-by: Reid Chan <reidchan@apache.org>
Signed-off-by: Sakthi <sakthivel.azhaku@gmail.com>
(cherry picked from commit 9aee88e03a
)
2019-06-22 01:25:29 -05:00
virajjasani
332575fa22
HBASE-22520 Avoid possible NPE while performing seekBefore in Hal… ( #281 )
...
HBASE-22520 Avoid possible NPE while performing seekBefore in HalfStoreFileReader
2019-06-20 15:02:34 -07:00
Mingliang Liu
ef412ceea2
HBASE-22605 Ref guide includes dev guidance only applicable to EOM versions
...
Signed-off-by: Sean Busbey <busbey@apache.org>
(cherry picked from commit 6a068da4dc
)
2019-06-20 09:15:13 -05:00
Reid Chan
060f52de5a
HBASE-22596 [Chore] Separate the execution period between CompactionChecker and PeriodicMemStoreFlusher
...
Signed-off-by: Zach York <zyork@apache.org>
Signed-off-by: Xu Cang <xucang@apache.org>
2019-06-20 11:02:10 +08:00
Artem Ervits
ec6638c902
HBASE-22561 modify HFilePrettyPrinter to accept non-rootdir directories
...
Signed-off-by: huzheng <openinx@gmail.com>
2019-06-19 15:35:18 +08:00
Jan Hentschel
3f62e481e2
HBASE-22344 Documented the deprecation of public and limited private APIs ( #208 )
...
Signed-off-by: stack <stack@apache.org>
2019-06-17 23:10:24 +02:00
Istvan Toth
02f9c8b3b4
HBASE-22581 user with "CREATE" permission can grant, but not revoke permissions on created table
...
Signed-off-by: Reid Chan <reidchan@apache.org>
2019-06-17 23:59:02 +08:00
Jan Hentschel
c339733d66
HBASE-22593 Added Jenv file to gitignore ( #314 )
...
Signed-off-by: Balazs Meszaros <meszibalu@apache.org>
2019-06-17 10:09:45 +02:00
Murtaza Hassan
cf63fbac05
HBASE-22565 Javadoc Warnings: @see cannot be used in inline documentation
2019-06-14 11:50:33 +02:00
Andrew Purtell
b355020224
HBASE-22530 The metrics of store files count of region are returned to clients incorrectly (Eungsop Yoo)
...
Signed-off-by: Xu Cang <xucang@apache.org>
2019-06-13 18:18:36 -07:00
Josh Elser
3d64cf1203
HBASE-22562 Remove dead code: skipControl
...
Signed-off-by: Reid Chan <reidchan@apache.org>
2019-06-13 15:53:29 -04:00
Sakthi
b7f60bc87f
HBASE-22458: TestClassFinder fails when run on JDK11
...
Signed-off-by: Sean Busbey <busbey@apache.org>
(cherry picked from commit 0445186f1a
)
2019-06-13 09:02:33 -05:00
Josh Elser
1ccf37d7cb
HBASE-22566 Update the 2.x upgrade chapter to include default compaction throughput limits
...
Signed-off-by: Sean Busbey <busbey@apache.org>
2019-06-12 16:55:58 -04:00
Josh Elser
b96143902d
HBASE-22568 Upgrade jackson (2.9.9) and jetty (9.3.27) minor versions
...
Cherry-pick from HBASE-22560
Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
2019-06-12 15:46:16 -04:00
Josh Elser
c3e49fc128
HBASE-22563 Reduce old builds by half
...
Signed-off-by: Sean Busbey <busbey@apache.org>
2019-06-10 19:17:24 -04:00
zhangduo
021141a941
HBASE-22551 TestMasterOperationsForRegionReplicas is flakey
2019-06-10 08:10:58 +08:00
Jan Hentschel
48f2144c73
HBASE-22357 Fixed remaining Checkstyle issues in hbase-replication
2019-06-10 00:38:56 +02:00
WenFeiYi
5ae8bc4974
HBASE-22284 optimization StringBuilder.append of AbstractMemStore.toString #182
2019-06-09 14:28:27 -07:00
Peter Somogyi
a4983d8185
HBASE-22554 Upgrade to surefire 2.22.2
2019-06-09 14:10:41 +02:00
syedmurtazahassan
95cfb4103c
HBASE-22481 Javadoc Warnings reference not found
2019-06-08 20:36:09 +02:00
Artem Ervits
b3a63fe962
HBASE-21536 Fix completebulkload usage instructions for branch-2.1
...
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
2019-06-06 19:45:57 +02:00
stack
d8438938cd
HBASE-22546 TestRegionServerHostname#testRegionServerHostname fails reliably for me
2019-06-05 20:51:33 -07:00
Daisuke Kobayashi
5b3c954498
HBASE-22160 Add sorting functionality in regionserver web UI for user
...
Signed-off-by: Toshihiro Suzuki <brfrn169@gmail.com>
Signed-off-by: Wellington Chevreuil <wellington.chevreuil@gmail.com>
2019-06-05 11:08:39 +09:00
Sakthi
8cf9f6c361
HBASE-22534 TestCellUtil fails when run on JDK11
...
Signed-off-by: Sean Busbey <busbey@apache.org>
(cherry picked from commit 9b23e1d00c
)
2019-06-04 14:53:03 -05:00
Sakthi
44c3a63160
HBASE-22536 TestForeignExceptionSerialization fails when run on JDK11
...
Signed-off-by: Sean Busbey <busbey@apache.org>
(cherry picked from commit 2280c8f4a88350278447515deb0811c42d0bb476)
2019-06-04 11:30:03 -05:00
Sakthi
2c98f5eb8b
HBASE-22535 TestShellRSGroups fails when run on JDK11
...
Signed-off-by: Sean Busbey <busbey@apache.org>
(cherry picked from commit dd99ea8d14
)
2019-06-04 10:36:43 -05:00
Sean Busbey
d2f033d37c
HBASE-22518 yetus personality is treating branch-1.4 like earlier branches for hadoopcheck
...
Signed-off-by: Duo Zhang <zhangduo@apache.org>
(cherry picked from commit b4d5a9a8e1
)
2019-06-03 09:27:03 -05:00
zhangduo
d10fe0d683
HBASE-22507 Backport the pre commit changes in HBASE-22500 to all active branches
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2019-06-03 10:24:42 +08:00