This is an automated email from the ASF dual-hosted git repository.

martijnvisser pushed a change to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/flink-web.git


 discard 66a94580f Add alias for all blog posts to allow for redirects
     new 45cd7382f Add alias for all blog posts to allow for redirects

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (66a94580f)
            \
             N -- N -- N   refs/heads/asf-staging (45cd7382f)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 content/2019/05/03/pulsar-flink.html                           | 10 ++++++++++
 content/2019/05/14/temporal-tables.html                        | 10 ++++++++++
 content/2019/05/19/state-ttl.html                              | 10 ++++++++++
 content/2019/06/05/flink-network-stack.html                    | 10 ++++++++++
 content/2019/06/26/broadcast-state.html                        | 10 ++++++++++
 content/2019/07/23/flink-network-stack-2.html                  | 10 ++++++++++
 content/2020/04/09/pyflink-udf-support-flink.html              | 10 ++++++++++
 content/2020/07/23/catalogs.html                               | 10 ++++++++++
 .../28/flink-sql-demo-building-e2e-streaming-application.html  | 10 ++++++++++
 content/2020/08/04/pyflink-pandas-udf-support-flink.html       | 10 ++++++++++
 content/2020/08/19/statefun.html                               | 10 ++++++++++
 .../2020/09/01/flink-1.11-memory-management-improvements.html  | 10 ++++++++++
 .../10/15/from-aligned-to-unaligned-checkpoints-part-1.html    | 10 ++++++++++
 content/2020/12/15/pipelined-region-sheduling.html             | 10 ++++++++++
 content/2021/01/07/pulsar-flink-connector-270.html             | 10 ++++++++++
 content/2021/01/18/rocksdb.html                                | 10 ++++++++++
 content/2021/02/10/native-k8s-with-ha.html                     | 10 ++++++++++
 content/2021/03/11/batch-execution-mode.html                   | 10 ++++++++++
 content/2021/05/06/reactive-mode.html                          | 10 ++++++++++
 content/2021/07/07/backpressure.html                           | 10 ++++++++++
 content/2021/09/07/connector-table-sql-api-part1.html          | 10 ++++++++++
 content/2021/09/07/connector-table-sql-api-part2.html          | 10 ++++++++++
 content/2021/10/26/sort-shuffle-part1.html                     | 10 ++++++++++
 content/2021/10/26/sort-shuffle-part2.html                     | 10 ++++++++++
 content/2021/11/03/flink-backward.html                         | 10 ++++++++++
 content/2021/12/10/log4j-cve.html                              | 10 ++++++++++
 content/2022/01/04/scheduler-performance-part-one.html         | 10 ++++++++++
 content/2022/01/04/scheduler-performance-part-two.html         | 10 ++++++++++
 content/2022/01/20/pravega-connector-101.html                  | 10 ++++++++++
 content/2022/02/22/scala-free.html                             | 10 ++++++++++
 content/2022/05/06/async-sink-base.html                        | 10 ++++++++++
 content/2022/05/06/pyflink-1.15-thread-mode.html               | 10 ++++++++++
 content/2022/05/06/restore-modes.html                          | 10 ++++++++++
 content/2022/05/18/latency-part1.html                          | 10 ++++++++++
 content/2022/05/23/latency-part2.html                          | 10 ++++++++++
 content/2022/05/30/changelog-state-backend.html                | 10 ++++++++++
 content/2022/06/17/adaptive-batch-scheduler.html               | 10 ++++++++++
 content/2022/07/11/final-checkpoint-part1.html                 | 10 ++++++++++
 content/2022/07/11/final-checkpoint-part2.html                 | 10 ++++++++++
 content/2022/11/25/async-sink-rate-limiting-strategy.html      | 10 ++++++++++
 40 files changed, 400 insertions(+)
 create mode 100644 content/2019/05/03/pulsar-flink.html
 create mode 100644 content/2019/05/14/temporal-tables.html
 create mode 100644 content/2019/05/19/state-ttl.html
 create mode 100644 content/2019/06/05/flink-network-stack.html
 create mode 100644 content/2019/06/26/broadcast-state.html
 create mode 100644 content/2019/07/23/flink-network-stack-2.html
 create mode 100644 content/2020/04/09/pyflink-udf-support-flink.html
 create mode 100644 content/2020/07/23/catalogs.html
 create mode 100644 
content/2020/07/28/flink-sql-demo-building-e2e-streaming-application.html
 create mode 100644 content/2020/08/04/pyflink-pandas-udf-support-flink.html
 create mode 100644 content/2020/08/19/statefun.html
 create mode 100644 
content/2020/09/01/flink-1.11-memory-management-improvements.html
 create mode 100644 
content/2020/10/15/from-aligned-to-unaligned-checkpoints-part-1.html
 create mode 100644 content/2020/12/15/pipelined-region-sheduling.html
 create mode 100644 content/2021/01/07/pulsar-flink-connector-270.html
 create mode 100644 content/2021/01/18/rocksdb.html
 create mode 100644 content/2021/02/10/native-k8s-with-ha.html
 create mode 100644 content/2021/03/11/batch-execution-mode.html
 create mode 100644 content/2021/05/06/reactive-mode.html
 create mode 100644 content/2021/07/07/backpressure.html
 create mode 100644 content/2021/09/07/connector-table-sql-api-part1.html
 create mode 100644 content/2021/09/07/connector-table-sql-api-part2.html
 create mode 100644 content/2021/10/26/sort-shuffle-part1.html
 create mode 100644 content/2021/10/26/sort-shuffle-part2.html
 create mode 100644 content/2021/11/03/flink-backward.html
 create mode 100644 content/2021/12/10/log4j-cve.html
 create mode 100644 content/2022/01/04/scheduler-performance-part-one.html
 create mode 100644 content/2022/01/04/scheduler-performance-part-two.html
 create mode 100644 content/2022/01/20/pravega-connector-101.html
 create mode 100644 content/2022/02/22/scala-free.html
 create mode 100644 content/2022/05/06/async-sink-base.html
 create mode 100644 content/2022/05/06/pyflink-1.15-thread-mode.html
 create mode 100644 content/2022/05/06/restore-modes.html
 create mode 100644 content/2022/05/18/latency-part1.html
 create mode 100644 content/2022/05/23/latency-part2.html
 create mode 100644 content/2022/05/30/changelog-state-backend.html
 create mode 100644 content/2022/06/17/adaptive-batch-scheduler.html
 create mode 100644 content/2022/07/11/final-checkpoint-part1.html
 create mode 100644 content/2022/07/11/final-checkpoint-part2.html
 create mode 100644 content/2022/11/25/async-sink-rate-limiting-strategy.html

Reply via email to