Skip to content

Commit b8f4f27

Browse files
committed
Merge branch 'upstream_master' into merge_upstream
# Conflicts: # embulk-output-bigquery.gemspec # lib/embulk/output/bigquery/google_client.rb
2 parents f2c291c + 149d7ed commit b8f4f27

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.6.9 - 2023-03-16
2+
* [enhancement] Add SSLException to retry job (thanks to @mzumi)
3+
14
## 0.6.8 - 2022-10-12
25
* [enhancement] Support JSON type (thanks to @civitaspo )
36
* [maintenance] Add an error message in order to retry (thanks to @mzumi)

lib/embulk/output/bigquery/google_client.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ def with_network_retry(&block)
7272
raise e
7373
end
7474
rescue ::Java::Java.net.SocketException, ::Java::Java.net.ConnectException => e
75+
rescue ::Java::Java.net.SocketException, ::Java::Java.net.ConnectException, ::Java::JavaxNetSsl::SSLException => e
7576
retry_messages = [
7677
'Broken pipe',
7778
'Connection reset',

0 commit comments

Comments
 (0)