HBASE-26761 TestMobStoreScanner (testGetMassive) can OOME (#4204)
commit40f873867edee6e5493d9e6407b940f04549721a
authorAndrew Purtell <apurtell@apache.org>
Fri, 11 Mar 2022 06:44:42 +0000 (10 22:44 -0800)
committerDuo Zhang <zhangduo@apache.org>
Fri, 11 Mar 2022 07:13:17 +0000 (11 15:13 +0800)
tree68e18e030957b3e729b68e048c9804981928ecec
parent097e19eae235410751a9529d4005cf8edad944ac
HBASE-26761 TestMobStoreScanner (testGetMassive) can OOME (#4204)

Change the timing of the test but not the objective by storing three large
MOB values into the row with three separate puts, each randomizing the
data. Increases running time of the testGetMassive case 2x but avoids OOME
in the test environment where the OOME was consistently reproductable.

Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Pankaj Kumar <pankajkumar@apache.org>
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestMobStoreScanner.java