Github user pnowojski commented on a diff in the pull request:

    https://github.com/apache/flink/pull/6149#discussion_r195134923
  
    --- Diff: docs/ops/filesystems.md ---
    @@ -89,9 +89,9 @@ For example, if the default file system configured as 
`fs.default-scheme: hdfs:/
     #### Connection limiting
     
     You can limit the total number of connections that a file system can 
concurrently open. This is useful when the file system cannot handle a large 
number
    -of concurrent reads / writes or open connections at the same time.
    +of concurrent reads / writes or open connections at the same time. You can 
also limit the throughput/bandwidth used to read/write from/to the FileSystem
     
    -For example, very small HDFS clusters with few RPC handlers can sometimes 
be overwhelmed by a large Flink job trying to build up many connections during 
a checkpoint.
    +For example, very small HDFS clusters with few RPC handlers can sometimes 
be overwhelmed by a large Flink job trying to build up many connections during 
a checkpoint. 
    --- End diff --
    
    white space at the end?


---

Reply via email to