We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SocketException occurred while inserting object into gcs. In this case, we will try again, but no retries will be made.
Although it seems to be judging a retry from an error message, retry will not be done with a Japanese error.
:message=>"パイプが切断されました (Write failed)"
2017-04-17 03:55:17.949 +0900 [ERROR] (0001:transaction): Exception: embulk-output-bigquery: response:{:message=>"パイプが切断されました (Write failed)", :error_class=>Java::JavaNet::SocketException}
https://github.com/embulk/embulk-output-bigquery/blob/master/lib/embulk/output/bigquery/google_client.rb#L83
The text was updated successfully, but these errors were encountered:
No branches or pull requests
SocketException occurred while inserting object into gcs. In this case, we will try again, but no retries will be made.
Although it seems to be judging a retry from an error message, retry will not be done with a Japanese error.
:message=>"パイプが切断されました (Write failed)"
https://github.com/embulk/embulk-output-bigquery/blob/master/lib/embulk/output/bigquery/google_client.rb#L83
The text was updated successfully, but these errors were encountered: