bob icon indicating copy to clipboard operation
bob copied to clipboard

Handle and propagate errors from intra-nodes communication to the client

Open ikopylov opened this issue 3 years ago • 1 comments

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

ikopylov avatar Mar 22 '22 19:03 ikopylov

https://github.com/qoollo/bob/pull/451/files This branch might solve the issue, since timeout errors are part of default error handling.

idruzhitskiy avatar Mar 23 '22 16:03 idruzhitskiy