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 06:53:04 UTC

[flink-table-store] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/flink-table-store.git


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

commit 534f8b5588dc6a96c3f92f9d9b4ea9230f1e550b
Author: shammon <zj...@gmail.com>
AuthorDate: Fri Nov 4 14:52:59 2022 +0800

    [FLINK-29791] Redirect gc log from stdout to file
    
    This closes #349.
---
 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 6b5f6914..6351ca5f 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\nexecution.checkpointing.checkpoints-after-tasks-finish.enabled: true"
+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\nexecution.checkpointing.checkpoints-after-tasks-finish.enabled: true"