Closed cdmikechen closed 2 years ago
Merging #991 (82ec839) into master (3fc12ad) will decrease coverage by
0.05%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #991 +/- ##
============================================
- Coverage 14.26% 14.21% -0.06%
+ Complexity 991 987 -4
============================================
Files 241 241
Lines 23897 23897
Branches 3473 3473
============================================
- Hits 3410 3396 -14
- Misses 20280 20296 +16
+ Partials 207 205 -2
Impacted Files | Coverage Δ | |
---|---|---|
...ine/server/workbench/websocket/NotebookSocket.java | 61.90% <0.00%> (-19.05%) |
:arrow_down: |
.../server/workbench/websocket/ConnectionManager.java | 39.02% <0.00%> (-14.64%) |
:arrow_down: |
...ine/server/workbench/websocket/NotebookServer.java | 44.00% <0.00%> (-8.00%) |
:arrow_down: |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
What is this PR for?
The istio proxy intercepts some of the traffic to the database, causing the
submarine-sdk
within the pod to be unable to connect to the database. The main purpose of this PR is to remove istio's sidecar for the database.What type of PR is it?
Bug Fix
Todos
sidecar.istio.io/inject: "false"
to submarine-databaseWhat is the Jira issue?
https://issues.apache.org/jira/browse/SUBMARINE-1312
How should this be tested?
This PR can be tested by quickstart image.
I opened a quickstart pod independently and tried to call
train.py
. When it finally wrote the metric, I found that it was stuck connecting to the database, which means that the main problem was with database istio-proxy.Screenshots (if appropriate)
No
Questions: