Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 2.9.0
-
ghx-label-3
Description
As mentioned in IMPALA-2800, TCMalloc's default behaviour so that it does not keep unmapped memory around. This means that our various ReleaseMemory()/ReleaseToSystem() calls may not have any effect.
We should verify this and then remove any logic that is no longer needed.