From 4a4246018451d68fc5f86c8bea3c2f6ea13ee3c6 Mon Sep 17 00:00:00 2001 From: Jason Pack Date: Wed, 11 Oct 2023 09:51:25 -0700 Subject: [PATCH] updated chlog again. --- .chloggen/spidercensus_fix-googlecloudspanner.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chloggen/spidercensus_fix-googlecloudspanner.yaml b/.chloggen/spidercensus_fix-googlecloudspanner.yaml index 9b31053a73eac..a15505c83a6c3 100755 --- a/.chloggen/spidercensus_fix-googlecloudspanner.yaml +++ b/.chloggen/spidercensus_fix-googlecloudspanner.yaml @@ -10,7 +10,7 @@ component: googlecloudspannerreceiver note: "Google Cloud Spanner Receiver currently generates an exception and exits if it attempts to read data from a database that doesn't exist. However it's normal for a single receiver to poll multiple databases, so this is not graceful failure. This PR makes a change to gracefully generate an error in case of an unreadable missing database and then continue reading other databases.." # Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists. -issues: "PR 26732" +issues: [26732] # (Optional) One or more lines of additional information to render under the primary note. # These lines will be padded with 2 spaces and then inserted directly into the document.