Both client and server are in cpp. Just to add, server is still usable after this and responds to requests if we make a new client.
Thanks. On Thu, Sep 22, 2016 at 1:26 AM, Nathaniel Manista <[email protected]> wrote: > On Tue, Sep 20, 2016 at 11:23 PM, <[email protected]> wrote: > >> Hi, While running grpc client, sometimes we are getting "broken pipe" and >> "connection reset by peer" errors. Frequency is pretty less. >> Should not grpc client itself retry on these errors. >> What is the application supposed to do in these cases? Is it ok to just >> retry the request in application or do we need to reinitialize the client? >> I am using grpc v1.0. >> >> {"created":"@1474401100.638932982","description":"OS >> Error","errno":32,"file":"src/core/lib/iomgr/tcp_posix.c","f >> ile_line":340,"os_error":"Broken pipe","syscall":"sendmsg"} >> >> {"created":"@1474368842.846383126","description":"OS >> Error","errno":104,"file":"src/core/lib/iomgr/tcp_posix.c"," >> file_line":340,"os_error":"Connection reset by peer","syscall":"sendmsg"} >> >> Thanks in advance. >> > > With what programming language are you using gRPC? > -Nathaniel > -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/CAHXyLKvMZxq5Ruj%3DAq8ubxeTu-GmowqJe4HvLU5%2BXrrpJgDFvA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
