-
Notifications
You must be signed in to change notification settings - Fork 2.2k
test: replicas with dump-reload #2331
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
4a70709
to
c0ebecb
Compare
Codecov Report
@@ Coverage Diff @@
## master #2331 +/- ##
==========================================
- Coverage 88.58% 88.36% -0.22%
==========================================
Files 230 230
Lines 12219 12301 +82
==========================================
+ Hits 10824 10870 +46
- Misses 1395 1431 +36
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Latency summaryCurrent PR yields:
Breakdown
Backed by latency-tracking. Further commits will update this comment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The good test would be to have a client deattached from flow
and see that the queries
are still served while reloading
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the way replica_args
are created need to be refactored
Not going to happen in this PR. The focus is to just get it to work at this point. But I agree there are a lot of things that need improving here. |
e12b066
to
ae7dc76
Compare
077f7b3
to
7e3a773
Compare
jina/peapods/pods/__init__.py
Outdated
:param timeout: time to wait (seconds) | ||
""" | ||
for pea in self.peas: | ||
if 'head' not in pea.name and 'tail' not in pea.name: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
have a private property for that?
b5495e8
to
3cd9821
Compare
@JoanFM Added a property |
cd26dc6
to
19e48c4
Compare
Todo
jinad
added
jinad
func. for Dump/Rolling Update triggeringPart of https://github.com/jina-ai/internal-tasks/issues/40
Benchmark