[Feature-13419][Remote Logging] Add support for writing task logs to S3#13649
[Feature-13419][Remote Logging] Add support for writing task logs to S3#13649EricGao888 merged 4 commits intoapache:devfrom
Conversation
d961023 to
6293a88
Compare
Codecov Report
@@ Coverage Diff @@
## dev #13649 +/- ##
============================================
- Coverage 39.08% 38.98% -0.10%
+ Complexity 4426 4413 -13
============================================
Files 1128 1128
Lines 42111 42130 +19
Branches 4775 4776 +1
============================================
- Hits 16458 16426 -32
- Misses 23837 23893 +56
+ Partials 1816 1811 -5
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
Hi, @rickchengx , may i ask why we have to create new instance of |
Hi, @Radeity Thanks a lot for your comment. I've changed to singleton pattern. |
6293a88 to
1ea793c
Compare
...r-common/src/main/java/org/apache/dolphinscheduler/common/log/remote/S3RemoteLogHandler.java
Show resolved
Hide resolved
...r-common/src/main/java/org/apache/dolphinscheduler/common/log/remote/S3RemoteLogHandler.java
Outdated
Show resolved
Hide resolved
…ler/common/log/remote/S3RemoteLogHandler.java Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>
|
Hi, @caishunfeng , thanks a lot for your comment. I've changed it according to your suggestions and please help review this again. |
EricGao888
left a comment
There was a problem hiding this comment.
Would u like to double check when available? @caishunfeng @Radeity
...mon/src/main/java/org/apache/dolphinscheduler/common/log/remote/RemoteLogHandlerFactory.java
Show resolved
Hide resolved
|
SonarCloud Quality Gate failed. |








Purpose of the pull request
Brief change log
Add support for writing task logs to S3
Verify this pull request
UT