vhive-serverless / vHive

vHive: Open-source framework for serverless experimentation
MIT License
265 stars 84 forks source link

gVisor not working on branch bump-k8s #947

Closed JooyoungPark73 closed 4 months ago

JooyoungPark73 commented 4 months ago
Severity: ERROR
Timestamp: 2024-03-04T13:33:53.208672401Z
Logger: queueproxy
Caller: network/error_handler.go:33
Message: error reverse proxying request; sockstat:
    sockets: used 9
    TCP: inuse 1 orphan 0 tw 3 alloc 552 mem 51
    UDP: inuse 0 mem 7
    UDPLITE: inuse 0
    RAW: inuse 0
    FRAG: inuse 0 memory 0
Commit: 41769de
knative.dev/key: default/helloworld-00001
knative.dev/pod: helloworld-00001-deployment-6497798b7d-qfvpf
Error: unexpected EOF
Stacktrace:
    knative.dev/pkg/network.ErrorHandler.func1
        knative.dev/pkg@v0.0.0-20240116073220-b488e7be5902/network/error_handler.go:33
    net/http/httputil.(*ReverseProxy).ServeHTTP
        net/http/httputil/reverseproxy.go:475
    knative.dev/serving/pkg/queue.(*appRequestMetricsHandler).ServeHTTP
        knative.dev/serving/pkg/queue/request_metric.go:199
    knative.dev/serving/pkg/queue/sharedmain.mainHandler.ProxyHandler.func3
        knative.dev/serving/pkg/queue/handler.go:76
    net/http.HandlerFunc.ServeHTTP
        net/http/server.go:2136
    knative.dev/serving/pkg/queue/sharedmain.mainHandler.ForwardedShimHandler.func4
        knative.dev/serving/pkg/queue/forwarded_shim.go:54
    net/http.HandlerFunc.ServeHTTP
        net/http/server.go:2136
    knative.dev/serving/pkg/http/handler.(*timeoutHandler).ServeHTTP.func4
        knative.dev/serving/pkg/http/handler/timeout.go:118

queue proxy raises error every invoke, and fails to invoke function.