awslabs / multi-model-server

Multi Model Server is a tool for serving neural net models for inference
Apache License 2.0
994 stars 231 forks source link

readAddress(..) failed: Connection reset by peer #1016

Open xuweidongkobe opened 1 year ago

xuweidongkobe commented 1 year ago

image My config file is shown in the above picture, the log file is shown in the following figure. 3d65 the error is : [ERROR] epollEventLoopGroup-3-8 com.amazonaws.ml.mms.http.HttpRequestHandler - io.netty.channel.unix.Errors$NativeIoException: readAddress(..) failed: Connection reset by peer I used multi-model-server 1.1.4 version. The service logic is to use mms to create an algorithm service and call the service to identify the target. This problem is sporadic,I want to know how to solve this problem, thank you.

xuweidongkobe commented 1 year ago

@maaquib