This is an automated email from the ASF dual-hosted git repository. pnowojski pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/flink-web.git
commit 9362728c5ff59fdf96fd127cd6002fed17f791db Author: Piotr Nowojski <[email protected]> AuthorDate: Thu Sep 30 08:37:15 2021 +0200 Update buffer_debloating to svg --- _posts/2021-09-29-release-1.14.0.md | 2 +- .../2021-09-25-release-1.14.0/buffer_debloating.png | Bin 20268 -> 0 bytes .../2021-09-25-release-1.14.0/buffer_debloating.svg | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_posts/2021-09-29-release-1.14.0.md b/_posts/2021-09-29-release-1.14.0.md index ad1c42f..b7d1ceb 100644 --- a/_posts/2021-09-29-release-1.14.0.md +++ b/_posts/2021-09-29-release-1.14.0.md @@ -179,7 +179,7 @@ stable and predictable alignment times for aligned checkpoints under backpressur reduce the amount of in-flight data stored in unaliged checkpoints under backpressure. <figure style="align-content: center"> - <img src="{{ site.baseurl }}/img/blog/2021-09-25-release-1.14.0/buffer_debloating.png" style="display: block; margin-left: auto; margin-right: auto; width: 600px"/> + <img src="{{ site.baseurl }}/img/blog/2021-09-25-release-1.14.0/buffer_debloating.svg" style="display: block; margin-left: auto; margin-right: auto; width: 600px"/> </figure> Buffer Deloating acts as a complementary feature, or even alternative, to unaligned checkpoints. diff --git a/img/blog/2021-09-25-release-1.14.0/buffer_debloating.png b/img/blog/2021-09-25-release-1.14.0/buffer_debloating.png deleted file mode 100644 index 9c95bc4..0000000 Binary files a/img/blog/2021-09-25-release-1.14.0/buffer_debloating.png and /dev/null differ diff --git a/img/blog/2021-09-25-release-1.14.0/buffer_debloating.svg b/img/blog/2021-09-25-release-1.14.0/buffer_debloating.svg new file mode 100644 index 0000000..ca6f971 --- /dev/null +++ b/img/blog/2021-09-25-release-1.14.0/buffer_debloating.svg @@ -0,0 +1 @@ +<svg version="1.1" viewBox="0.0 0.0 600.0 371.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="371" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 371.0L0 371.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M92.5 301.5L581.5 301.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M92 [...] \ No newline at end of file
