Erasure Coding Tests are failing because of excessive memory use
Description
A change introduced in performance fixes for small files separating block reporting into its own thread is creating a new task object for every call. The erasure coding tests trigger block reports often, and so the jvm runs out of memory.
A change introduced in performance fixes for small files separating block reporting into its own thread is creating a new task object for every call. The erasure coding tests trigger block reports often, and so the jvm runs out of memory.