-
Notifications
You must be signed in to change notification settings - Fork 2.2k
fix: naming of peas/pods/replicas in logs #2418
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
Conversation
Latency summaryCurrent PR yields:
Breakdown
Backed by latency-tracking. Further commits will update this comment. |
Codecov Report
@@ Coverage Diff @@
## master #2418 +/- ##
==========================================
+ Coverage 83.51% 83.54% +0.03%
==========================================
Files 150 150
Lines 9380 9367 -13
==========================================
- Hits 7834 7826 -8
+ Misses 1546 1541 -5
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
recheckcla |
/recheckcla |
Hey @JoanFM , I just wanna make sure you're not waiting on me to do anything here... I don't think so, but I'm not familiar with y'all's process, so I'm verifying. Thanks! |
Thanks for carrying this through! Needs a rebase/merge. |
You're welcome, @cristianmtr ! Glad I could help. 😊 Forgive my ignorance, but is the rebase/merge something that you need me to do, or is that note meant for a different person/process? I'm happy to rebase/merge and push another commit, just let me know, thx. |
Yeah, the GH PR says there are conflicting files that need to be merged manually. |
@cristianmtr Ok, I spent way too long today trying to rebase/merge to master, but every time I did it Git told me everything was "Already up to date." No matter how many SO posts I looked at, I wasn't able to determine why I was unable to pull the new changes to my local copy of the repo in order to make the rebase/merge meaningful. Ultimately, I realized the conflict was that the name of one of the files in this PR had changed since I submitted it, so I just changed it locally, pushed the new commit, and resolved a couple small conflicts on here. Hopefully that does it! and this PR can be approved before this codebase shifts any further, lol... |
I'm seeing the check-black failed, and I'm not sure why. All pre-commit hooks passed locally before the most recent push... 🤷🏻♂️ |
Not sure how it happened, but a test is failing the black test. It should have been handled by the pre-commit hook. Can you do |
@JoanFM @cristianmtr Is there more that needs doing by me on this at the moment? Should I try once more with a new branch/PR; third time's the charm? 😂 |
Looks good for me. Let's see what the CI says |
Uff seems like GH changes something and now you need to add
to the commit-lint action |
I cannot reproduce the error from my fork. But I do see your commit messages don't comply with our standards. Can you modify them? Or just squash them into one? https://github.com/jina-ai/jina/blob/84ae65f21f4131e2ba06de1d1bcc6556678f56df/CONTRIBUTING.md#L133 |
The offending commit is I spent some time looking into how to reword such messages, but am unfortunately not getting results I'm super confident in locally. Considering that I'm already dissatisfied with the extra unnecessary file changes this PR has picked up, I'm gonna start over one more time in the hopes that I can cleanly submit just the changes you're looking for. Thanks for your patience. |
#2508 resolves this |
Intended to fix #2363
This is a 2nd, cleaner try at #2382
cc: @cristianmtr @maximilianwerk @JoanFM