Ta-Ching Chen

Results 18 issues of Ta-Ching Chen

A user reports that once a function pod (belongs to a function with executor type newdeploy) crashes and restarted, the sub-sequent requests sent to the same pod will get `Generic...

area-executor

This is the ticket to track the issue about CRD informer won't stop. ref: https://github.com/kubernetes/kubernetes/issues/79610

bug
area-kubernetes

To address https://github.com/fission/fission/pull/808#discussion_r208385694

area-fission-cli

https://github.com/fission/fission/pull/970#discussion_r230818558

area-executor

It would be great to provide a command to show some function statistics that provide information like how many times a function was being called.

area-ops
area-fission-cli

Problem: Kubernetes doesn't allow to create an HPA with 0 min replicas while fission support minscale=0, it causes kubernetes scales a functions' pods to two when serving requests. The root...

executor-newdeploy

Currently, the environment metadata UID is cached in service function cache entry. For a scenario like following 1. A user create an environment, which's UID is `ooo-xxx` 2. Create a...

area-executor

Envoy proxy is a sidecar proxy widely adopted by companies & projects. It provides rich functionalities such as circuit breaker, rate limit and metric statistics while keeping high performance for...

proposal
feature-request

Currently, MQTrigger only ACKs message when a function returns 200 HTTP code, however, in some cases that malformed messages may be sent to message queue and makes MQTrigger keeps sending...

area-events