-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-36834][SHUFFLE] Add support for namespacing log lines emitted by external shuffle service #34079
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
Conversation
common/network-yarn/src/main/java/org/apache/spark/network/yarn/YarnShuffleService.java
Outdated
Show resolved
Hide resolved
common/network-yarn/src/main/java/org/apache/spark/network/yarn/YarnShuffleService.java
Outdated
Show resolved
Hide resolved
|
+CC @tgravescs, @Ngone51 |
c85599f to
59cdb03
Compare
common/network-yarn/src/main/java/org/apache/spark/network/yarn/YarnShuffleService.java
Outdated
Show resolved
Hide resolved
|
conceptually looks fine to me too. |
common/network-yarn/src/main/java/org/apache/spark/network/yarn/YarnShuffleService.java
Outdated
Show resolved
Hide resolved
common/network-yarn/src/main/java/org/apache/spark/network/yarn/YarnShuffleService.java
Outdated
Show resolved
Hide resolved
c13c3a2 to
d0380ec
Compare
common/network-yarn/src/main/java/org/apache/spark/network/yarn/YarnShuffleService.java
Outdated
Show resolved
Hide resolved
common/network-yarn/src/main/java/org/apache/spark/network/yarn/YarnShuffleService.java
Outdated
Show resolved
Hide resolved
common/network-yarn/src/main/java/org/apache/spark/network/yarn/YarnShuffleService.java
Outdated
Show resolved
Hide resolved
common/network-yarn/src/main/java/org/apache/spark/network/yarn/YarnShuffleService.java
Outdated
Show resolved
Hide resolved
common/network-yarn/src/main/java/org/apache/spark/network/yarn/YarnShuffleService.java
Outdated
Show resolved
Hide resolved
d432baa to
6c754cf
Compare
|
@tgravescs @mridulm @xkrogen Addressed the comments, please review. Thanks |
xkrogen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Logic itself LGTM, I think having the base static logger which we later override is a good approach
I think we can make the documentation/messages a bit more user friendly
common/network-yarn/src/main/java/org/apache/spark/network/yarn/YarnShuffleService.java
Outdated
Show resolved
Hide resolved
common/network-yarn/src/main/java/org/apache/spark/network/yarn/YarnShuffleService.java
Outdated
Show resolved
Hide resolved
xkrogen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM except for minor formatting comment
|
@mridulm @tgravescs Please take a look, thanks! |
common/network-yarn/src/main/java/org/apache/spark/network/yarn/YarnShuffleService.java
Outdated
Show resolved
Hide resolved
common/network-yarn/src/main/java/org/apache/spark/network/yarn/YarnShuffleService.java
Outdated
Show resolved
Hide resolved
mridulm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+CC @tgravescs, @xkrogen
|
Ok to test |
|
Test build #144271 has finished for PR 34079 at commit
|
|
Kubernetes integration test starting |
…by ESS ### What changes were proposed in this pull request? Added a config `spark.yarn.shuffle.service.logs.namespace` which can be used to add a namespace suffix to log lines emitted by the External Shuffle Service. ### Why are the changes needed? Since many instances of ESS can be running on the same NM, it would be easier to distinguish between them. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? N/A
|
Test build #144272 has finished for PR 34079 at commit
|
|
Kubernetes integration test status failure |
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
What changes were proposed in this pull request?
Added a config
spark.yarn.shuffle.service.logs.namespacewhich can be used to add a namespace suffix to log lines emitted by the External Shuffle Service.Why are the changes needed?
Since many instances of ESS can be running on the same NM, it would be easier to distinguish between them.
Does this PR introduce any user-facing change?
No
How was this patch tested?
N/A