Ta-Ching Chen
Ta-Ching Chen
Hello, I also encountered this problem. Is there any chance to get this fix? BTW, is there any cluster mesh setup guide with helm? Thanks
``` { "level": "error", "ts": 1567520795.728382, "logger": "new_deploy", "caller": "newdeploy/newdeploy.go:440", "msg": "error deleting service for newdeploy function", "error": "Delete xxxxx: read tcp 10.2.5.101:38908->10.3.0.1:443: read: connection reset by peer", "function_name": "newdeploy-fbsync-default-5g29oijz",...
Move to the next milestone in order to have enough time to design a better solution to solve the problem. The fix should be able to achieve: 1. periodically check...
@soamvasani I agree to put envoy as sidecar proxy in the router pod only for fast path purpose, however, from the [tracing doc ](https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/tracing) looks like we still need to...
The only problem is fission supports multiple languages, not all of them have libraries support also it's not a good idea to implement function statistics in each language separately. It's...
> So if users want envoy in every pod they can just use a service mesh Make sense to me, didn't think of this before. Ok, I will head over...
I don't think it's a good idea. The reasons as following: 1. Statistics information is not for the function itself. It's for human. 2. The number of times changes fast....
Actually, you can achieve this now. Let say you can write two functions A and B. Function A receives a request, which contains callback URL in request body, from the...
related to https://github.com/fission/fission/issues/596
Update function when executor is in-progress doing a deployment doesn't cancel the executor properly
Summary of discussion: 1. Newdeploy function `waitForDeploy` blocks for loop https://github.com/fission/fission/blob/52b736c892f570d5bb1711076403bfe51e616a67/executor/newdeploy/newdeploymgr.go#L175-L183 if the replicas of deploy never higher or equal to minScale. We should move `deploy.fnCreate` to separate goroutine. 2....