Commit eeb18f6
[SPARK-15121] Improve logging of external shuffle handler
## What changes were proposed in this pull request?
Add more informative logging in the external shuffle service to aid in debugging who is connecting to the YARN Nodemanager when the external shuffle service runs under it.
## How was this patch tested?
Ran and saw logs coming out in log file.
Author: Thomas Graves <[email protected]>
Closes #12900 from tgravescs/SPARK-15121.
(cherry picked from commit 0c00391)
Signed-off-by: Andrew Or <[email protected]>1 parent 45862f6 commit eeb18f6
File tree
1 file changed
+3
-1
lines changed- common/network-shuffle/src/main/java/org/apache/spark/network/shuffle
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
89 | | - | |
| 90 | + | |
| 91 | + | |
90 | 92 | | |
91 | 93 | | |
92 | 94 | | |
| |||
0 commit comments