Skip to content

Commit 90331a3

Browse files
fix: add a bit more message so customers are not going to be scared on retryable errors. (#2386)
* fix: add a bit more message so customers are not going to be scaried by load shedding errors * . * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Update ConnectionWorker.java * Update ConnectionWorker.java * Update ConnectionWorker.java --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 08bc846 commit 90331a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/ConnectionWorker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1182,7 +1182,7 @@ private void doneCallback(Throwable finalStatus) {
11821182
<= maxRetryDuration.toMillis())) {
11831183
this.conectionRetryCountWithoutCallback++;
11841184
log.info(
1185-
"Retriable error "
1185+
"Connection is going to be reestablished with the next request. Retriable error "
11861186
+ finalStatus.toString()
11871187
+ " received, retry count "
11881188
+ conectionRetryCountWithoutCallback

0 commit comments

Comments
 (0)