Github user maryannxue commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/298#discussion_r183136068
--- Diff:
phoenix-core/src/main/java/org/apache/phoenix/memory/GlobalMemoryManager.java
---
@@ -159,6 +161,10 @@ protected void finalize() throws Throwable {
}
private void freeMemory() {
+// System.out.println("Free memory! " + size);
--- End diff --
I think this a mistake, missed from your code clean-up.---
