dannycranmer commented on code in PR #696:
URL: https://github.com/apache/flink-web/pull/696#discussion_r1402198557


##########
docs/content/posts/2023-11-13-release-1.17.2.md:
##########
@@ -0,0 +1,204 @@
+---
+title:  "Apache Flink 1.17.2 Release Announcement"
+date: "2023-11-13T00:00:00.000Z"
+aliases:
+- /news/2023/11/13/release-1.17.2.html
+authors:
+- myasuka:
+  name: "Yun Tang"
+  twitter: "yun_tang_"
+---
+ 
+The Apache Flink Community is pleased to announce the second bug fix release 
of the Flink 1.17 series.
+ 
+This release includes 104 bug fixes, vulnerability fixes, and minor 
improvements for Flink 1.17.

Review Comment:
   I see [84 
issues](https://issues.apache.org/jira/browse/FLINK-33474?jql=project%20%3D%20FLINK%20AND%20fixVersion%20%3D%201.17.2)



##########
docs/content/posts/2023-11-13-release-1.17.2.md:
##########
@@ -0,0 +1,204 @@
+---
+title:  "Apache Flink 1.17.2 Release Announcement"
+date: "2023-11-13T00:00:00.000Z"
+aliases:
+- /news/2023/11/13/release-1.17.2.html
+authors:
+- myasuka:
+  name: "Yun Tang"
+  twitter: "yun_tang_"
+---
+ 
+The Apache Flink Community is pleased to announce the second bug fix release 
of the Flink 1.17 series.
+ 
+This release includes 104 bug fixes, vulnerability fixes, and minor 
improvements for Flink 1.17.
+Below you will find a list of all bugfixes and improvements (excluding 
improvements to the build infrastructure and build stability). For a complete 
list of all changes see:
+[JIRA](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&version=12353260).
+ 
+We highly recommend all users upgrade to Flink 1.17.2.
+ 
+# Release Artifacts
+ 
+## Maven Dependencies
+ 
+```xml
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-java</artifactId>
+  <version>1.17.2</version>
+</dependency>
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-streaming-java</artifactId>
+  <version>1.17.2</version>
+</dependency>
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-clients</artifactId>
+  <version>1.17.2</version>
+</dependency>
+```
+ 
+## Binaries
+ 
+You can find the binaries on the updated [Downloads page]({{< relref 
"downloads" >}}).
+ 
+## Docker Images
+ 
+* [library/flink](https://hub.docker.com/_/flink/tags?page=1&name=1.17.2) 
(official images)
+* 
[apache/flink](https://hub.docker.com/r/apache/flink/tags?page=1&name=1.17.2) 
(ASF repository)
+ 
+## PyPi
+ 
+* [apache-flink==1.17.2](https://pypi.org/project/apache-flink/1.17.2/)
+
+# Release Notes
+
+        Release Notes - Flink - Version 1.17.2
+       
+<h2>        Bug
+</h2>
+<ul>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27415'>FLINK-27415</a>] -     
    Read empty csv file throws exception in FileSystem table connector
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28513'>FLINK-28513</a>] -     
    Flink Table API CSV streaming sink throws SerializedThrowable exception
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-29913'>FLINK-29913</a>] -     
    Shared state would be discarded by mistake when maxConcurrentCheckpoint&gt;1
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-30559'>FLINK-30559</a>] -     
    May get wrong result for `if` expression if it&#39;s string data type
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-30596'>FLINK-30596</a>] -     
    Multiple POST /jars/:jarid/run requests with the same jobId, runs duplicate 
jobs
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-30751'>FLINK-30751</a>] -     
    Remove references to disableDataSync in RocksDB documentation
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-30966'>FLINK-30966</a>] -     
    Flink SQL IF FUNCTION logic error
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-31139'>FLINK-31139</a>] -     
    not upload empty state changelog file
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-31519'>FLINK-31519</a>] -     
    The watermark alignment docs is outdated after FLIP-217 finished
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-31812'>FLINK-31812</a>] -     
    SavePoint from /jars/:jarid:/run api on body is not anymore set to null if 
empty
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-31967'>FLINK-31967</a>] -     
    SQL with LAG function NullPointerException
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-31974'>FLINK-31974</a>] -     
    JobManager crashes after KubernetesClientException exception with 
FatalExitExceptionHandler
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32023'>FLINK-32023</a>] -     
    execution.buffer-timeout cannot be set to -1 ms
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32034'>FLINK-32034</a>] -     
    Python&#39;s DistUtils is deprecated as of 3.10
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32049'>FLINK-32049</a>] -     
    CoordinatedSourceRescaleITCase.testDownscaling fails on AZP
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32056'>FLINK-32056</a>] -     
    Update the used Pulsar connector in flink-python to 4.0.0
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32110'>FLINK-32110</a>] -     
    TM native memory leak when using time window in Pyflink ThreadMode
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32136'>FLINK-32136</a>] -     
    Pyflink gateway server launch fails when purelib != platlib
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32141'>FLINK-32141</a>] -     
    SharedStateRegistry print too much info log
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32172'>FLINK-32172</a>] -     
    KafkaExample can not run with args
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32199'>FLINK-32199</a>] -     
    MetricStore does not remove metrics of nonexistent parallelism in 
TaskMetricStore when scale down job parallelism
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32217'>FLINK-32217</a>] -     
    Retain metric store can cause NPE 
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32219'>FLINK-32219</a>] -     
    SQL client hangs when executing EXECUTE PLAN
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32226'>FLINK-32226</a>] -     
    RestClusterClient leaks jobgraph file if submission fails
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32249'>FLINK-32249</a>] -     
    A Java string should be used instead of a Calcite NlsString to construct 
the column comment of CatalogTable
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32254'>FLINK-32254</a>] -     
    FineGrainedSlotManager may not allocate enough taskmangers if maxSlotNum is 
configured
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32296'>FLINK-32296</a>] -     
    Flink SQL handle array of row incorrectly
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32316'>FLINK-32316</a>] -     
    Duplicated announceCombinedWatermark task maybe scheduled if jobmanager 
failover
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32362'>FLINK-32362</a>] -     
    SourceAlignment announceCombinedWatermark period task maybe lost
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32411'>FLINK-32411</a>] -     
    SourceCoordinator thread leaks when job recovers from checkpoint
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32414'>FLINK-32414</a>] -     
    Watermark alignment will cause flink jobs to hang forever when any source 
subtask has no SourceSplit
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32447'>FLINK-32447</a>] -     
    table hints lost when they inside a view referenced by an external query
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32456'>FLINK-32456</a>] -     
    JSON_OBJECTAGG &amp; JSON_ARRAYAGG cannot be used with other aggregate 
functions
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32465'>FLINK-32465</a>] -     
    KerberosLoginProvider.isLoginPossible does accidental login with keytab
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32496'>FLINK-32496</a>] -     
    Sources with idleness and alignment always wait for alignment when part of 
multiple sources is idle
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32548'>FLINK-32548</a>] -     
    Make watermark alignment ready for production use
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32578'>FLINK-32578</a>] -     
    Cascaded group by window time columns on a proctime window aggregate may 
result hang for ever
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32583'>FLINK-32583</a>] -     
    RestClient can deadlock if request made after Netty event executor 
terminated
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32592'>FLINK-32592</a>] -     
    (Stream)ExEnv#initializeContextEnvironment isn&#39;t thread-safe
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32628'>FLINK-32628</a>] -     
    build_wheels_on_macos fails on AZP
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32632'>FLINK-32632</a>] -     
    Run Kubernetes test is unstable on AZP
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32655'>FLINK-32655</a>] -     
    RecreateOnResetOperatorCoordinator did not forward notifyCheckpointAborted 
to the real OperatorCoordinator
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32680'>FLINK-32680</a>] -     
    Job vertex names get messed up once there is a source vertex chained with a 
MultipleInput vertex in job graph
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32760'>FLINK-32760</a>] -     
    Version Conflict in flink-sql-connector-hive for shaded.parquet prefix 
packages
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32869'>FLINK-32869</a>] -     
    Flink Kubernetes related tests failed to run on aarch64

Review Comment:
   This one is a test stability fix and should be removed from here



##########
docs/data/flink.yml:
##########
@@ -26,13 +26,13 @@
   release_notes_url: 
"https://nightlies.apache.org/flink/flink-docs-release-1.18/release-notes/flink-1.18";
 
 1.17:
-  name: "Apache Flink 1.17.1"
-  binary_release_url: 
"https://www.apache.org/dyn/closer.lua/flink/flink-1.17.1/flink-1.17.1-bin-scala_2.12.tgz";
-  binary_release_asc_url: 
"https://downloads.apache.org/flink/flink-1.17.1/flink-1.17.1-bin-scala_2.12.tgz.asc";
-  binary_release_sha512_url: 
"https://downloads.apache.org/flink/flink-1.17.1/flink-1.17.1-bin-scala_2.12.tgz.sha512";
-  source_release_url: 
"https://www.apache.org/dyn/closer.lua/flink/flink-1.17.1/flink-1.17.1-src.tgz";
-  source_release_asc_url: 
"https://downloads.apache.org/flink/flink-1.17.1/flink-1.17.1-src.tgz.asc";
-  source_release_sha512_url: 
"https://downloads.apache.org/flink/flink-1.17.1/flink-1.17.1-src.tgz.sha512";
+  name: "Apache Flink 1.17.2"
+  binary_release_url: 
"https://www.apache.org/dyn/closer.lua/flink/flink-1.17.2/flink-1.17.1-bin-scala_2.12.tgz";
+  binary_release_asc_url: 
"https://downloads.apache.org/flink/flink-1.17.2/flink-1.17.1-bin-scala_2.12.tgz.asc";
+  binary_release_sha512_url: 
"https://downloads.apache.org/flink/flink-1.17.2/flink-1.17.1-bin-scala_2.12.tgz.sha512";
+  source_release_url: 
"https://www.apache.org/dyn/closer.lua/flink/flink-1.17.2/flink-1.17.1-src.tgz";
+  source_release_asc_url: 
"https://downloads.apache.org/flink/flink-1.17.2/flink-1.17.1-src.tgz.asc";
+  source_release_sha512_url: 
"https://downloads.apache.org/flink/flink-1.17.2/flink-1.17.1-src.tgz.sha512";

Review Comment:
   ```suggestion
     binary_release_url: 
"https://www.apache.org/dyn/closer.lua/flink/flink-1.17.2/flink-1.17.2-bin-scala_2.12.tgz";
     binary_release_asc_url: 
"https://downloads.apache.org/flink/flink-1.17.2/flink-1.17.2-bin-scala_2.12.tgz.asc";
     binary_release_sha512_url: 
"https://downloads.apache.org/flink/flink-1.17.2/flink-1.17.2-bin-scala_2.12.tgz.sha512";
     source_release_url: 
"https://www.apache.org/dyn/closer.lua/flink/flink-1.17.2/flink-1.17.2-src.tgz";
     source_release_asc_url: 
"https://downloads.apache.org/flink/flink-1.17.2/flink-1.17.2-src.tgz.asc";
     source_release_sha512_url: 
"https://downloads.apache.org/flink/flink-1.17.2/flink-1.17.2-src.tgz.sha512";
   ```



##########
docs/content/posts/2023-11-13-release-1.17.2.md:
##########
@@ -0,0 +1,204 @@
+---
+title:  "Apache Flink 1.17.2 Release Announcement"
+date: "2023-11-13T00:00:00.000Z"
+aliases:
+- /news/2023/11/13/release-1.17.2.html
+authors:
+- myasuka:
+  name: "Yun Tang"
+  twitter: "yun_tang_"
+---
+ 
+The Apache Flink Community is pleased to announce the second bug fix release 
of the Flink 1.17 series.
+ 
+This release includes 104 bug fixes, vulnerability fixes, and minor 
improvements for Flink 1.17.
+Below you will find a list of all bugfixes and improvements (excluding 
improvements to the build infrastructure and build stability). For a complete 
list of all changes see:
+[JIRA](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&version=12353260).
+ 
+We highly recommend all users upgrade to Flink 1.17.2.
+ 
+# Release Artifacts
+ 
+## Maven Dependencies
+ 
+```xml
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-java</artifactId>
+  <version>1.17.2</version>
+</dependency>
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-streaming-java</artifactId>
+  <version>1.17.2</version>
+</dependency>
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-clients</artifactId>
+  <version>1.17.2</version>
+</dependency>
+```
+ 
+## Binaries
+ 
+You can find the binaries on the updated [Downloads page]({{< relref 
"downloads" >}}).
+ 
+## Docker Images
+ 
+* [library/flink](https://hub.docker.com/_/flink/tags?page=1&name=1.17.2) 
(official images)
+* 
[apache/flink](https://hub.docker.com/r/apache/flink/tags?page=1&name=1.17.2) 
(ASF repository)
+ 
+## PyPi
+ 
+* [apache-flink==1.17.2](https://pypi.org/project/apache-flink/1.17.2/)
+
+# Release Notes
+
+        Release Notes - Flink - Version 1.17.2
+       
+<h2>        Bug
+</h2>
+<ul>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27415'>FLINK-27415</a>] -     
    Read empty csv file throws exception in FileSystem table connector
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28513'>FLINK-28513</a>] -     
    Flink Table API CSV streaming sink throws SerializedThrowable exception
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-29913'>FLINK-29913</a>] -     
    Shared state would be discarded by mistake when maxConcurrentCheckpoint&gt;1
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-30559'>FLINK-30559</a>] -     
    May get wrong result for `if` expression if it&#39;s string data type
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-30596'>FLINK-30596</a>] -     
    Multiple POST /jars/:jarid/run requests with the same jobId, runs duplicate 
jobs
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-30751'>FLINK-30751</a>] -     
    Remove references to disableDataSync in RocksDB documentation
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-30966'>FLINK-30966</a>] -     
    Flink SQL IF FUNCTION logic error
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-31139'>FLINK-31139</a>] -     
    not upload empty state changelog file
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-31519'>FLINK-31519</a>] -     
    The watermark alignment docs is outdated after FLIP-217 finished
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-31812'>FLINK-31812</a>] -     
    SavePoint from /jars/:jarid:/run api on body is not anymore set to null if 
empty
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-31967'>FLINK-31967</a>] -     
    SQL with LAG function NullPointerException
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-31974'>FLINK-31974</a>] -     
    JobManager crashes after KubernetesClientException exception with 
FatalExitExceptionHandler
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32023'>FLINK-32023</a>] -     
    execution.buffer-timeout cannot be set to -1 ms
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32034'>FLINK-32034</a>] -     
    Python&#39;s DistUtils is deprecated as of 3.10
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32049'>FLINK-32049</a>] -     
    CoordinatedSourceRescaleITCase.testDownscaling fails on AZP

Review Comment:
   This one is a test stability fix and should be removed from here



##########
docs/content/posts/2023-11-13-release-1.17.2.md:
##########
@@ -0,0 +1,204 @@
+---
+title:  "Apache Flink 1.17.2 Release Announcement"
+date: "2023-11-13T00:00:00.000Z"
+aliases:
+- /news/2023/11/13/release-1.17.2.html
+authors:
+- myasuka:
+  name: "Yun Tang"
+  twitter: "yun_tang_"
+---
+ 
+The Apache Flink Community is pleased to announce the second bug fix release 
of the Flink 1.17 series.
+ 
+This release includes 104 bug fixes, vulnerability fixes, and minor 
improvements for Flink 1.17.
+Below you will find a list of all bugfixes and improvements (excluding 
improvements to the build infrastructure and build stability). For a complete 
list of all changes see:
+[JIRA](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&version=12353260).
+ 
+We highly recommend all users upgrade to Flink 1.17.2.
+ 
+# Release Artifacts
+ 
+## Maven Dependencies
+ 
+```xml
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-java</artifactId>
+  <version>1.17.2</version>
+</dependency>
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-streaming-java</artifactId>
+  <version>1.17.2</version>
+</dependency>
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-clients</artifactId>
+  <version>1.17.2</version>
+</dependency>
+```
+ 
+## Binaries
+ 
+You can find the binaries on the updated [Downloads page]({{< relref 
"downloads" >}}).
+ 
+## Docker Images
+ 
+* [library/flink](https://hub.docker.com/_/flink/tags?page=1&name=1.17.2) 
(official images)
+* 
[apache/flink](https://hub.docker.com/r/apache/flink/tags?page=1&name=1.17.2) 
(ASF repository)
+ 
+## PyPi
+ 
+* [apache-flink==1.17.2](https://pypi.org/project/apache-flink/1.17.2/)
+
+# Release Notes
+
+        Release Notes - Flink - Version 1.17.2
+       
+<h2>        Bug
+</h2>
+<ul>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27415'>FLINK-27415</a>] -     
    Read empty csv file throws exception in FileSystem table connector
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28513'>FLINK-28513</a>] -     
    Flink Table API CSV streaming sink throws SerializedThrowable exception
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-29913'>FLINK-29913</a>] -     
    Shared state would be discarded by mistake when maxConcurrentCheckpoint&gt;1
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-30559'>FLINK-30559</a>] -     
    May get wrong result for `if` expression if it&#39;s string data type
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-30596'>FLINK-30596</a>] -     
    Multiple POST /jars/:jarid/run requests with the same jobId, runs duplicate 
jobs
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-30751'>FLINK-30751</a>] -     
    Remove references to disableDataSync in RocksDB documentation
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-30966'>FLINK-30966</a>] -     
    Flink SQL IF FUNCTION logic error
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-31139'>FLINK-31139</a>] -     
    not upload empty state changelog file
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-31519'>FLINK-31519</a>] -     
    The watermark alignment docs is outdated after FLIP-217 finished
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-31812'>FLINK-31812</a>] -     
    SavePoint from /jars/:jarid:/run api on body is not anymore set to null if 
empty
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-31967'>FLINK-31967</a>] -     
    SQL with LAG function NullPointerException
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-31974'>FLINK-31974</a>] -     
    JobManager crashes after KubernetesClientException exception with 
FatalExitExceptionHandler
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32023'>FLINK-32023</a>] -     
    execution.buffer-timeout cannot be set to -1 ms
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32034'>FLINK-32034</a>] -     
    Python&#39;s DistUtils is deprecated as of 3.10
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32049'>FLINK-32049</a>] -     
    CoordinatedSourceRescaleITCase.testDownscaling fails on AZP
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32056'>FLINK-32056</a>] -     
    Update the used Pulsar connector in flink-python to 4.0.0
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32110'>FLINK-32110</a>] -     
    TM native memory leak when using time window in Pyflink ThreadMode
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32136'>FLINK-32136</a>] -     
    Pyflink gateway server launch fails when purelib != platlib
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32141'>FLINK-32141</a>] -     
    SharedStateRegistry print too much info log
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32172'>FLINK-32172</a>] -     
    KafkaExample can not run with args
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32199'>FLINK-32199</a>] -     
    MetricStore does not remove metrics of nonexistent parallelism in 
TaskMetricStore when scale down job parallelism
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32217'>FLINK-32217</a>] -     
    Retain metric store can cause NPE 
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32219'>FLINK-32219</a>] -     
    SQL client hangs when executing EXECUTE PLAN
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32226'>FLINK-32226</a>] -     
    RestClusterClient leaks jobgraph file if submission fails
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32249'>FLINK-32249</a>] -     
    A Java string should be used instead of a Calcite NlsString to construct 
the column comment of CatalogTable
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32254'>FLINK-32254</a>] -     
    FineGrainedSlotManager may not allocate enough taskmangers if maxSlotNum is 
configured
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32296'>FLINK-32296</a>] -     
    Flink SQL handle array of row incorrectly
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32316'>FLINK-32316</a>] -     
    Duplicated announceCombinedWatermark task maybe scheduled if jobmanager 
failover
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32362'>FLINK-32362</a>] -     
    SourceAlignment announceCombinedWatermark period task maybe lost
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32411'>FLINK-32411</a>] -     
    SourceCoordinator thread leaks when job recovers from checkpoint
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32414'>FLINK-32414</a>] -     
    Watermark alignment will cause flink jobs to hang forever when any source 
subtask has no SourceSplit
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32447'>FLINK-32447</a>] -     
    table hints lost when they inside a view referenced by an external query
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32456'>FLINK-32456</a>] -     
    JSON_OBJECTAGG &amp; JSON_ARRAYAGG cannot be used with other aggregate 
functions
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32465'>FLINK-32465</a>] -     
    KerberosLoginProvider.isLoginPossible does accidental login with keytab
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32496'>FLINK-32496</a>] -     
    Sources with idleness and alignment always wait for alignment when part of 
multiple sources is idle
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32548'>FLINK-32548</a>] -     
    Make watermark alignment ready for production use
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32578'>FLINK-32578</a>] -     
    Cascaded group by window time columns on a proctime window aggregate may 
result hang for ever
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32583'>FLINK-32583</a>] -     
    RestClient can deadlock if request made after Netty event executor 
terminated
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32592'>FLINK-32592</a>] -     
    (Stream)ExEnv#initializeContextEnvironment isn&#39;t thread-safe
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32628'>FLINK-32628</a>] -     
    build_wheels_on_macos fails on AZP
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-32632'>FLINK-32632</a>] -     
    Run Kubernetes test is unstable on AZP
+</li>

Review Comment:
   These are CI/build issues and should be removed from here



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to