-
Notifications
You must be signed in to change notification settings - Fork 8.9k
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
YARN-11241. Add uncleaning option for local app log file with log-aggregation enabled #4703
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
FYI: Checkstyle -0 showing here is not due changes in this PR. |
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.
I think this option is very useful for testing, but we need to make sure the user will not set this parameter to false in any production systems. Added a few comments.
...che/hadoop/yarn/server/nodemanager/containermanager/logaggregation/AppLogAggregatorImpl.java
Outdated
Show resolved
Hide resolved
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml
Outdated
Show resolved
Hide resolved
...che/hadoop/yarn/server/nodemanager/containermanager/logaggregation/AppLogAggregatorImpl.java
Show resolved
Hide resolved
...adoop/yarn/server/nodemanager/containermanager/logaggregation/TestLogAggregationService.java
Outdated
Show resolved
Hide resolved
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
@aajisaka - I have addressed you comments. Can you please review it again. Thank you so much. |
@aajisaka - Please help in reviewing the PR. Thanks. |
@aajisaka - I have addressed your last comments. Please help in reviewing it again. Thanks. |
...adoop/yarn/server/nodemanager/containermanager/logaggregation/TestLogAggregationService.java
Outdated
Show resolved
Hide resolved
...adoop/yarn/server/nodemanager/containermanager/logaggregation/TestLogAggregationService.java
Outdated
Show resolved
Hide resolved
🎊 +1 overall
This message was automatically generated. |
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, +1
…regation enabled (#4703) Co-authored-by: Ashutosh Gupta <[email protected]> Signed-off-by: Akira Ajisaka <[email protected]> (cherry picked from commit 65a027b)
…pload Failed After YARN-11241(apache#4703).
…pload Failed After YARN-11241(apache#4703).
…regation enabled (apache#4703) Co-authored-by: Ashutosh Gupta <[email protected]> Signed-off-by: Akira Ajisaka <[email protected]>
Description of PR
Add uncleaning option for local app log file with log-aggregation enabled
JIRA - YARN-11241
How was this patch tested?
Unit test
For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?