flink icon indicating copy to clipboard operation
flink copied to clipboard

[FLINK-37522][docs] Add description for the config about file system connection limit

Open beliefer opened this issue 9 months ago • 4 comments

What is the purpose of the change

This PR aims to add description for the config about file system connection limit. These descriptions refer to https://github.com/apache/flink/blob/1d447895760308bc3ef45d5beddb8b0bb6090101/flink-core/src/main/java/org/apache/flink/core/fs/LimitedConnectionsFileSystem.java#L1053

Brief change log

Add description for the config about file system connection limit

Verifying this change

This change is a trivial rework / code cleanup without any test coverage.

Does this pull request potentially affect one of the following parts:

  • Dependencies (does it add or upgrade a dependency): (no)
  • The public API, i.e., is any changed class annotated with @Public(Evolving): (no)
  • The serializers: (no)
  • The runtime per-record code paths (performance sensitive): (no)
  • Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: (no)
  • The S3 file system connector: (no)

Documentation

  • Does this pull request introduce a new feature? (no)

beliefer avatar Mar 20 '25 10:03 beliefer

CI report:

  • 358fb85e339e284eb4d4eb84911d4d3a5f62a567 Azure: SUCCESS
Bot commands The @flinkbot bot supports the following commands:
  • @flinkbot run azure re-run the last Azure build

flinkbot avatar Mar 20 '25 11:03 flinkbot

ping @StephanEwen cc @1996fanrui @davidradl @nilmadhab

beliefer avatar Mar 21 '25 11:03 beliefer

@davidradl Could you take a look at this again?

beliefer avatar Mar 25 '25 02:03 beliefer

cc @snuyanzin

beliefer avatar Jun 17 '25 03:06 beliefer