Skip to content

Add retries for insertAll#2518

Merged
vam-google merged 2 commits intogoogleapis:masterfrom
vam-google:master
Oct 12, 2017
Merged

Add retries for insertAll#2518
vam-google merged 2 commits intogoogleapis:masterfrom
vam-google:master

Conversation

@vam-google
Copy link
Copy Markdown
Contributor

Retries are allowed only if all insertIds are set (same as it is done in C# client).

Retries are allowed only if all insertIds are set (same as it is done in C# client).
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Oct 12, 2017
if (allInsertIdsSet[0]) {
// allowing retries only if all row insertIds are set (used for deduplication)
try {
responsePb = runWithRetries(

This comment was marked as spam.

This comment was marked as spam.

@garrettjonesgoogle
Copy link
Copy Markdown
Contributor

LGTM after you address Codacy's complaint

@vam-google vam-google merged commit f803dd9 into googleapis:master Oct 12, 2017
schmidt-sebastian pushed a commit to FirebasePrivate/google-cloud-java that referenced this pull request Nov 9, 2017
chingor13 pushed a commit that referenced this pull request Feb 20, 2026
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants