From decb14d4691a3af73eed3383b4dcf2add8a4f365 Mon Sep 17 00:00:00 2001 From: Alkin Tezuysal Date: Mon, 19 Oct 2020 15:01:38 +0300 Subject: [PATCH 1/4] 7.0.3 Release Notes Signed-off-by: Alkin Tezuysal --- doc/releasenotes/7_0_3_release_notes.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/releasenotes/7_0_3_release_notes.md diff --git a/doc/releasenotes/7_0_3_release_notes.md b/doc/releasenotes/7_0_3_release_notes.md new file mode 100644 index 00000000000..9e8288c5b45 --- /dev/null +++ b/doc/releasenotes/7_0_3_release_notes.md @@ -0,0 +1,11 @@ +This update fixes several regressions that were deemed significant enough to be backported to the release branch. + +## Bugs Fixed + +* healthcheck : Should receive healthcheck updates from all tablets in cells_to_watch #6857 +* vtgate : Fix error around breaking of multistatements #6824 + +## Backported + +* backport : Download zookeeper 3.4.14 from archive site #6868 +* backport : checkNoDB should not require tables to be present #6788 From c176c4f2c3e7174c8e03735999ba378c7b80db6c Mon Sep 17 00:00:00 2001 From: Alkin Tezuysal Date: Mon, 19 Oct 2020 19:06:15 +0300 Subject: [PATCH 2/4] 7.0.3 Release notes updates Signed-off-by: Alkin Tezuysal --- doc/releasenotes/7_0_3_release_notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/releasenotes/7_0_3_release_notes.md b/doc/releasenotes/7_0_3_release_notes.md index 9e8288c5b45..1f11d67daae 100644 --- a/doc/releasenotes/7_0_3_release_notes.md +++ b/doc/releasenotes/7_0_3_release_notes.md @@ -4,8 +4,8 @@ This update fixes several regressions that were deemed significant enough to be * healthcheck : Should receive healthcheck updates from all tablets in cells_to_watch #6857 * vtgate : Fix error around breaking of multistatements #6824 +* backport : checkNoDB should not require tables to be present #6788 -## Backported +## Build Changes * backport : Download zookeeper 3.4.14 from archive site #6868 -* backport : checkNoDB should not require tables to be present #6788 From b9a4d66e7d7134d09dc0d96f6afe5fae88527374 Mon Sep 17 00:00:00 2001 From: Alkin Tezuysal Date: Thu, 22 Oct 2020 14:36:52 +0300 Subject: [PATCH 3/4] Catagory changes Signed-off-by: Alkin Tezuysal --- doc/releasenotes/7_0_3_release_notes.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/releasenotes/7_0_3_release_notes.md b/doc/releasenotes/7_0_3_release_notes.md index 1f11d67daae..1d8bcc3a805 100644 --- a/doc/releasenotes/7_0_3_release_notes.md +++ b/doc/releasenotes/7_0_3_release_notes.md @@ -2,10 +2,10 @@ This update fixes several regressions that were deemed significant enough to be ## Bugs Fixed -* healthcheck : Should receive healthcheck updates from all tablets in cells_to_watch #6857 -* vtgate : Fix error around breaking of multistatements #6824 -* backport : checkNoDB should not require tables to be present #6788 +* Vtgate : Should receive healthcheck updates from all tablets in cells_to_watch #6857 +* Vtgate : Fix error around breaking of multistatements #6824 +* Vttablet : checkNoDB should not require tables to be present #6788 ## Build Changes -* backport : Download zookeeper 3.4.14 from archive site #6868 +* Build : Download zookeeper 3.4.14 from archive site #6868 From 7f92f883f8580e8dced73ab401641e5e887e7b84 Mon Sep 17 00:00:00 2001 From: Alkin Tezuysal Date: Thu, 22 Oct 2020 18:52:38 +0300 Subject: [PATCH 4/4] Add 6904 Signed-off-by: Alkin Tezuysal --- doc/releasenotes/7_0_3_release_notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/releasenotes/7_0_3_release_notes.md b/doc/releasenotes/7_0_3_release_notes.md index 1d8bcc3a805..f4205cba9b8 100644 --- a/doc/releasenotes/7_0_3_release_notes.md +++ b/doc/releasenotes/7_0_3_release_notes.md @@ -4,6 +4,7 @@ This update fixes several regressions that were deemed significant enough to be * Vtgate : Should receive healthcheck updates from all tablets in cells_to_watch #6857 * Vtgate : Fix error around breaking of multistatements #6824 +* Vtgate : Fix bug in REPLICA/RDONLY routing #6904 * Vttablet : checkNoDB should not require tables to be present #6788 ## Build Changes