Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.5.0
Description
New Freon tests (descendants of BaseFreonGenerator) suffer from a similar memory issue due to concurrency handling as HDDS-1785.
Steps to reproduce:
export HADOOP_OPTS='-Xmx256M -XX:+HeapDumpOnOutOfMemoryError'
ozone freon omkg -F ONE -n 33554432 -t 10 -p omkg
Freon attempts to submit 32M tasks to the executor, requiring at least 1.5GB memory.
Attachments
Issue Links
- links to