This is an automated email from the ASF dual-hosted git repository.
mapohl pushed a commit to branch release-1.19
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.19 by this push:
new 628ae78ab30 [FLINK-34498] GSFileSystemFactory should not log full
Flink config
628ae78ab30 is described below
commit 628ae78ab304a7543a8d5566a7dd6cbcb336d61b
Author: Jeyhun Karimov <[email protected]>
AuthorDate: Thu Feb 22 21:53:25 2024 +0100
[FLINK-34498] GSFileSystemFactory should not log full Flink config
---
.../src/main/java/org/apache/flink/fs/gs/GSFileSystemFactory.java | 2 --
1 file changed, 2 deletions(-)
diff --git
a/flink-filesystems/flink-gs-fs-hadoop/src/main/java/org/apache/flink/fs/gs/GSFileSystemFactory.java
b/flink-filesystems/flink-gs-fs-hadoop/src/main/java/org/apache/flink/fs/gs/GSFileSystemFactory.java
index 61937dc1551..0d4a337d8f6 100644
---
a/flink-filesystems/flink-gs-fs-hadoop/src/main/java/org/apache/flink/fs/gs/GSFileSystemFactory.java
+++
b/flink-filesystems/flink-gs-fs-hadoop/src/main/java/org/apache/flink/fs/gs/GSFileSystemFactory.java
@@ -78,8 +78,6 @@ public class GSFileSystemFactory implements FileSystemFactory
{
@Override
public void configure(Configuration flinkConfig) {
- LOGGER.info("Configuring GSFileSystemFactory with Flink configuration
{}", flinkConfig);
-
Preconditions.checkNotNull(flinkConfig);
ConfigUtils.ConfigContext configContext = new RuntimeConfigContext();