[New Scheduler] Manage container creation#5074
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5074 +/- ##
==========================================
- Coverage 81.25% 75.17% -6.08%
==========================================
Files 218 222 +4
Lines 10700 11010 +310
Branches 450 484 +34
==========================================
- Hits 8694 8277 -417
- Misses 2006 2733 +727
Continue to review full report at Codecov.
|
|
The standalone test continues to fail because an error occurred while pulling |
I worked around this by pulling such kind images in advance before starting tests. |
| result = prime * result + tags.hashCode() | ||
| result = prime * result + dedicatedNamespaces.hashCode() | ||
| result | ||
| } |
| confdir: "{{ config_root_dir }}/registry" | ||
|
|
||
| kafka: | ||
| topicsPrefix: "{{ kafka_topics_prefix | default('') }}" |
There was a problem hiding this comment.
Add prefix for kafka topic feature is already implemented in this pr: #5062
style95
left a comment
There was a problem hiding this comment.
LGTM
@KeonHee
Can we add some design documents for this component especially regarding the container creation/deletion process and warmup process here?
https://cwiki.apache.org/confluence/display/OPENWHISK/Component+Design
|
@style95 Sure. I will upload it ASAP |
|
I wrote a document: https://cwiki.apache.org/confluence/display/OPENWHISK/ContainerManager |
Can we add a section about warmup? |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #5074 +/- ##
==========================================
- Coverage 81.11% 75.55% -5.56%
==========================================
Files 214 225 +11
Lines 10913 11423 +510
Branches 469 501 +32
==========================================
- Hits 8852 8631 -221
- Misses 2061 2792 +731 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|

Description
My changes affect the following components
Types of changes
Checklist: