bryanck opened a new pull request, #7834:
URL: https://github.com/apache/iceberg/pull/7834

   This PR reverts https://github.com/apache/iceberg/pull/5681, which is no 
longer needed with the [upgrade](https://github.com/apache/iceberg/pull/7301) 
of Parquet to 1.13. This marks the now-unused codec factory class as deprecated.
   
   Here is a heap leak analysis of one executor when running a large scan with 
a build of 1.2.1 (Parquet 1.12) and the workaround removed:
   ![Screenshot 2023-06-13 at 5 04 54 
PM](https://github.com/apache/iceberg/assets/5475421/17ddc23e-1240-41fd-bded-e64162f0d098)
   
   Here is the leak analysis with a build of this PR:
   ![Screenshot 2023-06-13 at 5 04 26 
PM](https://github.com/apache/iceberg/assets/5475421/782893e4-e9cc-4f93-b4a0-622b0ecdc254)
   
   In the first example, the zstd buffer pool is accumulating memory. In the 
second example, there is no such accumulation.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to