Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
Reviewed
Description
Per the analysis in parent issue, we will always have an active segment in memstore even if it is empty, so if we do not call close on it, it will lead to a netty leak warning message.
Although there is no real memory leak for this case, we'd better still fix it as it may hide other memory leak problem.
Attachments
Issue Links
- causes
-
HBASE-28742 CompactionTool fails with NPE when mslab is enabled
- Resolved
-
HBASE-28743 Snapshot based mapreduce jobs fails with NPE while trying to close mslab within mapper
- Resolved
-
PHOENIX-7367 Snapshot based mapreduce jobs fails after HBASE-28401
- Closed
- links to