Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add repliedAddress to failure message in case of reply timeout #1913

Merged
merged 1 commit into from
Mar 31, 2017

Conversation

jan-zajic
Copy link
Contributor

In HandlerRegistration, sendAsyncResultFailure is logged only when timeout != -1, which is only set in createReplyHandlerRegistration (tj handler is reply handler). But it logs only field address, which is mostly useless to log for reply handler. It print us usually something like:
Timed out after waiting for a reply. address: 82
So we must put breakpoint here and see what repliedAddress is (it's that more interesting address in that case).

So please merge this enhancement so repliedAddress is in error message as well.

Signed-off-by: jzajic jan.zajic@corpus.cz

Signed-off-by: jzajic <jan.zajic@corpus.cz>
@vietj vietj merged commit 3360228 into eclipse-vertx:master Mar 31, 2017
@vietj vietj removed the to review label Mar 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants