This is an automated email from the ASF dual-hosted git repository.
knaufk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git
The following commit(s) were added to refs/heads/asf-site by this push:
new e25edec Rebuild Website
e25edec is described below
commit e25edece13009c3a5bb5cba0b382ed27a76ff53a
Author: Konstantin Knauf <[email protected]>
AuthorDate: Fri Feb 18 14:15:05 2022 +0100
Rebuild Website
---
content/blog/feed.xml | 247 ++++++++++++---
content/blog/index.html | 36 ++-
content/blog/page10/index.html | 36 ++-
content/blog/page11/index.html | 38 ++-
content/blog/page12/index.html | 38 ++-
content/blog/page13/index.html | 38 ++-
content/blog/page14/index.html | 40 ++-
content/blog/page15/index.html | 40 ++-
content/blog/page16/index.html | 40 ++-
content/blog/page17/index.html | 40 ++-
content/blog/page18/index.html | 25 ++
content/blog/page2/index.html | 38 ++-
content/blog/page3/index.html | 40 ++-
content/blog/page4/index.html | 38 ++-
content/blog/page5/index.html | 38 ++-
content/blog/page6/index.html | 41 ++-
content/blog/page7/index.html | 39 ++-
content/blog/page8/index.html | 36 ++-
content/blog/page9/index.html | 36 ++-
content/downloads.html | 23 +-
content/index.html | 6 +-
content/news/2022/02/09/release-1.13.6.html | 453 ++++++++++++++++++++++++++++
content/zh/downloads.html | 27 +-
content/zh/index.html | 6 +-
24 files changed, 1127 insertions(+), 312 deletions(-)
diff --git a/content/blog/feed.xml b/content/blog/feed.xml
index e85205d..f6928c7 100644
--- a/content/blog/feed.xml
+++ b/content/blog/feed.xml
@@ -7,6 +7,203 @@
<atom:link href="https://flink.apache.org/blog/feed.xml" rel="self"
type="application/rss+xml" />
<item>
+<title>Apache Flink 1.13.6 Release Announcement</title>
+<description><p>The Apache Flink Community is pleased to announce
another bug fix release for Flink 1.13.</p>
+
+<p>This release includes 99 bug and vulnerability fixes and minor
improvements for Flink 1.13 including another upgrade of Apache Log4j (to
2.17.1).
+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:
+<a
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&amp;version=12351074">JIRA</a>.</p>
+
+<p>We highly recommend all users to upgrade to Flink 1.13.6.</p>
+
+<h1 id="release-artifacts">Release Artifacts</h1>
+
+<h2 id="maven-dependencies">Maven Dependencies</h2>
+
+<div class="highlight"><pre><code
class="language-xml"><span
class="nt">&lt;dependency&gt;</span>
+ <span
class="nt">&lt;groupId&gt;</span>org.apache.flink<span
class="nt">&lt;/groupId&gt;</span>
+ <span
class="nt">&lt;artifactId&gt;</span>flink-java<span
class="nt">&lt;/artifactId&gt;</span>
+ <span
class="nt">&lt;version&gt;</span>1.13.6<span
class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span>
+<span class="nt">&lt;dependency&gt;</span>
+ <span
class="nt">&lt;groupId&gt;</span>org.apache.flink<span
class="nt">&lt;/groupId&gt;</span>
+ <span
class="nt">&lt;artifactId&gt;</span>flink-streaming-java_2.11<span
class="nt">&lt;/artifactId&gt;</span>
+ <span
class="nt">&lt;version&gt;</span>1.13.6<span
class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span>
+<span class="nt">&lt;dependency&gt;</span>
+ <span
class="nt">&lt;groupId&gt;</span>org.apache.flink<span
class="nt">&lt;/groupId&gt;</span>
+ <span
class="nt">&lt;artifactId&gt;</span>flink-clients_2.11<span
class="nt">&lt;/artifactId&gt;</span>
+ <span
class="nt">&lt;version&gt;</span>1.13.6<span
class="nt">&lt;/version&gt;</span>
+<span
class="nt">&lt;/dependency&gt;</span></code></pre></div>
+
+<h2 id="binaries">Binaries</h2>
+
+<p>You can find the binaries on the updated <a
href="/downloads.html">Downloads page</a>.</p>
+
+<h2 id="docker-images">Docker Images</h2>
+
+<ul>
+ <li><a
href="https://hub.docker.com/_/flink?tab=tags&amp;page=1&amp;name=1.13.6">library/flink</a>
(official images)</li>
+ <li><a
href="https://hub.docker.com/r/apache/flink/tags?page=1&amp;name=1.13.6">apache/flink</a>
(ASF repository)</li>
+</ul>
+
+<h2 id="pypi">PyPi</h2>
+
+<ul>
+ <li><a
href="https://pypi.org/project/apache-flink/1.13.6/">apache-flink==1.13.6</a></li>
+</ul>
+
+<h1 id="release-notes">Release Notes</h1>
+
+<h2> Bug
+</h2>
+<ul>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-15987">FLINK-15987</a>]
- SELECT 1.0e0 / 0.0e0 throws NumberFormatException
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-17914">FLINK-17914</a>]
- HistoryServer deletes cached archives if archive listing fails
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-20195">FLINK-20195</a>]
- Jobs endpoint returns duplicated jobs
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-20370">FLINK-20370</a>]
- Result is wrong when sink primary key is not the same with query
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-21289">FLINK-21289</a>]
- Application mode ignores the pipeline.classpaths configuration
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-23919">FLINK-23919</a>]
- PullUpWindowTableFunctionIntoWindowAggregateRule generates invalid
Calc for Window TVF
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24232">FLINK-24232</a>]
- Archiving of suspended jobs prevents breaks subsequent archive
attempts
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24255">FLINK-24255</a>]
- Test Environment / Mini Cluster do not forward configuration.
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24310">FLINK-24310</a>]
- A bug in the BufferingSink example in the doc
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24318">FLINK-24318</a>]
- Casting a number to boolean has different results between
&#39;select&#39; fields and &#39;where&#39; condition
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24334">FLINK-24334</a>]
- Configuration kubernetes.flink.log.dir not working
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24366">FLINK-24366</a>]
- Unnecessary/misleading error message about failing restores when
tasks are already canceled.
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24401">FLINK-24401</a>]
- TM cannot exit after Metaspace OOM
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24465">FLINK-24465</a>]
- Wrong javadoc and documentation for buffer timeout
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24492">FLINK-24492</a>]
- incorrect implicit type conversion between numeric and (var)char
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24506">FLINK-24506</a>]
- checkpoint directory is not configurable through the Flink
configuration passed into the StreamExecutionEnvironment
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24509">FLINK-24509</a>]
- FlinkKafkaProducer example is not compiling due to incorrect
constructer signature used
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24540">FLINK-24540</a>]
- Fix Resource leak due to Files.list
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24543">FLINK-24543</a>]
- Zookeeper connection issue causes inconsistent state in Flink
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24563">FLINK-24563</a>]
- Comparing timstamp_ltz with random string throws NullPointerException
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24597">FLINK-24597</a>]
- RocksdbStateBackend getKeysAndNamespaces would return duplicate data
when using MapState
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24621">FLINK-24621</a>]
- JobManager fails to recover 1.13.1 checkpoint due to
InflightDataRescalingDescriptor
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24662">FLINK-24662</a>]
- PyFlink sphinx check failed with &quot;node class
&#39;meta&#39; is already registered, its visitors will be
overridden&quot;
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24667">FLINK-24667</a>]
- Channel state writer would fail the task directly if meeting
exception previously
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24676">FLINK-24676</a>]
- Schema does not match if explain insert statement with partial column
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24678">FLINK-24678</a>]
- Correct the metric name of map state contains latency
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24708">FLINK-24708</a>]
- `ConvertToNotInOrInRule` has a bug which leads to wrong result
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24728">FLINK-24728</a>]
- Batch SQL file sink forgets to close the output stream
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24761">FLINK-24761</a>]
- Fix PartitionPruner code gen compile fail
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24846">FLINK-24846</a>]
- AsyncWaitOperator fails during stop-with-savepoint
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24860">FLINK-24860</a>]
- Fix the wrong position mappings in the Python UDTF
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24885">FLINK-24885</a>]
- ProcessElement Interface parameter Collector :
java.lang.NullPointerException
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24922">FLINK-24922</a>]
- Fix spelling errors in the word &quot;parallism&quot;
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-25022">FLINK-25022</a>]
- ClassLoader leak with ThreadLocals on the JM when submitting a job
through the REST API
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-25067">FLINK-25067</a>]
- Correct the description of RocksDB&#39;s background threads
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-25084">FLINK-25084</a>]
- Field names must be unique. Found duplicates
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-25091">FLINK-25091</a>]
- Official website document FileSink orc compression attribute
reference error
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-25096">FLINK-25096</a>]
- Issue in exceptions API(/jobs/:jobid/exceptions) in flink 1.13.2
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-25199">FLINK-25199</a>]
- StreamEdges are not unique in self-union, which blocks propagation
of watermarks
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-25362">FLINK-25362</a>]
- Incorrect dependencies in Table Confluent/Avro docs
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-25468">FLINK-25468</a>]
- Local recovery fails if local state storage and RocksDB working
directory are not on the same volume
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-25486">FLINK-25486</a>]
- Perjob can not recover from checkpoint when zookeeper leader changes
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-25494">FLINK-25494</a>]
- Duplicate element serializer during
DefaultOperatorStateBackendSnapshotStrategy#syncPrepareResources
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-25513">FLINK-25513</a>]
- CoFlatMapFunction requires both two flat_maps to yield something
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-25559">FLINK-25559</a>]
- SQL JOIN causes data loss
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-25683">FLINK-25683</a>]
- wrong result if table transfrom to DataStream then window process in
batch mode
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-25728">FLINK-25728</a>]
- Potential memory leaks in StreamMultipleInputProcessor
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-25732">FLINK-25732</a>]
- Dispatcher#requestMultipleJobDetails returns non-serialiable
collection
+</li>
+</ul>
+
+<h2> Improvement
+</h2>
+<ul>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-21407">FLINK-21407</a>]
- Clarify which sources and APIs support which formats
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-20443">FLINK-20443</a>]
- ContinuousProcessingTimeTrigger doesn&#39;t fire at the end of
the window
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-21467">FLINK-21467</a>]
- Document possible recommended usage of
Bounded{One/Multi}Input.endInput and emphasize that they could be called
multiple times
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-23842">FLINK-23842</a>]
- Add log messages for reader registrations and split requests.
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24631">FLINK-24631</a>]
- Avoiding directly use the labels as selector for deployment and
service
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24739">FLINK-24739</a>]
- State requirements for Flink&#39;s application mode in the
documentation
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24987">FLINK-24987</a>]
- Enhance ExternalizedCheckpointCleanup enum
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-25160">FLINK-25160</a>]
- Make doc clear: tolerable-failed-checkpoints counts consecutive
failures
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-25415">FLINK-25415</a>]
- implement retrial on connections to Cassandra container
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-25611">FLINK-25611</a>]
- Remove CoordinatorExecutorThreadFactory thread creation guards
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-25818">FLINK-25818</a>]
- Add explanation how Kafka Source deals with idleness when
parallelism is higher then the number of partitions
+</li>
+</ul>
+
+<h2> Technical Debt
+</h2>
+<ul>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24740">FLINK-24740</a>]
- Update testcontainers dependency to v1.16.2
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24796">FLINK-24796</a>]
- Exclude javadocs / node[_modules] directories from CI compile
artifact
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-25472">FLINK-25472</a>]
- Update to Log4j 2.17.1
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-25375">FLINK-25375</a>]
- Update Log4j to 2.17.0
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-25576">FLINK-25576</a>]
- Update com.h2database:h2 to 2.0.206
+</li>
+</ul>
+</description>
+<pubDate>Wed, 09 Feb 2022 09:00:00 +0100</pubDate>
+<link>https://flink.apache.org/news/2022/02/09/release-1.13.6.html</link>
+<guid isPermaLink="true">/news/2022/02/09/release-1.13.6.html</guid>
+</item>
+
+<item>
<title>Stateful Functions 3.2.0 Release Announcement</title>
<description><p>Stateful Functions is a cross-platform stack for
building Stateful Serverless applications, making it radically simpler to
develop scalable, consistent, and elastic distributed applications.
This new release brings various improvements to the StateFun runtime, a leaner
way to specify StateFun module components, and a brand new JavaScript
SDK!</p>
@@ -19759,55 +19956,5 @@ release. Special credits go to the following members
for contributing to the
<guid isPermaLink="true">/features/2019/03/11/prometheus-monitoring.html</guid>
</item>
-<item>
-<title>What to expect from Flink Forward San Francisco 2019</title>
-<description><p>The third annual Flink Forward San Francisco is just a
few weeks away! As always, Flink Forward will be the right place to meet and
mingle with experienced Flink users, contributors, and committers. Attendees
will hear and chat about the latest developments around Flink and learn from
technical deep-dive sessions and exciting use cases that were put into
production with Flink. The event will take place on April 1-2, 2019 at Hotel
Nikko in San Francisco. The <a hr [...]
-
-<p>Some highlights of the program are:</p>
-
-<ul>
- <li>
- <p><a
href="https://sf-2019.flink-forward.org/conference-program#realtime-store-visit-predictions-at-scale">Realtime
Store Visit Predictions at Scale</a>: Luca Giovagnoli from
<em>Yelp</em> will talk about a “multidisciplinary” Flink
application that combines geospatial clustering algorithms, Machine Learning
models, and cutting-edge stream-processing technology.</p>
- </li>
- <li>
- <p><a
href="https://sf-2019.flink-forward.org/conference-program#real-time-processing-with-flink-for-machine-learning-at-netflix">Real-time
Processing with Flink for Machine Learning at Netflix</a>: Elliot Chow
will discuss the practical aspects of using Apache Flink to power Machine
Learning algorithms for video recommendations, search results ranking, and
selection of artwork images at <em>Netflix</em>.</p>
- </li>
- <li>
- <p><a
href="https://sf-2019.flink-forward.org/conference-program#building-production-flink-jobs-with-airstream-at-airbnb">Building
production Flink jobs with Airstream at Airbnb</a>: Pala Muthiah and Hao
Wang will reveal how <em>Airbnb</em> builds real time data
pipelines with Airstream, Airbnb’s computation framework that is powered by
Flink SQL.</p>
- </li>
- <li>
- <p><a
href="https://sf-2019.flink-forward.org/conference-program#when-table-meets-ai--build-flink-ai-ecosystem-on-table-api">When
Table meets AI: Build Flink AI Ecosystem on Table API</a>: Shaoxuan Wang
from <em>Alibaba</em> will discuss how they are building a solid AI
ecosystem for unified batch/streaming Machine Learning data pipelines on top of
Flink’s Table API.</p>
- </li>
- <li>
- <p><a
href="https://sf-2019.flink-forward.org/conference-program#adventures-in-scaling-from-zero-to-5-billion-data-points-per-day">Adventures
in Scaling from Zero to 5 Billion Data Points per Day</a>: Dave Torok
will take us through <em>Comcast’s</em> journey in scaling the
company’s operationalized Machine Learning framework from the very early days
in production to processing more than 5 billion data points per day.</p>
- </li>
-</ul>
-
-<p>If you’re new to Apache Flink or want to deepen your knowledge around
the framework, Flink Forward features again a full day of training.</p>
-
-<p>You can choose from 3 training tracks:</p>
-
-<ul>
- <li>
- <p><a
href="https://sf-2019.flink-forward.org/training-program#introduction-to-streaming-with-apache-flink">Introduction
to Streaming with Apache Flink</a>: A hands-on, in-depth introduction to
stream processing and Apache Flink, this course emphasizes those features of
Flink that make it easy to build and manage accurate, fault tolerant
applications on streams.</p>
- </li>
- <li>
- <p><a
href="https://sf-2019.flink-forward.org/training-program#analyzing-streaming-data-with-flink-sql">Analyzing
Streaming Data with Flink SQL</a>: In this hands-on training, you will
learn what it means to run SQL queries on data streams and how to fully
leverage the potential of SQL on Flink. We’ll also cover some of the more
recent features such as time-versioned joins and the MATCH RECOGNIZE
clause.</p>
- </li>
- <li>
- <p><a
href="https://sf-2019.flink-forward.org/training-program#apache-flink-troubleshooting---operations">Troubleshooting
and Operating Flink at large scale</a>: In this training, we will focus
on everything you need to run Apache Flink applications reliably and
efficiently in production including topics like capacity planning, monitoring,
troubleshooting and tuning Apache Flink.</p>
- </li>
-</ul>
-
-<p>If you haven’t done so yet, check out the <a
href="http://sf-2019.flink-forward.org/conference-program">full
schedule</a> and <a
href="https://sf-2019.flink-forward.org/register">register</a>
your attendance. <br />
-I’m looking forward to meet you at Flink Forward San Francisco.</p>
-
-<p><em>Fabian</em></p>
-</description>
-<pubDate>Wed, 06 Mar 2019 12:00:00 +0100</pubDate>
-<link>https://flink.apache.org/news/2019/03/06/ffsf-preview.html</link>
-<guid isPermaLink="true">/news/2019/03/06/ffsf-preview.html</guid>
-</item>
-
</channel>
</rss>
diff --git a/content/blog/index.html b/content/blog/index.html
index 783a53a..c5b8ecd 100644
--- a/content/blog/index.html
+++ b/content/blog/index.html
@@ -220,6 +220,19 @@
<!-- Blog posts -->
<article>
+ <h2 class="blog-title"><a
href="/news/2022/02/09/release-1.13.6.html">Apache Flink 1.13.6 Release
Announcement</a></h2>
+
+ <p>09 Feb 2022
+ Konstantin Knauf (<a
href="https://twitter.com/snntrable">@snntrable</a>)</p>
+
+ <p>The Apache Flink Community is please to announce another bug fix
release for Flink 1.13.</p>
+
+ <p><a href="/news/2022/02/09/release-1.13.6.html">Continue reading
»</a></p>
+ </article>
+
+ <hr>
+
+ <article>
<h2 class="blog-title"><a
href="/news/2022/01/31/release-statefun-3.2.0.html">Stateful Functions 3.2.0
Release Announcement</a></h2>
<p>31 Jan 2022
@@ -343,19 +356,6 @@ This new release brings various improvements to the
StateFun runtime, a leaner w
<hr>
- <article>
- <h2 class="blog-title"><a href="/2021/11/03/flink-backward.html">Flink
Backward - The Apache Flink Retrospective</a></h2>
-
- <p>03 Nov 2021
- Johannes Moser </p>
-
- <p>A look back at the development cycle for Flink 1.14</p>
-
- <p><a href="/2021/11/03/flink-backward.html">Continue reading
»</a></p>
- </article>
-
- <hr>
-
<!-- Pagination links -->
@@ -388,6 +388,16 @@ This new release brings various improvements to the
StateFun runtime, a leaner w
<ul id="markdown-toc">
+ <li><a href="/news/2022/02/09/release-1.13.6.html">Apache Flink 1.13.6
Release Announcement</a></li>
+
+
+
+
+
+
+
+
+
<li><a href="/news/2022/01/31/release-statefun-3.2.0.html">Stateful
Functions 3.2.0 Release Announcement</a></li>
diff --git a/content/blog/page10/index.html b/content/blog/page10/index.html
index 1143353..18d3044 100644
--- a/content/blog/page10/index.html
+++ b/content/blog/page10/index.html
@@ -220,6 +220,19 @@
<!-- Blog posts -->
<article>
+ <h2 class="blog-title"><a
href="/2019/07/23/flink-network-stack-2.html">Flink Network Stack Vol. 2:
Monitoring, Metrics, and that Backpressure Thing</a></h2>
+
+ <p>23 Jul 2019
+ Nico Kruber & Piotr Nowojski </p>
+
+ <p>In a previous blog post, we presented how Flink’s network stack works
from the high-level abstractions to the low-level details. This second post
discusses monitoring network-related metrics to identify backpressure or
bottlenecks in throughput and latency.</p>
+
+ <p><a href="/2019/07/23/flink-network-stack-2.html">Continue reading
»</a></p>
+ </article>
+
+ <hr>
+
+ <article>
<h2 class="blog-title"><a
href="/news/2019/07/02/release-1.8.1.html">Apache Flink 1.8.1 Released</a></h2>
<p>02 Jul 2019
@@ -346,19 +359,6 @@ for more details.</p>
<hr>
- <article>
- <h2 class="blog-title"><a href="/news/2019/03/06/ffsf-preview.html">What
to expect from Flink Forward San Francisco 2019</a></h2>
-
- <p>06 Mar 2019
- Fabian Hueske (<a href="https://twitter.com/fhueske">@fhueske</a>)</p>
-
- <p>The third annual Flink Forward conference in San Francisco is just a
few weeks away. Let's see what Flink Forward SF 2019 has in store for the
Apache Flink and stream processing communities. This post covers some of its
highlights!</p>
-
- <p><a href="/news/2019/03/06/ffsf-preview.html">Continue reading
»</a></p>
- </article>
-
- <hr>
-
<!-- Pagination links -->
@@ -391,6 +391,16 @@ for more details.</p>
<ul id="markdown-toc">
+ <li><a href="/news/2022/02/09/release-1.13.6.html">Apache Flink 1.13.6
Release Announcement</a></li>
+
+
+
+
+
+
+
+
+
<li><a href="/news/2022/01/31/release-statefun-3.2.0.html">Stateful
Functions 3.2.0 Release Announcement</a></li>
diff --git a/content/blog/page11/index.html b/content/blog/page11/index.html
index 1485883..bb696f9 100644
--- a/content/blog/page11/index.html
+++ b/content/blog/page11/index.html
@@ -220,6 +220,19 @@
<!-- Blog posts -->
<article>
+ <h2 class="blog-title"><a href="/news/2019/03/06/ffsf-preview.html">What
to expect from Flink Forward San Francisco 2019</a></h2>
+
+ <p>06 Mar 2019
+ Fabian Hueske (<a href="https://twitter.com/fhueske">@fhueske</a>)</p>
+
+ <p>The third annual Flink Forward conference in San Francisco is just a
few weeks away. Let's see what Flink Forward SF 2019 has in store for the
Apache Flink and stream processing communities. This post covers some of its
highlights!</p>
+
+ <p><a href="/news/2019/03/06/ffsf-preview.html">Continue reading
»</a></p>
+ </article>
+
+ <hr>
+
+ <article>
<h2 class="blog-title"><a
href="/news/2019/02/25/monitoring-best-practices.html">Monitoring Apache Flink
Applications 101</a></h2>
<p>25 Feb 2019
@@ -352,21 +365,6 @@ Please check the <a
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa
<hr>
- <article>
- <h2 class="blog-title"><a
href="/news/2018/10/29/release-1.5.5.html">Apache Flink 1.5.5 Released</a></h2>
-
- <p>29 Oct 2018
- </p>
-
- <p><p>The Apache Flink community released the fifth bugfix version of
the Apache Flink 1.5 series.</p>
-
-</p>
-
- <p><a href="/news/2018/10/29/release-1.5.5.html">Continue reading
»</a></p>
- </article>
-
- <hr>
-
<!-- Pagination links -->
@@ -399,6 +397,16 @@ Please check the <a
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa
<ul id="markdown-toc">
+ <li><a href="/news/2022/02/09/release-1.13.6.html">Apache Flink 1.13.6
Release Announcement</a></li>
+
+
+
+
+
+
+
+
+
<li><a href="/news/2022/01/31/release-statefun-3.2.0.html">Stateful
Functions 3.2.0 Release Announcement</a></li>
diff --git a/content/blog/page12/index.html b/content/blog/page12/index.html
index 07be799..49e06d5 100644
--- a/content/blog/page12/index.html
+++ b/content/blog/page12/index.html
@@ -220,6 +220,21 @@
<!-- Blog posts -->
<article>
+ <h2 class="blog-title"><a
href="/news/2018/10/29/release-1.5.5.html">Apache Flink 1.5.5 Released</a></h2>
+
+ <p>29 Oct 2018
+ </p>
+
+ <p><p>The Apache Flink community released the fifth bugfix version of
the Apache Flink 1.5 series.</p>
+
+</p>
+
+ <p><a href="/news/2018/10/29/release-1.5.5.html">Continue reading
»</a></p>
+ </article>
+
+ <hr>
+
+ <article>
<h2 class="blog-title"><a
href="/news/2018/09/20/release-1.6.1.html">Apache Flink 1.6.1 Released</a></h2>
<p>20 Sep 2018
@@ -354,19 +369,6 @@
<hr>
- <article>
- <h2 class="blog-title"><a
href="/features/2018/03/01/end-to-end-exactly-once-apache-flink.html">An
Overview of End-to-End Exactly-Once Processing in Apache Flink (with Apache
Kafka, too!)</a></h2>
-
- <p>01 Mar 2018
- Piotr Nowojski (<a
href="https://twitter.com/PiotrNowojski">@PiotrNowojski</a>) & Mike Winters
(<a href="https://twitter.com/wints">@wints</a>)</p>
-
- <p>Flink 1.4.0 introduced a new feature that makes it possible to build
end-to-end exactly-once applications with Flink and data sources and sinks that
support transactions.</p>
-
- <p><a
href="/features/2018/03/01/end-to-end-exactly-once-apache-flink.html">Continue
reading »</a></p>
- </article>
-
- <hr>
-
<!-- Pagination links -->
@@ -399,6 +401,16 @@
<ul id="markdown-toc">
+ <li><a href="/news/2022/02/09/release-1.13.6.html">Apache Flink 1.13.6
Release Announcement</a></li>
+
+
+
+
+
+
+
+
+
<li><a href="/news/2022/01/31/release-statefun-3.2.0.html">Stateful
Functions 3.2.0 Release Announcement</a></li>
diff --git a/content/blog/page13/index.html b/content/blog/page13/index.html
index 0c48d76..45549f6 100644
--- a/content/blog/page13/index.html
+++ b/content/blog/page13/index.html
@@ -220,6 +220,19 @@
<!-- Blog posts -->
<article>
+ <h2 class="blog-title"><a
href="/features/2018/03/01/end-to-end-exactly-once-apache-flink.html">An
Overview of End-to-End Exactly-Once Processing in Apache Flink (with Apache
Kafka, too!)</a></h2>
+
+ <p>01 Mar 2018
+ Piotr Nowojski (<a
href="https://twitter.com/PiotrNowojski">@PiotrNowojski</a>) & Mike Winters
(<a href="https://twitter.com/wints">@wints</a>)</p>
+
+ <p>Flink 1.4.0 introduced a new feature that makes it possible to build
end-to-end exactly-once applications with Flink and data sources and sinks that
support transactions.</p>
+
+ <p><a
href="/features/2018/03/01/end-to-end-exactly-once-apache-flink.html">Continue
reading »</a></p>
+ </article>
+
+ <hr>
+
+ <article>
<h2 class="blog-title"><a
href="/news/2018/02/15/release-1.4.1.html">Apache Flink 1.4.1 Released</a></h2>
<p>15 Feb 2018
@@ -353,21 +366,6 @@ what’s coming in Flink 1.4.0 as well as a preview of what
the Flink community
<hr>
- <article>
- <h2 class="blog-title"><a
href="/news/2017/05/16/official-docker-image.html">Introducing Docker Images
for Apache Flink</a></h2>
-
- <p>16 May 2017 by Patrick Lucas (Data Artisans) and Ismaël Mejía
(Talend) (<a href="https://twitter.com/">@iemejia</a>)
- </p>
-
- <p><p>For some time, the Apache Flink community has provided scripts to
build a Docker image to run Flink. Now, starting with version 1.2.1, Flink will
have a <a href="https://hub.docker.com/r/_/flink/">Docker image</a> on the
Docker Hub. This image is maintained by the Flink community and curated by the
<a href="https://github.com/docker-library/official-images">Docker</a> team to
ensure it meets the quality standards for container images of the Docker
community.</p>
-
-</p>
-
- <p><a href="/news/2017/05/16/official-docker-image.html">Continue
reading »</a></p>
- </article>
-
- <hr>
-
<!-- Pagination links -->
@@ -400,6 +398,16 @@ what’s coming in Flink 1.4.0 as well as a preview of what
the Flink community
<ul id="markdown-toc">
+ <li><a href="/news/2022/02/09/release-1.13.6.html">Apache Flink 1.13.6
Release Announcement</a></li>
+
+
+
+
+
+
+
+
+
<li><a href="/news/2022/01/31/release-statefun-3.2.0.html">Stateful
Functions 3.2.0 Release Announcement</a></li>
diff --git a/content/blog/page14/index.html b/content/blog/page14/index.html
index c171a92..802f993 100644
--- a/content/blog/page14/index.html
+++ b/content/blog/page14/index.html
@@ -220,6 +220,21 @@
<!-- Blog posts -->
<article>
+ <h2 class="blog-title"><a
href="/news/2017/05/16/official-docker-image.html">Introducing Docker Images
for Apache Flink</a></h2>
+
+ <p>16 May 2017 by Patrick Lucas (Data Artisans) and Ismaël Mejía
(Talend) (<a href="https://twitter.com/">@iemejia</a>)
+ </p>
+
+ <p><p>For some time, the Apache Flink community has provided scripts to
build a Docker image to run Flink. Now, starting with version 1.2.1, Flink will
have a <a href="https://hub.docker.com/r/_/flink/">Docker image</a> on the
Docker Hub. This image is maintained by the Flink community and curated by the
<a href="https://github.com/docker-library/official-images">Docker</a> team to
ensure it meets the quality standards for container images of the Docker
community.</p>
+
+</p>
+
+ <p><a href="/news/2017/05/16/official-docker-image.html">Continue
reading »</a></p>
+ </article>
+
+ <hr>
+
+ <article>
<h2 class="blog-title"><a
href="/news/2017/04/26/release-1.2.1.html">Apache Flink 1.2.1 Released</a></h2>
<p>26 Apr 2017
@@ -347,21 +362,6 @@
<hr>
- <article>
- <h2 class="blog-title"><a
href="/news/2016/08/24/ff16-keynotes-panels.html">Flink Forward 2016:
Announcing Schedule, Keynotes, and Panel Discussion</a></h2>
-
- <p>24 Aug 2016
- </p>
-
- <p><p>An update for the Flink community: the <a
href="http://flink-forward.org/kb_day/day-1/">Flink Forward 2016 schedule</a>
is now available online. This year's event will include 2 days of talks from
stream processing experts at Google, MapR, Alibaba, Netflix, Cloudera, and
more. Following the talks is a full day of hands-on Flink training.</p>
-
-</p>
-
- <p><a href="/news/2016/08/24/ff16-keynotes-panels.html">Continue reading
»</a></p>
- </article>
-
- <hr>
-
<!-- Pagination links -->
@@ -394,6 +394,16 @@
<ul id="markdown-toc">
+ <li><a href="/news/2022/02/09/release-1.13.6.html">Apache Flink 1.13.6
Release Announcement</a></li>
+
+
+
+
+
+
+
+
+
<li><a href="/news/2022/01/31/release-statefun-3.2.0.html">Stateful
Functions 3.2.0 Release Announcement</a></li>
diff --git a/content/blog/page15/index.html b/content/blog/page15/index.html
index 970aa30..14e3348 100644
--- a/content/blog/page15/index.html
+++ b/content/blog/page15/index.html
@@ -220,6 +220,21 @@
<!-- Blog posts -->
<article>
+ <h2 class="blog-title"><a
href="/news/2016/08/24/ff16-keynotes-panels.html">Flink Forward 2016:
Announcing Schedule, Keynotes, and Panel Discussion</a></h2>
+
+ <p>24 Aug 2016
+ </p>
+
+ <p><p>An update for the Flink community: the <a
href="http://flink-forward.org/kb_day/day-1/">Flink Forward 2016 schedule</a>
is now available online. This year's event will include 2 days of talks from
stream processing experts at Google, MapR, Alibaba, Netflix, Cloudera, and
more. Following the talks is a full day of hands-on Flink training.</p>
+
+</p>
+
+ <p><a href="/news/2016/08/24/ff16-keynotes-panels.html">Continue reading
»</a></p>
+ </article>
+
+ <hr>
+
+ <article>
<h2 class="blog-title"><a
href="/news/2016/08/11/release-1.1.1.html">Flink 1.1.1 Released</a></h2>
<p>11 Aug 2016
@@ -351,21 +366,6 @@
<hr>
- <article>
- <h2 class="blog-title"><a
href="/news/2016/02/11/release-0.10.2.html">Flink 0.10.2 Released</a></h2>
-
- <p>11 Feb 2016
- </p>
-
- <p><p>Today, the Flink community released Flink version
<strong>0.10.2</strong>, the second bugfix release of the 0.10 series.</p>
-
-</p>
-
- <p><a href="/news/2016/02/11/release-0.10.2.html">Continue reading
»</a></p>
- </article>
-
- <hr>
-
<!-- Pagination links -->
@@ -398,6 +398,16 @@
<ul id="markdown-toc">
+ <li><a href="/news/2022/02/09/release-1.13.6.html">Apache Flink 1.13.6
Release Announcement</a></li>
+
+
+
+
+
+
+
+
+
<li><a href="/news/2022/01/31/release-statefun-3.2.0.html">Stateful
Functions 3.2.0 Release Announcement</a></li>
diff --git a/content/blog/page16/index.html b/content/blog/page16/index.html
index b04d265..be55317 100644
--- a/content/blog/page16/index.html
+++ b/content/blog/page16/index.html
@@ -220,6 +220,21 @@
<!-- Blog posts -->
<article>
+ <h2 class="blog-title"><a
href="/news/2016/02/11/release-0.10.2.html">Flink 0.10.2 Released</a></h2>
+
+ <p>11 Feb 2016
+ </p>
+
+ <p><p>Today, the Flink community released Flink version
<strong>0.10.2</strong>, the second bugfix release of the 0.10 series.</p>
+
+</p>
+
+ <p><a href="/news/2016/02/11/release-0.10.2.html">Continue reading
»</a></p>
+ </article>
+
+ <hr>
+
+ <article>
<h2 class="blog-title"><a
href="/news/2015/12/18/a-year-in-review.html">Flink 2015: A year in review, and
a lookout to 2016</a></h2>
<p>18 Dec 2015 by Robert Metzger (<a
href="https://twitter.com/">@rmetzger_</a>)
@@ -355,21 +370,6 @@ vertex-centric or gather-sum-apply to Flink dataflows.</p>
<hr>
- <article>
- <h2 class="blog-title"><a
href="/news/2015/06/24/announcing-apache-flink-0.9.0-release.html">Announcing
Apache Flink 0.9.0</a></h2>
-
- <p>24 Jun 2015
- </p>
-
- <p><p>The Apache Flink community is pleased to announce the availability
of the 0.9.0 release. The release is the result of many months of hard work
within the Flink community. It contains many new features and improvements
which were previewed in the 0.9.0-milestone1 release and have been polished
since then. This is the largest Flink release so far.</p>
-
-</p>
-
- <p><a
href="/news/2015/06/24/announcing-apache-flink-0.9.0-release.html">Continue
reading »</a></p>
- </article>
-
- <hr>
-
<!-- Pagination links -->
@@ -402,6 +402,16 @@ vertex-centric or gather-sum-apply to Flink dataflows.</p>
<ul id="markdown-toc">
+ <li><a href="/news/2022/02/09/release-1.13.6.html">Apache Flink 1.13.6
Release Announcement</a></li>
+
+
+
+
+
+
+
+
+
<li><a href="/news/2022/01/31/release-statefun-3.2.0.html">Stateful
Functions 3.2.0 Release Announcement</a></li>
diff --git a/content/blog/page17/index.html b/content/blog/page17/index.html
index 5a4f362..1bfa213 100644
--- a/content/blog/page17/index.html
+++ b/content/blog/page17/index.html
@@ -220,6 +220,21 @@
<!-- Blog posts -->
<article>
+ <h2 class="blog-title"><a
href="/news/2015/06/24/announcing-apache-flink-0.9.0-release.html">Announcing
Apache Flink 0.9.0</a></h2>
+
+ <p>24 Jun 2015
+ </p>
+
+ <p><p>The Apache Flink community is pleased to announce the availability
of the 0.9.0 release. The release is the result of many months of hard work
within the Flink community. It contains many new features and improvements
which were previewed in the 0.9.0-milestone1 release and have been polished
since then. This is the largest Flink release so far.</p>
+
+</p>
+
+ <p><a
href="/news/2015/06/24/announcing-apache-flink-0.9.0-release.html">Continue
reading »</a></p>
+ </article>
+
+ <hr>
+
+ <article>
<h2 class="blog-title"><a
href="/news/2015/05/14/Community-update-April.html">April 2015 in the Flink
community</a></h2>
<p>14 May 2015 by Kostas Tzoumas (<a
href="https://twitter.com/">@kostas_tzoumas</a>)
@@ -361,21 +376,6 @@ and offers a new API including definition of flexible
windows.</p>
<hr>
- <article>
- <h2 class="blog-title"><a
href="/news/2015/01/06/december-in-flink.html">December 2014 in the Flink
community</a></h2>
-
- <p>06 Jan 2015
- </p>
-
- <p><p>This is the first blog post of a “newsletter” like series where we
give a summary of the monthly activity in the Flink community. As the Flink
project grows, this can serve as a “tl;dr” for people that are not following
the Flink dev and user mailing lists, or those that are simply overwhelmed by
the traffic.</p>
-
-</p>
-
- <p><a href="/news/2015/01/06/december-in-flink.html">Continue reading
»</a></p>
- </article>
-
- <hr>
-
<!-- Pagination links -->
@@ -408,6 +408,16 @@ and offers a new API including definition of flexible
windows.</p>
<ul id="markdown-toc">
+ <li><a href="/news/2022/02/09/release-1.13.6.html">Apache Flink 1.13.6
Release Announcement</a></li>
+
+
+
+
+
+
+
+
+
<li><a href="/news/2022/01/31/release-statefun-3.2.0.html">Stateful
Functions 3.2.0 Release Announcement</a></li>
diff --git a/content/blog/page18/index.html b/content/blog/page18/index.html
index 6836564..7837e9e 100644
--- a/content/blog/page18/index.html
+++ b/content/blog/page18/index.html
@@ -220,6 +220,21 @@
<!-- Blog posts -->
<article>
+ <h2 class="blog-title"><a
href="/news/2015/01/06/december-in-flink.html">December 2014 in the Flink
community</a></h2>
+
+ <p>06 Jan 2015
+ </p>
+
+ <p><p>This is the first blog post of a “newsletter” like series where we
give a summary of the monthly activity in the Flink community. As the Flink
project grows, this can serve as a “tl;dr” for people that are not following
the Flink dev and user mailing lists, or those that are simply overwhelmed by
the traffic.</p>
+
+</p>
+
+ <p><a href="/news/2015/01/06/december-in-flink.html">Continue reading
»</a></p>
+ </article>
+
+ <hr>
+
+ <article>
<h2 class="blog-title"><a
href="/news/2014/11/18/hadoop-compatibility.html">Hadoop Compatibility in
Flink</a></h2>
<p>18 Nov 2014 by Fabian Hüske (<a
href="https://twitter.com/">@fhueske</a>)
@@ -329,6 +344,16 @@ academic and open source project that Flink originates
from.</p>
<ul id="markdown-toc">
+ <li><a href="/news/2022/02/09/release-1.13.6.html">Apache Flink 1.13.6
Release Announcement</a></li>
+
+
+
+
+
+
+
+
+
<li><a href="/news/2022/01/31/release-statefun-3.2.0.html">Stateful
Functions 3.2.0 Release Announcement</a></li>
diff --git a/content/blog/page2/index.html b/content/blog/page2/index.html
index e32fac5..b6e2bec 100644
--- a/content/blog/page2/index.html
+++ b/content/blog/page2/index.html
@@ -220,6 +220,19 @@
<!-- Blog posts -->
<article>
+ <h2 class="blog-title"><a href="/2021/11/03/flink-backward.html">Flink
Backward - The Apache Flink Retrospective</a></h2>
+
+ <p>03 Nov 2021
+ Johannes Moser </p>
+
+ <p>A look back at the development cycle for Flink 1.14</p>
+
+ <p><a href="/2021/11/03/flink-backward.html">Continue reading
»</a></p>
+ </article>
+
+ <hr>
+
+ <article>
<h2 class="blog-title"><a
href="/2021/10/26/sort-shuffle-part2.html">Sort-Based Blocking Shuffle
Implementation in Flink - Part Two</a></h2>
<p>26 Oct 2021
@@ -356,21 +369,6 @@ This new release brings various improvements to the
StateFun runtime, a leaner w
<hr>
- <article>
- <h2 class="blog-title"><a
href="/news/2021/08/06/release-1.13.2.html">Apache Flink 1.13.2
Released</a></h2>
-
- <p>06 Aug 2021
- Yun Tang </p>
-
- <p><p>The Apache Flink community released the second bugfix version of
the Apache Flink 1.13 series.</p>
-
-</p>
-
- <p><a href="/news/2021/08/06/release-1.13.2.html">Continue reading
»</a></p>
- </article>
-
- <hr>
-
<!-- Pagination links -->
@@ -403,6 +401,16 @@ This new release brings various improvements to the
StateFun runtime, a leaner w
<ul id="markdown-toc">
+ <li><a href="/news/2022/02/09/release-1.13.6.html">Apache Flink 1.13.6
Release Announcement</a></li>
+
+
+
+
+
+
+
+
+
<li><a href="/news/2022/01/31/release-statefun-3.2.0.html">Stateful
Functions 3.2.0 Release Announcement</a></li>
diff --git a/content/blog/page3/index.html b/content/blog/page3/index.html
index 17f320c..c95748e 100644
--- a/content/blog/page3/index.html
+++ b/content/blog/page3/index.html
@@ -220,6 +220,21 @@
<!-- Blog posts -->
<article>
+ <h2 class="blog-title"><a
href="/news/2021/08/06/release-1.13.2.html">Apache Flink 1.13.2
Released</a></h2>
+
+ <p>06 Aug 2021
+ Yun Tang </p>
+
+ <p><p>The Apache Flink community released the second bugfix version of
the Apache Flink 1.13 series.</p>
+
+</p>
+
+ <p><a href="/news/2021/08/06/release-1.13.2.html">Continue reading
»</a></p>
+ </article>
+
+ <hr>
+
+ <article>
<h2 class="blog-title"><a
href="/news/2021/08/06/release-1.12.5.html">Apache Flink 1.12.5
Released</a></h2>
<p>06 Aug 2021
@@ -348,21 +363,6 @@ to develop scalable, consistent, and elastic distributed
applications.</p>
<hr>
- <article>
- <h2 class="blog-title"><a
href="/news/2021/03/03/release-1.12.2.html">Apache Flink 1.12.2
Released</a></h2>
-
- <p>03 Mar 2021
- Yuan Mei & Roman Khachatryan </p>
-
- <p><p>The Apache Flink community released the next bugfix version of the
Apache Flink 1.12 series.</p>
-
-</p>
-
- <p><a href="/news/2021/03/03/release-1.12.2.html">Continue reading
»</a></p>
- </article>
-
- <hr>
-
<!-- Pagination links -->
@@ -395,6 +395,16 @@ to develop scalable, consistent, and elastic distributed
applications.</p>
<ul id="markdown-toc">
+ <li><a href="/news/2022/02/09/release-1.13.6.html">Apache Flink 1.13.6
Release Announcement</a></li>
+
+
+
+
+
+
+
+
+
<li><a href="/news/2022/01/31/release-statefun-3.2.0.html">Stateful
Functions 3.2.0 Release Announcement</a></li>
diff --git a/content/blog/page4/index.html b/content/blog/page4/index.html
index a2b3b33..ad7033b 100644
--- a/content/blog/page4/index.html
+++ b/content/blog/page4/index.html
@@ -220,6 +220,21 @@
<!-- Blog posts -->
<article>
+ <h2 class="blog-title"><a
href="/news/2021/03/03/release-1.12.2.html">Apache Flink 1.12.2
Released</a></h2>
+
+ <p>03 Mar 2021
+ Yuan Mei & Roman Khachatryan </p>
+
+ <p><p>The Apache Flink community released the next bugfix version of the
Apache Flink 1.12 series.</p>
+
+</p>
+
+ <p><a href="/news/2021/03/03/release-1.12.2.html">Continue reading
»</a></p>
+ </article>
+
+ <hr>
+
+ <article>
<h2 class="blog-title"><a href="/2021/02/10/native-k8s-with-ha.html">How
to natively deploy Flink on Kubernetes with High-Availability (HA)</a></h2>
<p>10 Feb 2021
@@ -344,19 +359,6 @@
<hr>
- <article>
- <h2 class="blog-title"><a
href="/news/2020/12/10/release-1.12.0.html">Apache Flink 1.12.0 Release
Announcement</a></h2>
-
- <p>10 Dec 2020
- Marta Paes (<a href="https://twitter.com/morsapaes">@morsapaes</a>)
& Aljoscha Krettek (<a
href="https://twitter.com/aljoscha">@aljoscha</a>)</p>
-
- <p>The Apache Flink community is excited to announce the release of
Flink 1.12.0! Close to 300 contributors worked on over 1k threads to bring
significant improvements to usability as well as new features to Flink users
across the whole API stack. We're particularly excited about adding efficient
batch execution to the DataStream API, Kubernetes HA as an alternative to
ZooKeeper, support for upsert mode in the Kafka SQL connector and the new
Python DataStream API! Read on for all m [...]
-
- <p><a href="/news/2020/12/10/release-1.12.0.html">Continue reading
»</a></p>
- </article>
-
- <hr>
-
<!-- Pagination links -->
@@ -389,6 +391,16 @@
<ul id="markdown-toc">
+ <li><a href="/news/2022/02/09/release-1.13.6.html">Apache Flink 1.13.6
Release Announcement</a></li>
+
+
+
+
+
+
+
+
+
<li><a href="/news/2022/01/31/release-statefun-3.2.0.html">Stateful
Functions 3.2.0 Release Announcement</a></li>
diff --git a/content/blog/page5/index.html b/content/blog/page5/index.html
index e26eb41..0744089 100644
--- a/content/blog/page5/index.html
+++ b/content/blog/page5/index.html
@@ -220,6 +220,19 @@
<!-- Blog posts -->
<article>
+ <h2 class="blog-title"><a
href="/news/2020/12/10/release-1.12.0.html">Apache Flink 1.12.0 Release
Announcement</a></h2>
+
+ <p>10 Dec 2020
+ Marta Paes (<a href="https://twitter.com/morsapaes">@morsapaes</a>)
& Aljoscha Krettek (<a
href="https://twitter.com/aljoscha">@aljoscha</a>)</p>
+
+ <p>The Apache Flink community is excited to announce the release of
Flink 1.12.0! Close to 300 contributors worked on over 1k threads to bring
significant improvements to usability as well as new features to Flink users
across the whole API stack. We're particularly excited about adding efficient
batch execution to the DataStream API, Kubernetes HA as an alternative to
ZooKeeper, support for upsert mode in the Kafka SQL connector and the new
Python DataStream API! Read on for all m [...]
+
+ <p><a href="/news/2020/12/10/release-1.12.0.html">Continue reading
»</a></p>
+ </article>
+
+ <hr>
+
+ <article>
<h2 class="blog-title"><a
href="/news/2020/11/11/release-statefun-2.2.1.html">Stateful Functions 2.2.1
Release Announcement</a></h2>
<p>11 Nov 2020
@@ -348,21 +361,6 @@ as well as increased observability for operational
purposes.</p>
<hr>
- <article>
- <h2 class="blog-title"><a href="/2020/08/19/statefun.html">Monitoring
and Controlling Networks of IoT Devices with Flink Stateful Functions</a></h2>
-
- <p>19 Aug 2020
- Igal Shilman (<a
href="https://twitter.com/IgalShilman">@IgalShilman</a>)</p>
-
- <p><p>In this blog post, we’ll take a look at a class of use cases that
is a natural fit for <a
href="https://flink.apache.org/stateful-functions.html">Flink Stateful
Functions</a>: monitoring and controlling networks of connected devices (often
called the “Internet of Things” (IoT)).</p>
-
-</p>
-
- <p><a href="/2020/08/19/statefun.html">Continue reading »</a></p>
- </article>
-
- <hr>
-
<!-- Pagination links -->
@@ -395,6 +393,16 @@ as well as increased observability for operational
purposes.</p>
<ul id="markdown-toc">
+ <li><a href="/news/2022/02/09/release-1.13.6.html">Apache Flink 1.13.6
Release Announcement</a></li>
+
+
+
+
+
+
+
+
+
<li><a href="/news/2022/01/31/release-statefun-3.2.0.html">Stateful
Functions 3.2.0 Release Announcement</a></li>
diff --git a/content/blog/page6/index.html b/content/blog/page6/index.html
index f86c3b9..ad84ce2 100644
--- a/content/blog/page6/index.html
+++ b/content/blog/page6/index.html
@@ -220,6 +220,21 @@
<!-- Blog posts -->
<article>
+ <h2 class="blog-title"><a href="/2020/08/19/statefun.html">Monitoring
and Controlling Networks of IoT Devices with Flink Stateful Functions</a></h2>
+
+ <p>19 Aug 2020
+ Igal Shilman (<a
href="https://twitter.com/IgalShilman">@IgalShilman</a>)</p>
+
+ <p><p>In this blog post, we’ll take a look at a class of use cases that
is a natural fit for <a
href="https://flink.apache.org/stateful-functions.html">Flink Stateful
Functions</a>: monitoring and controlling networks of connected devices (often
called the “Internet of Things” (IoT)).</p>
+
+</p>
+
+ <p><a href="/2020/08/19/statefun.html">Continue reading »</a></p>
+ </article>
+
+ <hr>
+
+ <article>
<h2 class="blog-title"><a
href="/news/2020/08/06/external-resource.html">Accelerating your workload with
GPU and other external resources</a></h2>
<p>06 Aug 2020
@@ -347,22 +362,6 @@ illustrate this trend.</p>
<hr>
- <article>
- <h2 class="blog-title"><a
href="/ecosystem/2020/06/23/flink-on-zeppelin-part2.html">Flink on Zeppelin
Notebooks for Interactive Data Analysis - Part 2</a></h2>
-
- <p>23 Jun 2020
- Jeff Zhang (<a href="https://twitter.com/zjffdu">@zjffdu</a>)</p>
-
- <p><p>In a previous post, we introduced the basics of Flink on Zeppelin
and how to do Streaming ETL. In this second part of the “Flink on Zeppelin”
series of posts, I will share how to
-perform streaming data visualization via Flink on Zeppelin and how to use
Apache Flink UDFs in Zeppelin.</p>
-
-</p>
-
- <p><a href="/ecosystem/2020/06/23/flink-on-zeppelin-part2.html">Continue
reading »</a></p>
- </article>
-
- <hr>
-
<!-- Pagination links -->
@@ -395,6 +394,16 @@ perform streaming data visualization via Flink on Zeppelin
and how to use Apache
<ul id="markdown-toc">
+ <li><a href="/news/2022/02/09/release-1.13.6.html">Apache Flink 1.13.6
Release Announcement</a></li>
+
+
+
+
+
+
+
+
+
<li><a href="/news/2022/01/31/release-statefun-3.2.0.html">Stateful
Functions 3.2.0 Release Announcement</a></li>
diff --git a/content/blog/page7/index.html b/content/blog/page7/index.html
index 3f3ff2e..6e9e383 100644
--- a/content/blog/page7/index.html
+++ b/content/blog/page7/index.html
@@ -220,6 +220,22 @@
<!-- Blog posts -->
<article>
+ <h2 class="blog-title"><a
href="/ecosystem/2020/06/23/flink-on-zeppelin-part2.html">Flink on Zeppelin
Notebooks for Interactive Data Analysis - Part 2</a></h2>
+
+ <p>23 Jun 2020
+ Jeff Zhang (<a href="https://twitter.com/zjffdu">@zjffdu</a>)</p>
+
+ <p><p>In a previous post, we introduced the basics of Flink on Zeppelin
and how to do Streaming ETL. In this second part of the “Flink on Zeppelin”
series of posts, I will share how to
+perform streaming data visualization via Flink on Zeppelin and how to use
Apache Flink UDFs in Zeppelin.</p>
+
+</p>
+
+ <p><a href="/ecosystem/2020/06/23/flink-on-zeppelin-part2.html">Continue
reading »</a></p>
+ </article>
+
+ <hr>
+
+ <article>
<h2 class="blog-title"><a
href="/news/2020/06/15/flink-on-zeppelin-part1.html">Flink on Zeppelin
Notebooks for Interactive Data Analysis - Part 1</a></h2>
<p>15 Jun 2020
@@ -346,19 +362,6 @@ and provide a tutorial for running Streaming ETL with
Flink on Zeppelin.</p>
<hr>
- <article>
- <h2 class="blog-title"><a
href="/2020/04/09/pyflink-udf-support-flink.html">PyFlink: Introducing Python
Support for UDFs in Flink's Table API</a></h2>
-
- <p>09 Apr 2020
- Jincheng Sun (<a
href="https://twitter.com/sunjincheng121">@sunjincheng121</a>) & Markos
Sfikas (<a href="https://twitter.com/MarkSfik">@MarkSfik</a>)</p>
-
- <p>Flink 1.10 extends its support for Python by adding Python UDFs in
PyFlink. This post explains how UDFs work in PyFlink and gives some practical
examples of how to use UDFs in PyFlink.</p>
-
- <p><a href="/2020/04/09/pyflink-udf-support-flink.html">Continue reading
»</a></p>
- </article>
-
- <hr>
-
<!-- Pagination links -->
@@ -391,6 +394,16 @@ and provide a tutorial for running Streaming ETL with
Flink on Zeppelin.</p>
<ul id="markdown-toc">
+ <li><a href="/news/2022/02/09/release-1.13.6.html">Apache Flink 1.13.6
Release Announcement</a></li>
+
+
+
+
+
+
+
+
+
<li><a href="/news/2022/01/31/release-statefun-3.2.0.html">Stateful
Functions 3.2.0 Release Announcement</a></li>
diff --git a/content/blog/page8/index.html b/content/blog/page8/index.html
index a0bf4bb..e5b3a49 100644
--- a/content/blog/page8/index.html
+++ b/content/blog/page8/index.html
@@ -220,6 +220,19 @@
<!-- Blog posts -->
<article>
+ <h2 class="blog-title"><a
href="/2020/04/09/pyflink-udf-support-flink.html">PyFlink: Introducing Python
Support for UDFs in Flink's Table API</a></h2>
+
+ <p>09 Apr 2020
+ Jincheng Sun (<a
href="https://twitter.com/sunjincheng121">@sunjincheng121</a>) & Markos
Sfikas (<a href="https://twitter.com/MarkSfik">@MarkSfik</a>)</p>
+
+ <p>Flink 1.10 extends its support for Python by adding Python UDFs in
PyFlink. This post explains how UDFs work in PyFlink and gives some practical
examples of how to use UDFs in PyFlink.</p>
+
+ <p><a href="/2020/04/09/pyflink-udf-support-flink.html">Continue reading
»</a></p>
+ </article>
+
+ <hr>
+
+ <article>
<h2 class="blog-title"><a
href="/news/2020/04/07/release-statefun-2.0.0.html">Stateful Functions 2.0 - An
Event-driven Database on Apache Flink</a></h2>
<p>07 Apr 2020
@@ -345,19 +358,6 @@ This release marks a big milestone: Stateful Functions 2.0
is not only an API up
<hr>
- <article>
- <h2 class="blog-title"><a
href="/news/2020/01/29/state-unlocked-interacting-with-state-in-apache-flink.html">State
Unlocked: Interacting with State in Apache Flink</a></h2>
-
- <p>29 Jan 2020
- Seth Wiesman (<a
href="https://twitter.com/sjwiesman">@sjwiesman</a>)</p>
-
- <p>This post discusses the efforts of the Flink community as they relate
to state management in Apache Flink. We showcase some practical examples of how
the different features and APIs can be utilized and cover some future ideas for
new and improved ways of managing state in Apache Flink.</p>
-
- <p><a
href="/news/2020/01/29/state-unlocked-interacting-with-state-in-apache-flink.html">Continue
reading »</a></p>
- </article>
-
- <hr>
-
<!-- Pagination links -->
@@ -390,6 +390,16 @@ This release marks a big milestone: Stateful Functions 2.0
is not only an API up
<ul id="markdown-toc">
+ <li><a href="/news/2022/02/09/release-1.13.6.html">Apache Flink 1.13.6
Release Announcement</a></li>
+
+
+
+
+
+
+
+
+
<li><a href="/news/2022/01/31/release-statefun-3.2.0.html">Stateful
Functions 3.2.0 Release Announcement</a></li>
diff --git a/content/blog/page9/index.html b/content/blog/page9/index.html
index a480b47..44494b0 100644
--- a/content/blog/page9/index.html
+++ b/content/blog/page9/index.html
@@ -220,6 +220,19 @@
<!-- Blog posts -->
<article>
+ <h2 class="blog-title"><a
href="/news/2020/01/29/state-unlocked-interacting-with-state-in-apache-flink.html">State
Unlocked: Interacting with State in Apache Flink</a></h2>
+
+ <p>29 Jan 2020
+ Seth Wiesman (<a
href="https://twitter.com/sjwiesman">@sjwiesman</a>)</p>
+
+ <p>This post discusses the efforts of the Flink community as they relate
to state management in Apache Flink. We showcase some practical examples of how
the different features and APIs can be utilized and cover some future ideas for
new and improved ways of managing state in Apache Flink.</p>
+
+ <p><a
href="/news/2020/01/29/state-unlocked-interacting-with-state-in-apache-flink.html">Continue
reading »</a></p>
+ </article>
+
+ <hr>
+
+ <article>
<h2 class="blog-title"><a
href="/news/2020/01/15/demo-fraud-detection.html">Advanced Flink Application
Patterns Vol.1: Case Study of a Fraud Detection System</a></h2>
<p>15 Jan 2020
@@ -345,19 +358,6 @@
<hr>
- <article>
- <h2 class="blog-title"><a
href="/2019/07/23/flink-network-stack-2.html">Flink Network Stack Vol. 2:
Monitoring, Metrics, and that Backpressure Thing</a></h2>
-
- <p>23 Jul 2019
- Nico Kruber & Piotr Nowojski </p>
-
- <p>In a previous blog post, we presented how Flink’s network stack works
from the high-level abstractions to the low-level details. This second post
discusses monitoring network-related metrics to identify backpressure or
bottlenecks in throughput and latency.</p>
-
- <p><a href="/2019/07/23/flink-network-stack-2.html">Continue reading
»</a></p>
- </article>
-
- <hr>
-
<!-- Pagination links -->
@@ -390,6 +390,16 @@
<ul id="markdown-toc">
+ <li><a href="/news/2022/02/09/release-1.13.6.html">Apache Flink 1.13.6
Release Announcement</a></li>
+
+
+
+
+
+
+
+
+
<li><a href="/news/2022/01/31/release-statefun-3.2.0.html">Stateful
Functions 3.2.0 Release Announcement</a></li>
diff --git a/content/downloads.html b/content/downloads.html
index 3adb977..fb87fb5 100644
--- a/content/downloads.html
+++ b/content/downloads.html
@@ -220,7 +220,7 @@
<div class="page-toc">
<ul id="markdown-toc">
<li><a href="#apache-flink-1143" id="markdown-toc-apache-flink-1143">Apache
Flink 1.14.3</a></li>
- <li><a href="#apache-flink-1135" id="markdown-toc-apache-flink-1135">Apache
Flink 1.13.5</a></li>
+ <li><a href="#apache-flink-1136" id="markdown-toc-apache-flink-1136">Apache
Flink 1.13.6</a></li>
<li><a href="#apache-flink-1127" id="markdown-toc-apache-flink-1127">Apache
Flink 1.12.7</a></li>
<li><a href="#apache-flink-1116" id="markdown-toc-apache-flink-1116">Apache
Flink 1.11.6</a></li>
<li><a href="#apache-flink-stateful-functions-320"
id="markdown-toc-apache-flink-stateful-functions-320">Apache Flink Stateful
Functions 3.2.0</a></li>
@@ -268,19 +268,19 @@
<hr />
-<h2 id="apache-flink-1135">Apache Flink 1.13.5</h2>
+<h2 id="apache-flink-1136">Apache Flink 1.13.6</h2>
<p>
-<a
href="https://www.apache.org/dyn/closer.lua/flink/flink-1.13.5/flink-1.13.5-bin-scala_2.11.tgz"
id="1135-download_211">Apache Flink 1.13.5 for Scala 2.11</a> (<a
href="https://downloads.apache.org/flink/flink-1.13.5/flink-1.13.5-bin-scala_2.11.tgz.asc">asc</a>,
<a
href="https://downloads.apache.org/flink/flink-1.13.5/flink-1.13.5-bin-scala_2.11.tgz.sha512">sha512</a>)
+<a
href="https://www.apache.org/dyn/closer.lua/flink/flink-1.13.6/flink-1.13.6-bin-scala_2.11.tgz"
id="1136-download_211">Apache Flink 1.13.6 for Scala 2.11</a> (<a
href="https://downloads.apache.org/flink/flink-1.13.6/flink-1.13.6-bin-scala_2.11.tgz.asc">asc</a>,
<a
href="https://downloads.apache.org/flink/flink-1.13.6/flink-1.13.6-bin-scala_2.11.tgz.sha512">sha512</a>)
</p>
<p>
-<a
href="https://www.apache.org/dyn/closer.lua/flink/flink-1.13.5/flink-1.13.5-bin-scala_2.12.tgz"
id="1135-download_212">Apache Flink 1.13.5 for Scala 2.12</a> (<a
href="https://downloads.apache.org/flink/flink-1.13.5/flink-1.13.5-bin-scala_2.12.tgz.asc">asc</a>,
<a
href="https://downloads.apache.org/flink/flink-1.13.5/flink-1.13.5-bin-scala_2.12.tgz.sha512">sha512</a>)
+<a
href="https://www.apache.org/dyn/closer.lua/flink/flink-1.13.6/flink-1.13.6-bin-scala_2.12.tgz"
id="1136-download_212">Apache Flink 1.13.6 for Scala 2.12</a> (<a
href="https://downloads.apache.org/flink/flink-1.13.6/flink-1.13.6-bin-scala_2.12.tgz.asc">asc</a>,
<a
href="https://downloads.apache.org/flink/flink-1.13.6/flink-1.13.6-bin-scala_2.12.tgz.sha512">sha512</a>)
</p>
<p>
-<a
href="https://www.apache.org/dyn/closer.lua/flink/flink-1.13.5/flink-1.13.5-src.tgz"
id="1135-download-source">Apache Flink 1.13.5 Source Release</a>
-(<a
href="https://downloads.apache.org/flink/flink-1.13.5/flink-1.13.5-src.tgz.asc">asc</a>,
<a
href="https://downloads.apache.org/flink/flink-1.13.5/flink-1.13.5-src.tgz.sha512">sha512</a>)
+<a
href="https://www.apache.org/dyn/closer.lua/flink/flink-1.13.6/flink-1.13.6-src.tgz"
id="1135-download-source">Apache Flink 1.13.6 Source Release</a>
+(<a
href="https://downloads.apache.org/flink/flink-1.13.6/flink-1.13.6-src.tgz.asc">asc</a>,
<a
href="https://downloads.apache.org/flink/flink-1.13.6/flink-1.13.6-src.tgz.sha512">sha512</a>)
</p>
<h4 id="release-notes-1">Release Notes</h4>
@@ -512,6 +512,17 @@ Flink 1.14.0 - 2021-09-29
<li>
+Flink 1.13.6 - 2022-02-09
+(<a
href="https://archive.apache.org/dist/flink/flink-1.13.6/flink-1.13.6-src.tgz">Source</a>,
+<a href="https://archive.apache.org/dist/flink/flink-1.13.6">Binaries</a>,
+<a href="https://nightlies.apache.org/flink/flink-docs-release-1.13">Docs</a>,
+<a
href="https://nightlies.apache.org/flink/flink-docs-release-1.13/api/java">Javadocs</a>,
+<a
href="https://nightlies.apache.org/flink/flink-docs-release-1.13/api/scala/index.html">Scaladocs</a>)
+
+</li>
+
+<li>
+
Flink 1.13.5 - 2021-12-16
(<a
href="https://archive.apache.org/dist/flink/flink-1.13.5/flink-1.13.5-src.tgz">Source</a>,
<a href="https://archive.apache.org/dist/flink/flink-1.13.5">Binaries</a>,
diff --git a/content/index.html b/content/index.html
index 4775524..2faf3cf 100644
--- a/content/index.html
+++ b/content/index.html
@@ -384,6 +384,9 @@
<dl>
+ <dt> <a href="/news/2022/02/09/release-1.13.6.html">Apache Flink
1.13.6 Release Announcement</a></dt>
+ <dd>The Apache Flink Community is please to announce another bug fix
release for Flink 1.13.</dd>
+
<dt> <a href="/news/2022/01/31/release-statefun-3.2.0.html">Stateful
Functions 3.2.0 Release Announcement</a></dt>
<dd><p>Stateful Functions is a cross-platform stack for building
Stateful Serverless applications, making it radically simpler to develop
scalable, consistent, and elastic distributed applications.
This new release brings various improvements to the StateFun runtime, a leaner
way to specify StateFun module components, and a brand new JavaScript SDK!</p>
@@ -398,9 +401,6 @@ This new release brings various improvements to the
StateFun runtime, a leaner w
<dt> <a href="/news/2022/01/07/release-ml-2.0.0.html">Apache Flink ML
2.0.0 Release Announcement</a></dt>
<dd>The Apache Flink community is excited to announce the release of
Flink ML 2.0.0! This release involves a major refactor of the earlier Flink ML
library and introduces major features that extend the Flink ML API and the
iteration runtime, such as supporting stages with multi-input multi-output,
graph-based stage composition, and a new stream-batch unified iteration
library.</dd>
-
- <dt> <a href="/2022/01/04/scheduler-performance-part-two.html">How We
Improved Scheduler Performance for Large-scale Jobs - Part Two</a></dt>
- <dd>Part one of this blog post briefly introduced the optimizations
we’ve made to improve the performance of the scheduler; compared to Flink 1.12,
the time cost and memory usage of scheduling large-scale jobs in Flink 1.14 is
significantly reduced. In part two, we will elaborate on the details of these
optimizations.</dd>
</dl>
diff --git a/content/news/2022/02/09/release-1.13.6.html
b/content/news/2022/02/09/release-1.13.6.html
new file mode 100644
index 0000000..8a4f18d
--- /dev/null
+++ b/content/news/2022/02/09/release-1.13.6.html
@@ -0,0 +1,453 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <!-- The above 3 meta tags *must* come first in the head; any other head
content must come *after* these tags -->
+ <title>Apache Flink: Apache Flink 1.13.6 Release Announcement</title>
+ <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+ <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+ <!-- Bootstrap -->
+ <link rel="stylesheet" href="/css/bootstrap.min.css">
+ <link rel="stylesheet" href="/css/flink.css">
+ <link rel="stylesheet" href="/css/syntax.css">
+
+ <!-- Blog RSS feed -->
+ <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml"
title="Apache Flink Blog: RSS feed" />
+
+ <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+ <!-- We need to load Jquery in the header for custom google analytics
event tracking-->
+ <script src="/js/jquery.min.js"></script>
+
+ <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media
queries -->
+ <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+ <!--[if lt IE 9]>
+ <script
src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+ <script
src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+ <![endif]-->
+ <!-- Matomo -->
+ <script>
+ var _paq = window._paq = window._paq || [];
+ /* tracker methods like "setCustomDimension" should be called before
"trackPageView" */
+ /* We explicitly disable cookie tracking to avoid privacy issues */
+ _paq.push(['disableCookies']);
+ /* Measure a visit to flink.apache.org and nightlies.apache.org/flink as
the same visit */
+ _paq.push(["setDomains",
["*.flink.apache.org","*.nightlies.apache.org/flink"]]);
+ _paq.push(['trackPageView']);
+ _paq.push(['enableLinkTracking']);
+ (function() {
+ var u="//matomo.privacy.apache.org/";
+ _paq.push(['setTrackerUrl', u+'matomo.php']);
+ _paq.push(['setSiteId', '1']);
+ var d=document, g=d.createElement('script'),
s=d.getElementsByTagName('script')[0];
+ g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
+ })();
+ </script>
+ <!-- End Matomo Code -->
+ </head>
+ <body>
+
+
+ <!-- Main content. -->
+ <div class="container">
+ <div class="row">
+
+
+ <div id="sidebar" class="col-sm-3">
+
+
+<!-- Top navbar. -->
+ <nav class="navbar navbar-default">
+ <!-- The logo. -->
+ <div class="navbar-header">
+ <button type="button" class="navbar-toggle collapsed"
data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ </button>
+ <div class="navbar-logo">
+ <a href="/">
+ <img alt="Apache Flink" src="/img/flink-header-logo.svg"
width="147px" height="73px">
+ </a>
+ </div>
+ </div><!-- /.navbar-header -->
+
+ <!-- The navigation links. -->
+ <div class="collapse navbar-collapse"
id="bs-example-navbar-collapse-1">
+ <ul class="nav navbar-nav navbar-main">
+
+ <!-- First menu section explains visitors what Flink is -->
+
+ <!-- What is Stream Processing? -->
+ <!--
+ <li><a href="/streamprocessing1.html">What is Stream
Processing?</a></li>
+ -->
+
+ <!-- What is Flink? -->
+ <li><a href="/flink-architecture.html">What is Apache
Flink?</a></li>
+
+
+
+ <!-- Stateful Functions? -->
+
+ <li><a
href="https://nightlies.apache.org/flink/flink-statefun-docs-stable/">What is
Stateful Functions?</a></li>
+
+ <!-- Use cases -->
+ <li><a href="/usecases.html">Use Cases</a></li>
+
+ <!-- Powered by -->
+ <li><a href="/poweredby.html">Powered By</a></li>
+
+
+
+ <!-- Second menu section aims to support Flink users -->
+
+ <!-- Downloads -->
+ <li><a href="/downloads.html">Downloads</a></li>
+
+ <!-- Getting Started -->
+ <li class="dropdown">
+ <a class="dropdown-toggle" data-toggle="dropdown"
href="#">Getting Started<span class="caret"></span></a>
+ <ul class="dropdown-menu">
+ <li><a
href="https://nightlies.apache.org/flink/flink-docs-release-1.14//docs/try-flink/local_installation/"
target="_blank">With Flink <small><span class="glyphicon
glyphicon-new-window"></span></small></a></li>
+ <li><a
href="https://nightlies.apache.org/flink/flink-statefun-docs-release-3.2/getting-started/project-setup.html"
target="_blank">With Flink Stateful Functions <small><span class="glyphicon
glyphicon-new-window"></span></small></a></li>
+ <li><a href="/training.html">Training Course</a></li>
+ </ul>
+ </li>
+
+ <!-- Documentation -->
+ <li class="dropdown">
+ <a class="dropdown-toggle" data-toggle="dropdown"
href="#">Documentation<span class="caret"></span></a>
+ <ul class="dropdown-menu">
+ <li><a
href="https://nightlies.apache.org/flink/flink-docs-release-1.14"
target="_blank">Flink 1.14 (Latest stable release) <small><span
class="glyphicon glyphicon-new-window"></span></small></a></li>
+ <li><a
href="https://nightlies.apache.org/flink/flink-docs-master"
target="_blank">Flink Master (Latest Snapshot) <small><span class="glyphicon
glyphicon-new-window"></span></small></a></li>
+ <li><a
href="https://nightlies.apache.org/flink/flink-statefun-docs-release-3.2"
target="_blank">Flink Stateful Functions 3.2 (Latest stable release)
<small><span class="glyphicon glyphicon-new-window"></span></small></a></li>
+ <li><a
href="https://nightlies.apache.org/flink/flink-statefun-docs-master"
target="_blank">Flink Stateful Functions Master (Latest Snapshot) <small><span
class="glyphicon glyphicon-new-window"></span></small></a></li>
+ </ul>
+ </li>
+
+ <!-- getting help -->
+ <li><a href="/gettinghelp.html">Getting Help</a></li>
+
+ <!-- Blog -->
+ <li class="active"><a href="/blog/"><b>Flink Blog</b></a></li>
+
+
+ <!-- Flink-packages -->
+ <li>
+ <a href="https://flink-packages.org"
target="_blank">flink-packages.org <small><span class="glyphicon
glyphicon-new-window"></span></small></a>
+ </li>
+
+
+ <!-- Third menu section aim to support community and contributors
-->
+
+ <!-- Community -->
+ <li><a href="/community.html">Community & Project Info</a></li>
+
+ <!-- Roadmap -->
+ <li><a href="/roadmap.html">Roadmap</a></li>
+
+ <!-- Contribute -->
+ <li><a href="/contributing/how-to-contribute.html">How to
Contribute</a></li>
+
+
+ <!-- GitHub -->
+ <li>
+ <a href="https://github.com/apache/flink" target="_blank">Flink
on GitHub <small><span class="glyphicon
glyphicon-new-window"></span></small></a>
+ </li>
+
+
+
+ <!-- Language Switcher -->
+ <li>
+
+
+ <!-- link to the Chinese home page when current is blog page
-->
+ <a href="/zh">中文版</a>
+
+
+ </li>
+
+ </ul>
+
+ <style>
+ .smalllinks:link {
+ display: inline-block !important; background: none; padding-top:
0px; padding-bottom: 0px; padding-right: 0px; min-width: 75px;
+ }
+ </style>
+
+ <ul class="nav navbar-nav navbar-bottom">
+ <hr />
+
+ <!-- Twitter -->
+ <li><a href="https://twitter.com/apacheflink"
target="_blank">@ApacheFlink <small><span class="glyphicon
glyphicon-new-window"></span></small></a></li>
+
+ <!-- Visualizer -->
+ <li class=" hidden-md hidden-sm"><a href="/visualizer/"
target="_blank">Plan Visualizer <small><span class="glyphicon
glyphicon-new-window"></span></small></a></li>
+
+ <li >
+ <a href="/security.html">Flink Security</a>
+ </li>
+
+ <hr />
+
+ <li><a href="https://apache.org" target="_blank">Apache Software
Foundation <small><span class="glyphicon
glyphicon-new-window"></span></small></a></li>
+
+ <li>
+
+ <a class="smalllinks" href="https://www.apache.org/licenses/"
target="_blank">License</a> <small><span class="glyphicon
glyphicon-new-window"></span></small>
+
+ <a class="smalllinks" href="https://www.apache.org/security/"
target="_blank">Security</a> <small><span class="glyphicon
glyphicon-new-window"></span></small>
+
+ <a class="smalllinks"
href="https://www.apache.org/foundation/sponsorship.html"
target="_blank">Donate</a> <small><span class="glyphicon
glyphicon-new-window"></span></small>
+
+ <a class="smalllinks"
href="https://www.apache.org/foundation/thanks.html" target="_blank">Thanks</a>
<small><span class="glyphicon glyphicon-new-window"></span></small>
+ </li>
+
+ </ul>
+ </div><!-- /.navbar-collapse -->
+ </nav>
+
+ </div>
+ <div class="col-sm-9">
+ <div class="row-fluid">
+ <div class="col-sm-12">
+ <div class="row">
+ <h1>Apache Flink 1.13.6 Release Announcement</h1>
+ <p><i></i></p>
+
+ <article>
+ <p>09 Feb 2022 Konstantin Knauf (<a
href="https://twitter.com/snntrable">@snntrable</a>)</p>
+
+<p>The Apache Flink Community is pleased to announce another bug fix release
for Flink 1.13.</p>
+
+<p>This release includes 99 bug and vulnerability fixes and minor improvements
for Flink 1.13 including another upgrade of Apache Log4j (to 2.17.1).
+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:
+<a
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&version=12351074">JIRA</a>.</p>
+
+<p>We highly recommend all users to upgrade to Flink 1.13.6.</p>
+
+<h1 id="release-artifacts">Release Artifacts</h1>
+
+<h2 id="maven-dependencies">Maven Dependencies</h2>
+
+<div class="highlight"><pre><code class="language-xml"><span
class="nt"><dependency></span>
+ <span class="nt"><groupId></span>org.apache.flink<span
class="nt"></groupId></span>
+ <span class="nt"><artifactId></span>flink-java<span
class="nt"></artifactId></span>
+ <span class="nt"><version></span>1.13.6<span
class="nt"></version></span>
+<span class="nt"></dependency></span>
+<span class="nt"><dependency></span>
+ <span class="nt"><groupId></span>org.apache.flink<span
class="nt"></groupId></span>
+ <span class="nt"><artifactId></span>flink-streaming-java_2.11<span
class="nt"></artifactId></span>
+ <span class="nt"><version></span>1.13.6<span
class="nt"></version></span>
+<span class="nt"></dependency></span>
+<span class="nt"><dependency></span>
+ <span class="nt"><groupId></span>org.apache.flink<span
class="nt"></groupId></span>
+ <span class="nt"><artifactId></span>flink-clients_2.11<span
class="nt"></artifactId></span>
+ <span class="nt"><version></span>1.13.6<span
class="nt"></version></span>
+<span class="nt"></dependency></span></code></pre></div>
+
+<h2 id="binaries">Binaries</h2>
+
+<p>You can find the binaries on the updated <a
href="/downloads.html">Downloads page</a>.</p>
+
+<h2 id="docker-images">Docker Images</h2>
+
+<ul>
+ <li><a
href="https://hub.docker.com/_/flink?tab=tags&page=1&name=1.13.6">library/flink</a>
(official images)</li>
+ <li><a
href="https://hub.docker.com/r/apache/flink/tags?page=1&name=1.13.6">apache/flink</a>
(ASF repository)</li>
+</ul>
+
+<h2 id="pypi">PyPi</h2>
+
+<ul>
+ <li><a
href="https://pypi.org/project/apache-flink/1.13.6/">apache-flink==1.13.6</a></li>
+</ul>
+
+<h1 id="release-notes">Release Notes</h1>
+
+<h2> Bug
+</h2>
+<ul>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-15987">FLINK-15987</a>] -
SELECT 1.0e0 / 0.0e0 throws NumberFormatException
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-17914">FLINK-17914</a>] -
HistoryServer deletes cached archives if archive listing fails
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-20195">FLINK-20195</a>] -
Jobs endpoint returns duplicated jobs
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-20370">FLINK-20370</a>] -
Result is wrong when sink primary key is not the same with query
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-21289">FLINK-21289</a>] -
Application mode ignores the pipeline.classpaths configuration
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-23919">FLINK-23919</a>] -
PullUpWindowTableFunctionIntoWindowAggregateRule generates invalid Calc for
Window TVF
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24232">FLINK-24232</a>] -
Archiving of suspended jobs prevents breaks subsequent archive attempts
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24255">FLINK-24255</a>] -
Test Environment / Mini Cluster do not forward configuration.
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24310">FLINK-24310</a>] -
A bug in the BufferingSink example in the doc
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24318">FLINK-24318</a>] -
Casting a number to boolean has different results between 'select'
fields and 'where' condition
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24334">FLINK-24334</a>] -
Configuration kubernetes.flink.log.dir not working
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24366">FLINK-24366</a>] -
Unnecessary/misleading error message about failing restores when tasks are
already canceled.
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24401">FLINK-24401</a>] -
TM cannot exit after Metaspace OOM
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24465">FLINK-24465</a>] -
Wrong javadoc and documentation for buffer timeout
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24492">FLINK-24492</a>] -
incorrect implicit type conversion between numeric and (var)char
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24506">FLINK-24506</a>] -
checkpoint directory is not configurable through the Flink configuration
passed into the StreamExecutionEnvironment
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24509">FLINK-24509</a>] -
FlinkKafkaProducer example is not compiling due to incorrect constructer
signature used
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24540">FLINK-24540</a>] -
Fix Resource leak due to Files.list
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24543">FLINK-24543</a>] -
Zookeeper connection issue causes inconsistent state in Flink
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24563">FLINK-24563</a>] -
Comparing timstamp_ltz with random string throws NullPointerException
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24597">FLINK-24597</a>] -
RocksdbStateBackend getKeysAndNamespaces would return duplicate data when
using MapState
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24621">FLINK-24621</a>] -
JobManager fails to recover 1.13.1 checkpoint due to
InflightDataRescalingDescriptor
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24662">FLINK-24662</a>] -
PyFlink sphinx check failed with "node class 'meta' is already
registered, its visitors will be overridden"
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24667">FLINK-24667</a>] -
Channel state writer would fail the task directly if meeting exception
previously
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24676">FLINK-24676</a>] -
Schema does not match if explain insert statement with partial column
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24678">FLINK-24678</a>] -
Correct the metric name of map state contains latency
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24708">FLINK-24708</a>] -
`ConvertToNotInOrInRule` has a bug which leads to wrong result
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24728">FLINK-24728</a>] -
Batch SQL file sink forgets to close the output stream
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24761">FLINK-24761</a>] -
Fix PartitionPruner code gen compile fail
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24846">FLINK-24846</a>] -
AsyncWaitOperator fails during stop-with-savepoint
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24860">FLINK-24860</a>] -
Fix the wrong position mappings in the Python UDTF
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24885">FLINK-24885</a>] -
ProcessElement Interface parameter Collector :
java.lang.NullPointerException
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24922">FLINK-24922</a>] -
Fix spelling errors in the word "parallism"
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-25022">FLINK-25022</a>] -
ClassLoader leak with ThreadLocals on the JM when submitting a job through
the REST API
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-25067">FLINK-25067</a>] -
Correct the description of RocksDB's background threads
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-25084">FLINK-25084</a>] -
Field names must be unique. Found duplicates
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-25091">FLINK-25091</a>] -
Official website document FileSink orc compression attribute reference error
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-25096">FLINK-25096</a>] -
Issue in exceptions API(/jobs/:jobid/exceptions) in flink 1.13.2
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-25199">FLINK-25199</a>] -
StreamEdges are not unique in self-union, which blocks propagation of
watermarks
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-25362">FLINK-25362</a>] -
Incorrect dependencies in Table Confluent/Avro docs
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-25468">FLINK-25468</a>] -
Local recovery fails if local state storage and RocksDB working directory
are not on the same volume
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-25486">FLINK-25486</a>] -
Perjob can not recover from checkpoint when zookeeper leader changes
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-25494">FLINK-25494</a>] -
Duplicate element serializer during
DefaultOperatorStateBackendSnapshotStrategy#syncPrepareResources
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-25513">FLINK-25513</a>] -
CoFlatMapFunction requires both two flat_maps to yield something
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-25559">FLINK-25559</a>] -
SQL JOIN causes data loss
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-25683">FLINK-25683</a>] -
wrong result if table transfrom to DataStream then window process in batch
mode
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-25728">FLINK-25728</a>] -
Potential memory leaks in StreamMultipleInputProcessor
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-25732">FLINK-25732</a>] -
Dispatcher#requestMultipleJobDetails returns non-serialiable collection
+</li>
+</ul>
+
+<h2> Improvement
+</h2>
+<ul>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-21407">FLINK-21407</a>] -
Clarify which sources and APIs support which formats
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-20443">FLINK-20443</a>] -
ContinuousProcessingTimeTrigger doesn't fire at the end of the window
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-21467">FLINK-21467</a>] -
Document possible recommended usage of Bounded{One/Multi}Input.endInput and
emphasize that they could be called multiple times
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-23842">FLINK-23842</a>] -
Add log messages for reader registrations and split requests.
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24631">FLINK-24631</a>] -
Avoiding directly use the labels as selector for deployment and service
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24739">FLINK-24739</a>] -
State requirements for Flink's application mode in the documentation
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24987">FLINK-24987</a>] -
Enhance ExternalizedCheckpointCleanup enum
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-25160">FLINK-25160</a>] -
Make doc clear: tolerable-failed-checkpoints counts consecutive failures
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-25415">FLINK-25415</a>] -
implement retrial on connections to Cassandra container
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-25611">FLINK-25611</a>] -
Remove CoordinatorExecutorThreadFactory thread creation guards
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-25818">FLINK-25818</a>] -
Add explanation how Kafka Source deals with idleness when parallelism is
higher then the number of partitions
+</li>
+</ul>
+
+<h2> Technical Debt
+</h2>
+<ul>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24740">FLINK-24740</a>] -
Update testcontainers dependency to v1.16.2
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-24796">FLINK-24796</a>] -
Exclude javadocs / node[_modules] directories from CI compile artifact
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-25472">FLINK-25472</a>] -
Update to Log4j 2.17.1
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-25375">FLINK-25375</a>] -
Update Log4j to 2.17.0
+</li>
+<li>[<a
href="https://issues.apache.org/jira/browse/FLINK-25576">FLINK-25576</a>] -
Update com.h2database:h2 to 2.0.206
+</li>
+</ul>
+
+ </article>
+ </div>
+
+ <div class="row">
+ <div id="disqus_thread"></div>
+ <script type="text/javascript">
+ /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE
* * */
+ var disqus_shortname = 'stratosphere-eu'; // required: replace example
with your forum shortname
+
+ /* * * DON'T EDIT BELOW THIS LINE * * */
+ (function() {
+ var dsq = document.createElement('script'); dsq.type =
'text/javascript'; dsq.async = true;
+ dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+ (document.getElementsByTagName('head')[0] ||
document.getElementsByTagName('body')[0]).appendChild(dsq);
+ })();
+ </script>
+ </div>
+ </div>
+</div>
+ </div>
+ </div>
+
+ <hr />
+
+ <div class="row">
+ <div class="footer text-center col-sm-12">
+ <p>Copyright © 2014-2022 <a href="http://apache.org">The Apache
Software Foundation</a>. All Rights Reserved.</p>
+ <p>Apache Flink, Flink®, Apache®, the squirrel logo, and the Apache
feather logo are either registered trademarks or trademarks of The Apache
Software Foundation.</p>
+ <p><a href="/privacy-policy.html">Privacy Policy</a> · <a
href="/blog/feed.xml">RSS feed</a></p>
+ </div>
+ </div>
+ </div><!-- /.container -->
+
+ <!-- Include all compiled plugins (below), or include individual files as
needed -->
+ <script src="/js/jquery.matchHeight-min.js"></script>
+ <script src="/js/bootstrap.min.js"></script>
+ <script src="/js/codetabs.js"></script>
+ <script src="/js/stickysidebar.js"></script>
+ </body>
+</html>
diff --git a/content/zh/downloads.html b/content/zh/downloads.html
index 2cb6e21..1f70f9c 100644
--- a/content/zh/downloads.html
+++ b/content/zh/downloads.html
@@ -218,7 +218,7 @@
<div class="page-toc">
<ul id="markdown-toc">
<li><a href="#apache-flink-1143" id="markdown-toc-apache-flink-1143">Apache
Flink 1.14.3</a></li>
- <li><a href="#apache-flink-1135" id="markdown-toc-apache-flink-1135">Apache
Flink 1.13.5</a></li>
+ <li><a href="#apache-flink-1136" id="markdown-toc-apache-flink-1136">Apache
Flink 1.13.6</a></li>
<li><a href="#apache-flink-1127" id="markdown-toc-apache-flink-1127">Apache
Flink 1.12.7</a></li>
<li><a href="#apache-flink-1116" id="markdown-toc-apache-flink-1116">Apache
Flink 1.11.6</a></li>
<li><a href="#apache-flink-stateful-functions-320"
id="markdown-toc-apache-flink-stateful-functions-320">Apache Flink Stateful
Functions 3.2.0</a></li>
@@ -268,21 +268,21 @@
flink-docs-release-1.14/release-notes/flink-1.14.html">Flink 1.14 的发布说
<hr />
-<h2 id="apache-flink-1135">Apache Flink 1.13.5</h2>
+<h2 id="apache-flink-1136">Apache Flink 1.13.6</h2>
<p>
-<a
href="https://www.apache.org/dyn/closer.lua/flink/flink-1.13.5/flink-1.13.5-bin-scala_2.11.tgz"
id="1135-download_211">Apache Flink 1.13.5 for Scala 2.11</a> (<a href="
-
https://downloads.apache.org/flink/flink-1.13.5/flink-1.13.5-bin-scala_2.11.tgz.asc">asc</a>,
<a
href="https://downloads.apache.org/flink/flink-1.13.5/flink-1.13.5-bin-scala_2.11.tgz.sha512">sha512</a>)
+<a
href="https://www.apache.org/dyn/closer.lua/flink/flink-1.13.6/flink-1.13.6-bin-scala_2.11.tgz"
id="1136-download_211">Apache Flink 1.13.6 for Scala 2.11</a> (<a href="
+
https://downloads.apache.org/flink/flink-1.13.6/flink-1.13.6-bin-scala_2.11.tgz.asc">asc</a>,
<a
href="https://downloads.apache.org/flink/flink-1.13.6/flink-1.13.6-bin-scala_2.11.tgz.sha512">sha512</a>)
</p>
<p>
-<a
href="https://www.apache.org/dyn/closer.lua/flink/flink-1.13.5/flink-1.13.5-bin-scala_2.12.tgz"
id="1135-download_212">Apache Flink 1.13.5 for Scala 2.12</a> (<a href="
-
https://downloads.apache.org/flink/flink-1.13.5/flink-1.13.5-bin-scala_2.12.tgz.asc">asc</a>,
<a
href="https://downloads.apache.org/flink/flink-1.13.5/flink-1.13.5-bin-scala_2.12.tgz.sha512">sha512</a>)
+<a
href="https://www.apache.org/dyn/closer.lua/flink/flink-1.13.6/flink-1.13.6-bin-scala_2.12.tgz"
id="1136-download_212">Apache Flink 1.13.6 for Scala 2.12</a> (<a href="
+
https://downloads.apache.org/flink/flink-1.13.6/flink-1.13.6-bin-scala_2.12.tgz.asc">asc</a>,
<a
href="https://downloads.apache.org/flink/flink-1.13.6/flink-1.13.6-bin-scala_2.12.tgz.sha512">sha512</a>)
</p>
<p>
-<a
href="https://www.apache.org/dyn/closer.lua/flink/flink-1.13.5/flink-1.13.5-src.tgz"
id="1135-download-source">Apache Flink 1.13.5 Source Release</a>
- (<a
href="https://downloads.apache.org/flink/flink-1.13.5/flink-1.13.5-src.tgz.asc">asc</a>,
<a
href="https://downloads.apache.org/flink/flink-1.13.5/flink-1.13.5-src.tgz.sha512">sha512</a>)
+<a
href="https://www.apache.org/dyn/closer.lua/flink/flink-1.13.6/flink-1.13.6-src.tgz"
id="1135-download-source">Apache Flink 1.13.6 Source Release</a>
+ (<a
href="https://downloads.apache.org/flink/flink-1.13.6/flink-1.13.6-src.tgz.asc">asc</a>,
<a
href="https://downloads.apache.org/flink/flink-1.13.6/flink-1.13.6-src.tgz.sha512">sha512</a>)
</p>
<h4 id="section-1">发布说明</h4>
@@ -520,6 +520,17 @@ Flink 1.14.0 - 2021-09-29
<li>
+Flink 1.13.6 - 2022-02-09
+(<a
href="https://archive.apache.org/dist/flink/flink-1.13.6/flink-1.13.6-src.tgz">Source</a>,
+<a href="https://archive.apache.org/dist/flink/flink-1.13.6">Binaries</a>,
+<a href="https://nightlies.apache.org/flink/flink-docs-release-1.13">Docs</a>,
+<a
href="https://nightlies.apache.org/flink/flink-docs-release-1.13/api/java">Javadocs</a>,
+<a
href="https://nightlies.apache.org/flink/flink-docs-release-1.13/api/scala/index.html">Scaladocs</a>)
+
+</li>
+
+<li>
+
Flink 1.13.5 - 2021-12-16
(<a
href="https://archive.apache.org/dist/flink/flink-1.13.5/flink-1.13.5-src.tgz">Source</a>,
<a href="https://archive.apache.org/dist/flink/flink-1.13.5">Binaries</a>,
diff --git a/content/zh/index.html b/content/zh/index.html
index 98715a0..a2b5346 100644
--- a/content/zh/index.html
+++ b/content/zh/index.html
@@ -381,6 +381,9 @@
<dl>
+ <dt> <a href="/news/2022/02/09/release-1.13.6.html">Apache Flink
1.13.6 Release Announcement</a></dt>
+ <dd>The Apache Flink Community is please to announce another bug fix
release for Flink 1.13.</dd>
+
<dt> <a href="/news/2022/01/31/release-statefun-3.2.0.html">Stateful
Functions 3.2.0 Release Announcement</a></dt>
<dd><p>Stateful Functions is a cross-platform stack for building
Stateful Serverless applications, making it radically simpler to develop
scalable, consistent, and elastic distributed applications.
This new release brings various improvements to the StateFun runtime, a leaner
way to specify StateFun module components, and a brand new JavaScript SDK!</p>
@@ -395,9 +398,6 @@ This new release brings various improvements to the
StateFun runtime, a leaner w
<dt> <a href="/news/2022/01/07/release-ml-2.0.0.html">Apache Flink ML
2.0.0 Release Announcement</a></dt>
<dd>The Apache Flink community is excited to announce the release of
Flink ML 2.0.0! This release involves a major refactor of the earlier Flink ML
library and introduces major features that extend the Flink ML API and the
iteration runtime, such as supporting stages with multi-input multi-output,
graph-based stage composition, and a new stream-batch unified iteration
library.</dd>
-
- <dt> <a href="/2022/01/04/scheduler-performance-part-two.html">How We
Improved Scheduler Performance for Large-scale Jobs - Part Two</a></dt>
- <dd>Part one of this blog post briefly introduced the optimizations
we’ve made to improve the performance of the scheduler; compared to Flink 1.12,
the time cost and memory usage of scheduling large-scale jobs in Flink 1.14 is
significantly reduced. In part two, we will elaborate on the details of these
optimizations.</dd>
</dl>