You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "jnturton (via GitHub)" <gi...@apache.org> on 2023/03/30 16:31:17 UTC

[PR] DRILL-8416: Memory leak when the async Parquet reader skips empty pages (drill)

jnturton opened a new pull request, #2784:
URL: https://github.com/apache/drill/pull/2784

   # [DRILL-8416](https://issues.apache.org/jira/browse/DRILL-8416): Memory leak when the async Parquet reader skips empty pages
   
   ## Description
   
   A regression introduced by the Parquet reader clean-up released in Drill 1.20 has meant that buffers used for (non-empty) compressed data holding _empty_ dictionary or data pages which are skipped are not freed. Because empty pages are uncommon in real data this bug went undetected for a long time.
   
   ## Documentation
   N/A
   
   ## Testing
   New unit test.
   


-- 
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: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] DRILL-8416: Memory leak when the async Parquet reader skips empty pages (drill)

Posted by "jnturton (via GitHub)" <gi...@apache.org>.
jnturton merged PR #2784:
URL: https://github.com/apache/drill/pull/2784


-- 
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: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org