You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by cz...@apache.org on 2022/11/04 09:08:39 UTC

[flink-table-store] branch release-0.2 updated: [FLINK-29791] Redirect gc log from stdout to file

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

czweng pushed a commit to branch release-0.2
in repository https://gitbox.apache.org/repos/asf/flink-table-store.git


The following commit(s) were added to refs/heads/release-0.2 by this push:
     new a50f29c1 [FLINK-29791] Redirect gc log from stdout to file
a50f29c1 is described below

commit a50f29c1f06534faadedf5f531d6f2de64af2cee
Author: tsreaper <ts...@gmail.com>
AuthorDate: Fri Nov 4 17:08:33 2022 +0800

    [FLINK-29791] Redirect gc log from stdout to file
    
    This closes #353.
---
 flink-table-store-e2e-tests/src/test/resources/flink.env | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-table-store-e2e-tests/src/test/resources/flink.env b/flink-table-store-e2e-tests/src/test/resources/flink.env
index a78609f3..863967d7 100644
--- a/flink-table-store-e2e-tests/src/test/resources/flink.env
+++ b/flink-table-store-e2e-tests/src/test/resources/flink.env
@@ -16,4 +16,4 @@
 # limitations under the License.
 ################################################################################
 
-FLINK_PROPERTIES="jobmanager.rpc.address: jobmanager\ntaskmanager.numberOfTaskSlots: 9\nparallelism.default: 3\nsql-client.execution.result-mode: TABLEAU\nenv.java.opts.taskmanager: -verbose:gc"
+FLINK_PROPERTIES="jobmanager.rpc.address: jobmanager\ntaskmanager.numberOfTaskSlots: 9\nparallelism.default: 3\nsql-client.execution.result-mode: TABLEAU\nenv.java.opts.taskmanager: -verbose:gc -Xloggc:/opt/flink/log/gc.log"