Open
Description
on returning exception from executor layer in the sync servers in some of the cases we were updating the gRPC context with errors with parallel running thread even after we shutdown the gRPC server. This updated the context , overriding the actual reason for restart.
So we stopped returning errors from executor layer as part of this PR - #218