-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Name all Java threads to aid in debugging #23049 #23380
Conversation
…23173) * Add a tensorflow example to the run_inference_basic notebook * added tensorflow notebook example * updated first comment * added license * added sklearn notebook * added pytorch example * added readme * added notebooks for various frameworks * updated notebooks and readme * Update examples/notebooks/beam-ml/README.md Co-authored-by: Danny McCormick <[email protected]> * Update examples/notebooks/beam-ml/run_inference_tensorflow.ipynb Co-authored-by: Danny McCormick <[email protected]> * Added keyed handler, fixed formatting of floats to limit to 2 digits * Update examples/notebooks/beam-ml/run_inference_sklearn.ipynb good catch Co-authored-by: Danny McCormick <[email protected]> * Update examples/notebooks/beam-ml/README.md * Update examples/notebooks/beam-ml/README.md Co-authored-by: Danny McCormick <[email protected]>
…nto feature/name_all_java_threads # Conflicts: # CHANGES.md
Codecov Report
@@ Coverage Diff @@
## master #23380 +/- ##
==========================================
- Coverage 73.68% 73.40% -0.29%
==========================================
Files 714 718 +4
Lines 95220 95652 +432
==========================================
+ Hits 70161 70211 +50
- Misses 23762 24130 +368
- Partials 1297 1311 +14
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Assigning reviewers. If you would like to opt out of this review, comment R: @kennknowles for label java. Available commands:
The PR bot will only process comments in the main thread (not review comments). |
Thanks for contributions. I see some files under |
Think so. Because i didn't touch these files |
Name all Java threads to aid in debugging #23049
R: @kennknowles for label java.
R: @Abacn for label io.