-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-34355][CORE][SQL][FOLLOWUP] Log commit time in all File Writer #31520
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
|
gentle ping @HeartSaVioR |
|
Updated, how about current? |
|
Kubernetes integration test starting |
| job: JobContext, | ||
| uuid: String, | ||
| committer: FileCommitProtocol, | ||
| commitMsgs: Seq[TaskCommitMessage]): Long = { |
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.
The retrun value of commitJob seems not be used.
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.
The retrun value of
commitJobseems not be used.
Will be used in #31522, revert this in current pr
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Kubernetes integration test status success |
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Test build #135018 has finished for PR 31520 at commit
|
|
Test build #135013 has finished for PR 31520 at commit
|
|
Test build #135021 has finished for PR 31520 at commit
|
|
ping @HeartSaVioR |
|
I'm sorry I haven't considered about the impact of extracting the code - logger. I'm not sure we are leveraging the information on classname difference for tracking log on committing in practice. Let's just make sure others are OK with this, otherwise I might ask you to unroll the change. Sorry again. cc. @LuciferYang @HyukjinKwon @yaooqinn @dongjoon-hyun (reviewers on #31471) |
Yea, the concern is reasonable, and I have revert them. |
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
|
Test build #135056 has finished for PR 31520 at commit
|
|
logging separately make sense to me and thanks for pinging me @HeartSaVioR |
|
Test build #135057 has finished for PR 31520 at commit
|
HeartSaVioR
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.
+1
Given the PR removed the possible behavioral change, I'll go with merging.
|
Thanks @AngersZhuuuu for the contribution! Merged into master. |
What changes were proposed in this pull request?
When doing https://issues.apache.org/jira/browse/SPARK-34399 based on #31471
Found FileBatchWrite will use
FileFormatWrite.processStates()too. We need log commit duration in other writer too.In this pr:
Why are the changes needed?
Does this PR introduce any user-facing change?
No
How was this patch tested?
No