baidu / sofa-pbrpc

A light-weight RPC implement of google protobuf RPC framework.
Other
2.13k stars 655 forks source link

One piece of data in a mr jobs all occurs the following error when retry connecting to different rpc servers #212

Open Loncoder opened 6 years ago

Loncoder commented 6 years ago

[E1014] Got EOF of fd=26[or other]; socket id = n@ip@..

but when I try to find the error message in the source code. I cannot find it .

so could you help me . thx

qinzuoyan commented 6 years ago

It seems not a piece of error for sofa-pbrpc, because we don't print any error message like that. Maybe it belongs to other lib used in your job code. Sorry could not help you.

Loncoder commented 6 years ago

@qinzuoyan thank you very much for your help,i will try to check other source code then . Now only one piece of data in billions of data samples occurs this error, i don't know why server catch socket EOF error , do you have some ideas?