HuangXingBo commented on code in PR #566:
URL: https://github.com/apache/flink-web/pull/566#discussion_r948583460


##########
_posts/2022-08-17-release-1.15.2.md:
##########
@@ -0,0 +1,166 @@
+---
+layout: post
+title:  "Apache Flink 1.15.2 Release Announcement"
+date: 2022-08-17T08:00:00.000Z
+categories: news
+authors:
+- danny:
+  name: "Danny Cranmer"
+
+excerpt: The Apache Flink Community is pleased to announce a bug fix release 
for Flink 1.15.
+
+---
+
+The Apache Flink Community is pleased to announce the second bug fix release 
of the Flink 1.15 series.
+
+This release includes 30 bug fixes, vulnerability fixes, and minor 
improvements for Flink 1.15.
+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=12351829).
+
+We highly recommend all users upgrade to Flink 1.15.2.
+
+# Release Artifacts
+
+## Maven Dependencies
+
+```xml
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-java</artifactId>
+  <version>1.15.2</version>
+</dependency>
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-streaming-java</artifactId>
+  <version>1.15.2</version>
+</dependency>
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-clients</artifactId>
+  <version>1.15.2</version>
+</dependency>
+```
+
+## Binaries
+
+You can find the binaries on the updated [Downloads page]({{ site.baseurl 
}}/downloads.html).
+
+## Docker Images
+
+* [library/flink](https://hub.docker.com/_/flink?tab=tags&page=1&name=1.15.2) 
(official images)
+* 
[apache/flink](https://hub.docker.com/r/apache/flink/tags?page=1&name=1.15.2) 
(ASF repository)
+
+## PyPi
+
+* [apache-flink==1.15.1](https://pypi.org/project/apache-flink/1.15.2/)

Review Comment:
   ```suggestion
   * [apache-flink==1.15.2](https://pypi.org/project/apache-flink/1.15.2/)
   ```



##########
_posts/2022-08-17-release-1.15.2.md:
##########
@@ -0,0 +1,166 @@
+---
+layout: post
+title:  "Apache Flink 1.15.2 Release Announcement"
+date: 2022-08-17T08:00:00.000Z
+categories: news
+authors:
+- danny:
+  name: "Danny Cranmer"
+
+excerpt: The Apache Flink Community is pleased to announce a bug fix release 
for Flink 1.15.
+
+---
+
+The Apache Flink Community is pleased to announce the second bug fix release 
of the Flink 1.15 series.
+
+This release includes 30 bug fixes, vulnerability fixes, and minor 
improvements for Flink 1.15.
+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=12351829).
+
+We highly recommend all users upgrade to Flink 1.15.2.
+
+# Release Artifacts
+
+## Maven Dependencies
+
+```xml
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-java</artifactId>
+  <version>1.15.2</version>
+</dependency>
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-streaming-java</artifactId>
+  <version>1.15.2</version>
+</dependency>
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-clients</artifactId>
+  <version>1.15.2</version>
+</dependency>
+```
+
+## Binaries
+
+You can find the binaries on the updated [Downloads page]({{ site.baseurl 
}}/downloads.html).
+
+## Docker Images
+
+* [library/flink](https://hub.docker.com/_/flink?tab=tags&page=1&name=1.15.2) 
(official images)
+* 
[apache/flink](https://hub.docker.com/r/apache/flink/tags?page=1&name=1.15.2) 
(ASF repository)
+
+## PyPi
+
+* [apache-flink==1.15.1](https://pypi.org/project/apache-flink/1.15.2/)
+
+# Upgrade Notes
+
+For Table API: 1.15.0 and 1.15.1 generated non-deterministic UIDs for 
operators that 
+make it difficult/impossible to restore state or upgrade to next patch 
version. A new 
+table.exec.uid.generation config option (with correct default behavior) 
disables setting
+a UID for new pipelines from non-compiled plans. Existing pipelines can set 
+table.exec.uid.generation=ALWAYS if the 1.15.0/1 behavior was acceptable due 
to a stable
+environment. See <a 
href="https://issues.apache.org/jira/browse/FLINK-28861";>FLINK-28861</a>
+for more information.
+
+# Release Notes
+          
+<h2>        Bug
+</h2>
+<ul>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-23528'>FLINK-23528</a>] -     
    stop-with-savepoint can fail with FlinkKinesisConsumer
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-25097'>FLINK-25097</a>] -     
    Bug in inner join when the filter condition is boolean type
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-26931'>FLINK-26931</a>] -     
    Pulsar sink&#39;s producer name should be unique
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27031'>FLINK-27031</a>] -     
    ChangelogRescalingITCase.test failed due to IllegalStateException
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27399'>FLINK-27399</a>] -     
    Pulsar connector didn&#39;t set start consuming position correctly
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27570'>FLINK-27570</a>] -     
    Checkpoint path error does not cause the job to stop
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27794'>FLINK-27794</a>] -     
    The primary key obtained from MySQL is incorrect by using MysqlCatalog
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27856'>FLINK-27856</a>] -     
    Adding pod template without spec crashes job manager
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28027'>FLINK-28027</a>] -     
    Initialise Async Sink maximum number of in flight messages to low number 
for rate limiting strategy
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28057'>FLINK-28057</a>] -     
    LD_PRELOAD is hardcoded to x64 on flink-docker
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28226'>FLINK-28226</a>] -     
    &#39;Run kubernetes pyflink application test&#39; fails while pulling image
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28239'>FLINK-28239</a>] -     
    Table-Planner-Loader lacks access to commons-math3
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28240'>FLINK-28240</a>] -     
    NettyShuffleMetricFactory#RequestedMemoryUsageMetric#getValue may throw 
ArithmeticException when the total segments of NetworkBufferPool is 0
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28250'>FLINK-28250</a>] -     
    exactly-once sink kafka cause out of memory
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28269'>FLINK-28269</a>] -     
    Kubernetes test failed with permission denied
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28322'>FLINK-28322</a>] -     
    DataStreamScanProvider&#39;s new method is not compatible
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28355'>FLINK-28355</a>] -     
    Python Bash e2e tests don&#39;t clean-up after they&#39;ve ran, causing 
disk space issues
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28357'>FLINK-28357</a>] -     
    Watermark issue when recovering Finished sources
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28404'>FLINK-28404</a>] -     
    Annotation @InjectClusterClient does not work correctly with 
RestClusterClient
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28454'>FLINK-28454</a>] -     
    Fix the wrong timestamp example of KafkaSource
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28577'>FLINK-28577</a>] -     
    1.15.1 web ui console report error about checkpoint size
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28602'>FLINK-28602</a>] -     
    StateChangeFsUploader cannot close stream normally while enabling 
compression
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28817'>FLINK-28817</a>] -     
    NullPointerException in HybridSource when restoring from checkpoint
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28835'>FLINK-28835</a>] -     
    Savepoint and checkpoint capabilities and limitations table is incorrect
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28861'>FLINK-28861</a>] -     
    Non-deterministic UID generation might cause issues during restore
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28878'>FLINK-28878</a>] -     
    PipelinedRegionSchedulingITCase.testRecoverFromPartitionException failed 
with AssertionError
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28880'>FLINK-28880</a>] -     
    Fix CEP doc with wrong result of strict contiguity of looping patterns
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28908'>FLINK-28908</a>] -     
    Coder for LIST type is incorrectly chosen is PyFlink
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28978'>FLINK-28978</a>] -     
    Kinesis connector doesn&#39;t work for new AWS regions
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28994'>FLINK-28994</a>] -     
    Enable withCredentials for Flink UI
+</li>
+</ul>
+                
+<h2>        Improvement
+</h2>
+<ul>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27199'>FLINK-27199</a>] -     
    Bump Pulsar to 2.10.0 for fixing the unstable Pulsar test environment.
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27865'>FLINK-27865</a>] -     
    Add guide and example for configuring SASL and SSL in Kafka SQL connector 
document
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28094'>FLINK-28094</a>] -     
    Upgrade AWS SDK to support ap-southeast-3 
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28140'>FLINK-28140</a>] -     
    Improve the documentation by adding Python examples
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28486'>FLINK-28486</a>] -     
    [docs-zh] Flink FileSystem SQL Connector Doc is not right
+</li>
+</ul>
+                           
+<h2>        Sub-task
+</h2>
+<ul>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-23944'>FLINK-23944</a>] -     
    PulsarSourceITCase.testTaskManagerFailure is instable
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-24872'>FLINK-24872</a>] -     
    PulsarSourceITCase.testMultipleSplits failed on AZP
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-25815'>FLINK-25815</a>] -     
    PulsarSourceITCase.testTaskManagerFailure failed on azure due to timeout
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-25884'>FLINK-25884</a>] -     
    PulsarSourceITCase.testTaskManagerFailure failed on azure
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-26177'>FLINK-26177</a>] -     
    PulsarSourceITCase.testScaleDown fails with timeout
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-26721'>FLINK-26721</a>] -     
    PulsarSourceITCase.testSavepoint failed on azure pipeline
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27833'>FLINK-27833</a>] -     
    PulsarSourceITCase.testTaskManagerFailure failed with AssertionError

Review Comment:
   These issues are unstable tests about Pulsar, maybe not listed 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: issues-unsubscr...@flink.apache.org

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

Reply via email to