clipper icon indicating copy to clipboard operation
clipper copied to clipboard

[Performance] Performance Degradation on Kubernetes

Open simon-mo opened this issue 7 years ago • 3 comments

User is reporting:

I set up clipper on a Kubernetes cluster and tried to see how models perform. I found that the response time of models (even the helloworld example on clipper homepage) kept increasing as I submitted more queries.

simon-mo avatar Oct 16 '18 04:10 simon-mo

I will try to re-produce this.

simon-mo avatar Oct 16 '18 04:10 simon-mo

I will try to re-produce this.

Thanks. I tried on both minikube and a dedicated Kubernetes cluster, and the issue happened on both case.

I used the tutorial model (sum-list), With the following data input in every query: data = [random.uniform(0, 500) for _ in range(2)]

ZhuozhaoLi avatar Oct 16 '18 04:10 ZhuozhaoLi

Hi, @simon-mo How's the status for this?

rkooo567 avatar May 29 '19 03:05 rkooo567