Uh oh!
There was an error while loading. Please reload this page.
Bigtable: 'test_bigtable_create_table' snippet flakes with '504 Deadline Exceeded'. - #8889
Conversation
googlebot
commented
Aug 1, 2019
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
tseaver
commented
Aug 1, 2019
@mf2199 This PR overlaps #8879, which I reviewed today: is there a reason not to have @sangramql add this change there? |
mf2199
commented
Aug 1, 2019
@tseaver The other PR addresses a different (albeit similar) issue. I've asked @sangramql to review this, he will make the final call (hence the draft version). |
Uh oh!
There was an error while loading. Please reload this page.
mf2199
commented
Aug 2, 2019
@googlebot I consent. |
sangramql
commented
Aug 5, 2019
@googlebot I consent |
googlebot
commented
Aug 5, 2019
CLAs look good, thanks! ℹ️ Googlers: Go here for more info. |
Fixes#8480
We used to observe this issue while working on Bigtable. As per our understanding, this used to occur intermittently when Google Cloud takes longer than expected to create instance or table. So we added some cool down time. Now we have added a retry logic to [exponentially] factor in the cool down time, if the table creation fails. As of right now, the max retry count is 4, though it can be configured.