Github user tillrohrmann commented on a diff in the pull request:
https://github.com/apache/flink/pull/2405#discussion_r76038921
--- Diff:
flink-runtime/src/main/java/org/apache/flink/runtime/rpc/registration/RetryingRegistration.java
---
@@ -197,7 +197,7 @@ public void onSuccess(Gateway result) {
@Override
public void onFailure(Throwable failure) {
if (!isCanceled()) {
- log.warn("Could not resolve {}
address {}, retrying...", targetName, targetAddress);
+ log.warn("Could not resolve {}
address {}, retrying...", targetName, targetAddress, failure);
--- End diff --
I think you can according to http://stackoverflow.com/a/6374166/4815083 and
I also just tested it.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---