TanYuxin-tyx commented on code in PR #649:
URL: https://github.com/apache/flink-web/pull/649#discussion_r1198669172


##########
docs/content/posts/2023-05-19-release-1.16.2.md:
##########
@@ -0,0 +1,215 @@
+---
+title:  "Apache Flink 1.16.2 Release Announcement"
+date: "2023-05-19T13:00:00.000Z"
+aliases:
+- /news/2023/05/19/release-1.16.2.html
+authors:
+- reswqa:
+  name: "Weijie Guo"
+  twitter: "WeijieGuo12"
+---
+
+The Apache Flink Community is pleased to announce the second bug fix release 
of the Flink 1.16 series.
+
+This release includes 104 bug fixes, vulnerability fixes, and minor 
improvements for Flink 1.16.
+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=12352765).
+
+We highly recommend all users upgrade to Flink 1.16.2.
+
+# Release Artifacts
+
+## Maven Dependencies
+
+```xml
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-java</artifactId>
+  <version>1.16.2</version>
+</dependency>
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-streaming-java</artifactId>
+  <version>1.16.2</version>
+</dependency>
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-clients</artifactId>
+  <version>1.16.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?tab=tags&page=1&name=1.16.2) 
(official images)
+* 
[apache/flink](https://hub.docker.com/r/apache/flink/tags?page=1&name=1.16.2) 
(ASF repository)
+
+## PyPi
+
+* [apache-flink==1.16.2](https://pypi.org/project/apache-flink/1.16.2/)
+
+# Release Notes
+
+<h2>        Bug
+</h2>
+<ul>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27246'>FLINK-27246</a>] -     
    Code of method 
&quot;processElement(Lorg/apache/flink/streaming/runtime/streamrecord/StreamRecord;)V&quot;
 of class &quot;HashAggregateWithKeys$9211&quot; grows beyond 64 KB
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27800'>FLINK-27800</a>] -     
    addInEdge check state error
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27848'>FLINK-27848</a>] -     
    ZooKeeperLeaderElectionDriver keeps writing leader information, using up 
zxid
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28786'>FLINK-28786</a>] -     
    Cannot run PyFlink 1.16 on MacOS with M1 chip
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-29852'>FLINK-29852</a>] -     
    Adaptive Scheduler duplicates operators for each parallel instance in the 
Web UI
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-30461'>FLINK-30461</a>] -     
    Some rocksdb sst files will remain forever
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-30462'>FLINK-30462</a>] -     
    DefaultMultipleComponentLeaderElectionService saves wrong leader session ID
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-30477'>FLINK-30477</a>] -     
    Not properly blocking retries when timeout occurs in AsyncWaitOperator
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-30561'>FLINK-30561</a>] -     
    ChangelogStreamHandleReaderWithCache cause FileNotFoundException
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-30567'>FLINK-30567</a>] -     
    Wrong insert overwrite behavior when  the table contains uppercase 
character with Hive dialect
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-30679'>FLINK-30679</a>] -     
    Can not load the data of hive dim table when project-push-down is introduced
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-30792'>FLINK-30792</a>] -     
    clean up not uploaded state changes after materialization complete
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-30803'>FLINK-30803</a>] -     
    PyFlink mishandles script dependencies
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-30864'>FLINK-30864</a>] -     
    Optional pattern at the start of a group pattern not working
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-30876'>FLINK-30876</a>] -     
    Fix ResetTransformationProcessor don&#39;t reset the transformation of 
ExecNode in BatchExecMultiInput.rootNode
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-30881'>FLINK-30881</a>] -     
    Crictl/Minikube version mismatch causes errors in k8s setup
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-30885'>FLINK-30885</a>] -     
    Optional group pattern starts with non-optional looping pattern get wrong 
result on followed-by
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-30917'>FLINK-30917</a>] -     
    The user configured max parallelism does not take effect when using 
adaptive batch scheduler
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-30944'>FLINK-30944</a>] -     
    ExecutionGraphPartitionReleaseTest leaks threads
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-30989'>FLINK-30989</a>] -     
    Configuration table.exec.spill-compression.block-size not take effect in 
batch job
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-31017'>FLINK-31017</a>] -     
    Early-started partial match timeout not yield completed matches
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-31041'>FLINK-31041</a>] -     
    Build up of pending global failures causes JM instability
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-31042'>FLINK-31042</a>] -     
    AfterMatchSkipStrategy not working on notFollowedBy ended pattern
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-31043'>FLINK-31043</a>] -     
    KeyError exception is thrown in CachedMapState
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-31077'>FLINK-31077</a>] -     
    Trigger checkpoint failed but it were shown as COMPLETED by rest API
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-31083'>FLINK-31083</a>] -     
    Python ProcessFunction with OutputTag cannot be reused
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-31099'>FLINK-31099</a>] -     
    Chained WindowOperator throws NPE in PyFlink ThreadMode
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-31120'>FLINK-31120</a>] -     
    ConcurrentModificationException occurred in StringFunctionsITCase.test

Review Comment:
   Should this ITCase be in the release note?



##########
docs/content/posts/2023-05-19-release-1.16.2.md:
##########
@@ -0,0 +1,215 @@
+---
+title:  "Apache Flink 1.16.2 Release Announcement"
+date: "2023-05-19T13:00:00.000Z"
+aliases:
+- /news/2023/05/19/release-1.16.2.html
+authors:
+- reswqa:
+  name: "Weijie Guo"
+  twitter: "WeijieGuo12"
+---
+
+The Apache Flink Community is pleased to announce the second bug fix release 
of the Flink 1.16 series.
+
+This release includes 104 bug fixes, vulnerability fixes, and minor 
improvements for Flink 1.16.
+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=12352765).
+
+We highly recommend all users upgrade to Flink 1.16.2.
+
+# Release Artifacts
+
+## Maven Dependencies
+
+```xml
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-java</artifactId>
+  <version>1.16.2</version>
+</dependency>
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-streaming-java</artifactId>
+  <version>1.16.2</version>
+</dependency>
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-clients</artifactId>
+  <version>1.16.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?tab=tags&page=1&name=1.16.2) 
(official images)
+* 
[apache/flink](https://hub.docker.com/r/apache/flink/tags?page=1&name=1.16.2) 
(ASF repository)
+
+## PyPi
+
+* [apache-flink==1.16.2](https://pypi.org/project/apache-flink/1.16.2/)
+
+# Release Notes
+
+<h2>        Bug
+</h2>
+<ul>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27246'>FLINK-27246</a>] -     
    Code of method 
&quot;processElement(Lorg/apache/flink/streaming/runtime/streamrecord/StreamRecord;)V&quot;
 of class &quot;HashAggregateWithKeys$9211&quot; grows beyond 64 KB
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27800'>FLINK-27800</a>] -     
    addInEdge check state error
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27848'>FLINK-27848</a>] -     
    ZooKeeperLeaderElectionDriver keeps writing leader information, using up 
zxid
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28786'>FLINK-28786</a>] -     
    Cannot run PyFlink 1.16 on MacOS with M1 chip
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-29852'>FLINK-29852</a>] -     
    Adaptive Scheduler duplicates operators for each parallel instance in the 
Web UI
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-30461'>FLINK-30461</a>] -     
    Some rocksdb sst files will remain forever
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-30462'>FLINK-30462</a>] -     
    DefaultMultipleComponentLeaderElectionService saves wrong leader session ID
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-30477'>FLINK-30477</a>] -     
    Not properly blocking retries when timeout occurs in AsyncWaitOperator
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-30561'>FLINK-30561</a>] -     
    ChangelogStreamHandleReaderWithCache cause FileNotFoundException
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-30567'>FLINK-30567</a>] -     
    Wrong insert overwrite behavior when  the table contains uppercase 
character with Hive dialect
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-30679'>FLINK-30679</a>] -     
    Can not load the data of hive dim table when project-push-down is introduced
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-30792'>FLINK-30792</a>] -     
    clean up not uploaded state changes after materialization complete
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-30803'>FLINK-30803</a>] -     
    PyFlink mishandles script dependencies
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-30864'>FLINK-30864</a>] -     
    Optional pattern at the start of a group pattern not working
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-30876'>FLINK-30876</a>] -     
    Fix ResetTransformationProcessor don&#39;t reset the transformation of 
ExecNode in BatchExecMultiInput.rootNode
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-30881'>FLINK-30881</a>] -     
    Crictl/Minikube version mismatch causes errors in k8s setup
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-30885'>FLINK-30885</a>] -     
    Optional group pattern starts with non-optional looping pattern get wrong 
result on followed-by
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-30917'>FLINK-30917</a>] -     
    The user configured max parallelism does not take effect when using 
adaptive batch scheduler
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-30944'>FLINK-30944</a>] -     
    ExecutionGraphPartitionReleaseTest leaks threads

Review Comment:
   Does this test should be in the release note?



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to