You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
target connect will close while one target uninstall by method grpcConnectionPool::cleanup(),it's 5s interval check
I uninstall the service of the current target. Although I refused new grpc request right now ,But I need to finish processing the grpc requests currently being processed before disconnecting
grpc_handle.go function hasTarget compare by pointer(target address) to check target whether exist in route.Table, code main.go method watchBackend will NewTable every time while service refresh,so if one service had three target,if just one target uninstall from service ,other two target also will closed by cleanup() ,i think it need reuse old target connect
there two problems
target connect will close while one target uninstall by method grpcConnectionPool::cleanup(),it's 5s interval check
I uninstall the service of the current target. Although I refused new grpc request right now ,But I need to finish processing the grpc requests currently being processed before disconnecting
grpc_handle.go function hasTarget compare by pointer(target address) to check target whether exist in route.Table, code main.go method watchBackend will NewTable every time while service refresh,so if one service had three target,if just one target uninstall from service ,other two target also will closed by cleanup() ,i think it need reuse old target connect