bob
bob copied to clipboard
Handle and propagate errors from intra-nodes communication to the client
Currently, intra-node put method suppresses all errors (for example, it suppresses an authorization error), which cause Bob to returning success to the client when actually an error occurred. This should be improved by handling and propagating errors
https://github.com/qoollo/bob/pull/451/files This branch might solve the issue, since timeout errors are part of default error handling.