This is an automated email from the ASF dual-hosted git repository.

martijnvisser pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 3b8951e91a9 [FLINK-31082][table-planner] Setting maven property 
'flink.resueForks' to false in table planner module
3b8951e91a9 is described below

commit 3b8951e91a961c150758043c3fc87de90c63fa2a
Author: zhengyunhong.zyh <337361...@qq.com>
AuthorDate: Wed Feb 15 16:49:35 2023 +0800

    [FLINK-31082][table-planner] Setting maven property 'flink.resueForks' to 
false in table planner module
---
 flink-table/flink-table-planner/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/flink-table/flink-table-planner/pom.xml 
b/flink-table/flink-table-planner/pom.xml
index faa6b493c4f..c6e6456c242 100644
--- a/flink-table/flink-table-planner/pom.xml
+++ b/flink-table/flink-table-planner/pom.xml
@@ -37,6 +37,14 @@ under the License.
 
        <packaging>jar</packaging>
 
+       <properties>
+               <!-- Setting this property to false is aims to alleviate OOM 
error
+               mentioned in issue: 
https://issues.apache.org/jira/browse/FLINK-18356.
+                This property can be removed after the OOM error mentioned in 
the
+                above issue is solved. -->
+               <flink.reuseForks>false</flink.reuseForks>
+       </properties>
+
        <dependencies>
                <!-- Mainly used for calcite-core, relocated in 
org.apache.flink.calcite.shaded by the shade plugin -->
                <dependency>

Reply via email to