XComp commented on code in PR #581:
URL: https://github.com/apache/flink-web/pull/581#discussion_r1028894470


##########
_posts/2022-11-10-release-1.15.3.md:
##########
@@ -0,0 +1,185 @@
+---
+layout: post
+title:  "Apache Flink 1.15.3 Release Announcement"
+date: 2022-11-10T22:00:00.000Z
+categories: news
+authors:
+- fapaul:
+  name: "Fabian Paul"
+
+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 59 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=12352210).
+
+We highly recommend all users upgrade to Flink 1.15.3.
+
+# Release Artifacts
+
+## Maven Dependencies
+
+```xml
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-java</artifactId>
+  <version>1.15.3</version>
+</dependency>
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-streaming-java</artifactId>
+  <version>1.15.3</version>
+</dependency>
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-clients</artifactId>
+  <version>1.15.3</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.3) 
(official images)

Review Comment:
   ```suggestion
   * [library/flink](https://hub.docker.com/_/flink/tags?page=1&name=1.15.3) 
(official images)
   ```
   Did you copy this from a template or just from the 1.15.2 announcement? We 
might want to update the template as well if it exist. But I couldn't find 
anything. :thinking: 



##########
_posts/2022-11-10-release-1.15.3.md:
##########
@@ -0,0 +1,185 @@
+---
+layout: post
+title:  "Apache Flink 1.15.3 Release Announcement"
+date: 2022-11-10T22:00:00.000Z
+categories: news
+authors:
+- fapaul:
+  name: "Fabian Paul"
+
+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 59 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=12352210).
+
+We highly recommend all users upgrade to Flink 1.15.3.
+
+# Release Artifacts
+
+## Maven Dependencies
+
+```xml
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-java</artifactId>
+  <version>1.15.3</version>
+</dependency>
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-streaming-java</artifactId>
+  <version>1.15.3</version>
+</dependency>
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-clients</artifactId>
+  <version>1.15.3</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.3) 
(official images)
+* 
[apache/flink](https://hub.docker.com/r/apache/flink/tags?page=1&name=1.15.3) 
(ASF repository)
+
+## PyPi
+
+* [apache-flink==1.15.3](https://pypi.org/project/apache-flink/1.15.3/)
+
+# Release Notes
+
+<h2>        Bug
+</h2>
+<ul>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-25554'>FLINK-25554</a>] -     
    DistributedCacheDfsTest.testSubmittingJobViaRestClusterClient fails on AZP
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-26726'>FLINK-26726</a>] -     
    Remove the unregistered  task from readersAwaitingSplit
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-26890'>FLINK-26890</a>] -     
    DynamoDB consumer error consuming partitions close to retention
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27384'>FLINK-27384</a>] -     
    In the Hive dimension table, when the data is changed on the original 
partition, the create_time configuration does not take effect
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27400'>FLINK-27400</a>] -     
    Pulsar connector subscribed the system topic when using the regex
+</li>
+<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-27492'>FLINK-27492</a>] -     
    Flink table scala example does not including the scala-api jars
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27579'>FLINK-27579</a>] -     
    The param client.timeout can not be set by dynamic properties when stopping 
the job 
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27611'>FLINK-27611</a>] -     
    ConcurrentModificationException during Flink-Pulsar checkpoint notification
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-27954'>FLINK-27954</a>] -     
    JobVertexFlameGraphHandler does not work on standby Dispatcher
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28084'>FLINK-28084</a>] -     
    Pulsar unordered reader should disable retry and delete reconsume logic.
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28265'>FLINK-28265</a>] -     
    Inconsistency in Kubernetes HA service: broken state handle
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28488'>FLINK-28488</a>] -     
    KafkaMetricWrapper does incorrect cast
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28609'>FLINK-28609</a>] -     
    Flink-Pulsar connector fails on larger schemas
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28863'>FLINK-28863</a>] -     
    Snapshot result of RocksDB native savepoint should have empty shared-state
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28934'>FLINK-28934</a>] -     
    Pulsar Source put all the splits to only one parallelism when using 
Exclusive subscription
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28951'>FLINK-28951</a>] -     
    Header in janino generated java files can merge with line numbers
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28959'>FLINK-28959</a>] -     
    504 gateway timeout when consume large number of topics using TopicPatten
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28960'>FLINK-28960</a>] -     
    Pulsar throws java.lang.NoClassDefFoundError: 
javax/xml/bind/annotation/XmlElement
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28975'>FLINK-28975</a>] -     
    withIdleness marks all streams from FLIP-27 sources as idle
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28976'>FLINK-28976</a>] -     
    Changelog 1st materialization delayed unneccesarily
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-29130'>FLINK-29130</a>] -     
    Correct the doc description of state.backend.local-recovery
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-29138'>FLINK-29138</a>] -     
    Project pushdown not work for lookup source
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-29205'>FLINK-29205</a>] -     
    FlinkKinesisConsumer not respecting Credential Provider configuration for 
EFO
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-29207'>FLINK-29207</a>] -     
    Pulsar message eventTime may be incorrectly set to a negative number
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-29253'>FLINK-29253</a>] -     
    DefaultJobmanagerRunnerRegistry#localCleanupAsync calls close instead of 
closeAsync
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-29324'>FLINK-29324</a>] -     
    Calling Kinesis connector close method before subtask starts running 
results in NPE
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-29325'>FLINK-29325</a>] -     
    Fix documentation bug on how to enable batch mode for streaming examples
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-29381'>FLINK-29381</a>] -     
    Key_Shared subscription isn&#39;t works in the latest Pulsar connector
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-29395'>FLINK-29395</a>] -     
    [Kinesis][EFO] Issue using EFO consumer at timestamp with empty shard
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-29397'>FLINK-29397</a>] -     
    Race condition in StreamTask can lead to NPE if changelog is disabled
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-29459'>FLINK-29459</a>] -     
    Sink v2 has bugs in supporting legacy v1 implementations with global 
committer
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-29477'>FLINK-29477</a>] -     
    ClassCastException when collect primitive array to Python
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-29479'>FLINK-29479</a>] -     
    Support whether using system PythonPath for PyFlink jobs
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-29483'>FLINK-29483</a>] -     
    flink python udf arrow in thread model bug
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-29495'>FLINK-29495</a>] -     
    PulsarSinkE2ECase hang
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-29500'>FLINK-29500</a>] -     
    InitializeOnMaster uses wrong parallelism with AdaptiveScheduler
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-29509'>FLINK-29509</a>] -     
    Set correct subtaskId during recovery of committables
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-29512'>FLINK-29512</a>] -     
    Align SubtaskCommittableManager checkpointId with 
CheckpointCommittableManagerImpl checkpointId during recovery
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-29539'>FLINK-29539</a>] -     
    dnsPolicy in FlinkPod is not overridable 
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-29567'>FLINK-29567</a>] -     
    Revert sink output metric names from numRecordsSend back to numRecordsOut
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-29613'>FLINK-29613</a>] -     
    Wrong message size assertion in Pulsar&#39;s batch message
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-29627'>FLINK-29627</a>] -     
    Sink - Duplicate key exception during recover more than 1 committable.
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-29645'>FLINK-29645</a>] -     
    BatchExecutionKeyedStateBackend is using incorrect ExecutionConfig when 
creating serializer
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-29749'>FLINK-29749</a>] -     
    flink info command support dynamic properties
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-29803'>FLINK-29803</a>] -     
    Table API Scala APIs lack proper source jars
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-29827'>FLINK-29827</a>] -     
    [Connector][AsyncSinkWriter] Checkpointed states block writer from sending 
records
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-29927'>FLINK-29927</a>] -     
    AkkaUtils#getAddress may cause memory leak
+</li>
+</ul>
+        
+<h2>        Improvement
+</h2>
+<ul>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-24906'>FLINK-24906</a>] -     
    Improve CSV format handling and support
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28733'>FLINK-28733</a>] -     
    jobmanager.sh should support dynamic properties
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-28909'>FLINK-28909</a>] -     
    Add ribbon filter policy option in RocksDBConfiguredOptions
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-29134'>FLINK-29134</a>] -     
    fetch metrics may cause oom(ThreadPool task pile up)
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-29158'>FLINK-29158</a>] -     
    Fix logging in DefaultCompletedCheckpointStore
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/FLINK-29198'>FLINK-29198</a>] -     
    RetryExtension doesn&#39;t make the test fail if the retries are exhausted

Review Comment:
   This is also more like a build infrastructure issue that was fixed and, 
therefore, doesn't need to show up in the list.



-- 
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