[
https://issues.apache.org/jira/browse/DRILL-6410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16642962#comment-16642962
]
ASF GitHub Bot commented on DRILL-6410:
---------------------------------------
vvysotskyi commented on a change in pull request #1497: DRILL-6410: Fixed
memory leak in flat Parquet reader
URL: https://github.com/apache/drill/pull/1497#discussion_r223603020
##########
File path: exec/jdbc-all/pom.xml
##########
@@ -511,7 +511,7 @@
This is likely due to you adding new dependencies to a
java-exec and not updating the excludes in this module. This is important as it
minimizes the size of the dependency of Drill application users.
</message>
- <maxsize>39000000</maxsize>
+ <maxsize>39500000</maxsize>
Review comment:
There was no need to increase the limit for Jar size since in
https://github.com/apache/drill/pull/1486 were excluded some classes so the
issue with hitting the limit without adding any library was fixed there.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Memory leak in Parquet Reader during cancellation
> -------------------------------------------------
>
> Key: DRILL-6410
> URL: https://issues.apache.org/jira/browse/DRILL-6410
> Project: Apache Drill
> Issue Type: Bug
> Components: Storage - Parquet
> Reporter: salim achouche
> Assignee: salim achouche
> Priority: Major
> Fix For: 1.15.0
>
>
> Occasionally, a memory leak is observed within the flat Parquet reader when
> query cancellation is invoked.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)