awslabs/multi-model-server

readAddress(..) failed: Connection reset by peer

xuweidongkobe opened this issue · 1 comments

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.