Skip to content
New issue

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

[BEAM-2718] Integrate bundle retry code for the DirectRunner #4113

Closed

Conversation

mariapython
Copy link
Contributor

When processing of a bundle fails, the bundle is retried.

  • Remove opt-in flag, make it happen by default.

@mariapython
Copy link
Contributor Author

R: @charlesccychen

Copy link
Contributor

@charlesccychen charlesccychen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! This LGTM.

R: @chamikaramj for merge.

@@ -72,6 +72,7 @@ ISORT_EXCLUDED=(
"iobase_test.py"
"fast_coders_test.py"
"slow_coders_test.py"
"executor.py"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the problem with isort in this file?

@@ -72,6 +72,7 @@ ISORT_EXCLUDED=(
"iobase_test.py"
"fast_coders_test.py"
"slow_coders_test.py"
"executor.py"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

aaltay wrote:
What is the problem with isort in this file?

It was complaining about the wrong import order for some reason. I have tried again without and it works without excluding the file.

Copy link
Contributor

@charlesccychen charlesccychen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, LGTM.

@@ -72,6 +72,7 @@ ISORT_EXCLUDED=(
"iobase_test.py"
"fast_coders_test.py"
"slow_coders_test.py"
"executor.py"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mariapython wrote:
It was complaining about the wrong import order for some reason. I have tried again without and it works without excluding the file.

Done.

@asfgit asfgit closed this in 2df25db Nov 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants