Skip to content

Fixes #266 - MDC logging of the load balancer address now logs the proper address#355

Merged
dekobon merged 3 commits intoTritonDataCenter:masterfrom
dekobon:fix-266
Oct 6, 2017
Merged

Fixes #266 - MDC logging of the load balancer address now logs the proper address#355
dekobon merged 3 commits intoTritonDataCenter:masterfrom
dekobon:fix-266

Conversation

@dekobon
Copy link
Copy Markdown
Contributor

@dekobon dekobon commented Oct 6, 2017

This introduces a new implementation of a HttpRequestExecutor that logs the load balancer IP address and wraps Apache HTTP Client exceptions with exceptions that provide additional logging.

I arrived at these changes after investigating an intermittent NoHttpResponseException being thrown and I needed more details about the request being made.

This introduces a new implementation of a HttpRequestExecutor that
logs the load balancer IP address and wraps Apache HTTP Client
exceptions with exceptions that provide additional logging.
@dekobon dekobon requested review from cburroughs and tjcelaya October 6, 2017 00:09
@dekobon dekobon changed the title Fixes #266 Fixes #266 - MDC logging of the load balancer address now logs the proper address Oct 6, 2017
Copy link
Copy Markdown
Contributor

@tjcelaya tjcelaya left a comment

Choose a reason for hiding this comment

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

LGTM, just had one comment about a small error in a JavaDoc.

* @param message The detail message (which is saved for later retrieval
* by the {@link #getMessage()} method)
* @param cause The cause (which is saved for later retrieval by the
* {@link #getCause()} method). (A null value is permitted,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Looks like this parameter description was cut off.

@dekobon dekobon merged commit e36725e into TritonDataCenter:master Oct 6, 2017
@dekobon dekobon deleted the fix-266 branch October 6, 2017 22:19
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.

2 participants