-
Notifications
You must be signed in to change notification settings - Fork 29.1k
[SPARK-18886][CORE][FOLLOWUP] fix legacyResetOnTaskLaunch version and method docs #28307
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
fix method return type doc
|
ok to test |
|
Test build #121655 has finished for PR 28307 at commit
|
|
test this please |
|
retest this please |
|
Test build #121674 has finished for PR 28307 at commit
|
|
retest this please |
|
Test build #121679 has finished for PR 28307 at commit
|
|
retest this please |
|
Test build #121689 has finished for PR 28307 at commit
|
|
I accidentally pushed the button to merge on here |
|
Has anyone done that by accident and what is our protocol, should I revert it and use the script? |
|
Oh... I got it. I was wondering about the weird commit log without the committer. :) |
|
I think it's okay for now since this is accident. cc @srowen |
|
|
|
yeah the page was being really slow in loading and I clicked trying to put focus on the text box and it clicked the merge button. I should see if I can disable that. |
|
I don't see it in branch-3, if it did we need to revert |
|
Ya. My bad. I was confused. This is merged to master only. |
|
If it was merged to master, and that was the intent, it's all fine. We don't need to revert. Just ensure the JIRA is resolved appropriately. |
|
ok thanks. I was trying to kick the tests again to get them to pass this change here is purely documentation so wasn't causing it but like to get a clean run before merging. |
|
test this please |
|
Test build #121694 has finished for PR 28307 at commit
|
|
TL;DR: I don't think this is a big problem. I investigated on a topic related to this incident for a while before actually so I guess I have some more things to say here :-). As far as I know Apache Parquet and some other Apache projects moved to Github Merge feature instead of the manual merging by the merger script. Practically it sounds better to me because we can now do many things such as closing PRs manually ever since we moved our repo. I was investigating to propose to use Github Merge feature in Apache Spark too. However, Github team introduced a behaviour change on the commit credit, well, silently and suddenly - about the merger and author in the commit log. The issue is open here isaacs/github#1303, and I gave them my feedback on this. It might be interesting to read the discussion there. As of now, the merger is not included, which I personally don't think it's ideal into Apache Spark at least. So, I stopped working on this for now. I also discussed this with Github team offline, and seems they are working on a feature to run a script via a command such as |
|
Thank you for the info, @HyukjinKwon ! |
|
cc @greysteil FYI, The context here is that one commit was accidentally merged by Github Merge feature instead of the merge script we use in this project - (can we disable the Github Merge feature BTW?). I think this thread shows an example for what I wanted to elaborate before, how people think about the "committer" and the Github Merge feature, well, at least for this project specifically. Looks now at least it's not only me who thinks in this way :-). As we discussed, "Github" is legitimately the "merger"; however, looks it might look a bit odd that the commit log does not involve the committer in practice. |
|
Sadly there's no way to disable the merge button. We actually have the same issue internally at GitHub, where we use a bot to merge and deploy PRs and the merge button is not used. On the commit log, understood. I've already passed that feedback to the PR team here. |
|
thanks for the info, is there anyway to get a confirmation prompt added to the merge button? |
|
Not at the moment. Hopefully a slip like the above is pretty rare, since it's already a two-click process? |
What changes were proposed in this pull request?
fix version for config spark.locality.wait.legacyResetOnTaskLaunch
fix method return type doc
Why are the changes needed?
Incorrect docs/versioning for config
Does this PR introduce any user-facing change?
No
How was this patch tested?
Tests in PR
@viirya thanks, for catching these. good 👀
@cloud-fan
@tgravescs