Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Conversation

@olix0r
Copy link
Member

@olix0r olix0r commented Mar 22, 2017

#Recently the semantics of futures::Stream changed such that errors are
terminal.

Now, we ensure that individual namerd request failures are not propagated onto
the namer stream.

Furthermore, configuration files have been made more brittle so that unknown
fields are not silently ignored.

olix0r added 3 commits March 22, 2017 17:26
Recently the semantics of `futures::Stream` changed such that errors are
terminal.

Now, we ensure that individual namerd request failures are not propagated onto
the admin stream.

Furthermore, configuration files have been made more brittle so that unknown
fields are not silently ignored.
@olix0r olix0r self-assigned this Mar 22, 2017
src/namerd.rs Outdated
match *rsp.status() {
StatusCode::Ok => parse_body(rsp.body()),
status => {
trace!("namerd error: {}", status);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

might be worth an info!

olix0r added a commit that referenced this pull request Mar 22, 2017
Recently the semantics of `futures::Stream` changed such that errors are
terminal.

Now, we ensure that individual namerd request failures are not propagated onto
the address stream.

Furthermore, configuration files have been made more brittle so that unknown
fields are not silently ignored.
@olix0r olix0r closed this Mar 22, 2017
@olix0r olix0r deleted the ver/namerd-fix branch March 22, 2017 20:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants