Skip to content

Conversation

@srowen
Copy link
Member

@srowen srowen commented Jun 4, 2015

Completely trivial but I noticed this wrinkle in a log message today; $sender doesn't refer to anything and isn't interpolated here.

@SparkQA
Copy link

SparkQA commented Jun 4, 2015

Test build #34205 has finished for PR 6650 at commit 7edb866.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

Copy link
Contributor

Choose a reason for hiding this comment

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

Since you're here, this should be an interpolated string because of $executorId.

Copy link
Member Author

Choose a reason for hiding this comment

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

... and here I was wondering why the IDE didn't flag it. Yep will fix that.

@rxin
Copy link
Contributor

rxin commented Jun 5, 2015

cc @zsxwing -- I think this was leftover from RPC refactoring?

@zsxwing
Copy link
Member

zsxwing commented Jun 5, 2015

LGTM

@SparkQA
Copy link

SparkQA commented Jun 5, 2015

Test build #34255 has finished for PR 6650 at commit 518687a.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@rxin
Copy link
Contributor

rxin commented Jun 5, 2015

Merged in master & branch-1.4.

asfgit pushed a commit that referenced this pull request Jun 5, 2015
Completely trivial but I noticed this wrinkle in a log message today; `$sender` doesn't refer to anything and isn't interpolated here.

Author: Sean Owen <sowen@cloudera.com>

Closes #6650 from srowen/Interpolation and squashes the following commits:

518687a [Sean Owen] Actually interpolate log string
7edb866 [Sean Owen] Trivial: remove unused interpolation var in log message

(cherry picked from commit 3a5c4da)
Signed-off-by: Reynold Xin <rxin@databricks.com>
@asfgit asfgit closed this in 3a5c4da Jun 5, 2015
@srowen srowen deleted the Interpolation branch June 5, 2015 12:22
jeanlyn pushed a commit to jeanlyn/spark that referenced this pull request Jun 12, 2015
Completely trivial but I noticed this wrinkle in a log message today; `$sender` doesn't refer to anything and isn't interpolated here.

Author: Sean Owen <sowen@cloudera.com>

Closes apache#6650 from srowen/Interpolation and squashes the following commits:

518687a [Sean Owen] Actually interpolate log string
7edb866 [Sean Owen] Trivial: remove unused interpolation var in log message
nemccarthy pushed a commit to nemccarthy/spark that referenced this pull request Jun 19, 2015
Completely trivial but I noticed this wrinkle in a log message today; `$sender` doesn't refer to anything and isn't interpolated here.

Author: Sean Owen <sowen@cloudera.com>

Closes apache#6650 from srowen/Interpolation and squashes the following commits:

518687a [Sean Owen] Actually interpolate log string
7edb866 [Sean Owen] Trivial: remove unused interpolation var in log message
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.

5 participants