Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
So, this is for the same reason with SPARK-22864 at line 1604?
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.
@tgravescs It happens again at: https://github.com/apache/spark/pull/29418/checks?check_run_id=975304054
BTW, this change only prevents the automatic invocation of
schedule()for the second time but the first time invocation ofschedule()always happens because theinitialDelayis 0?spark/core/src/main/scala/org/apache/spark/ExecutorAllocationManager.scala
Line 250 in 8f0fef1
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'm not seeing. a test report in that run?
Yes but it seemed like the failures we were seeing before we after an interation or two or the test starting, although it did vary. If we can see the logs from it we should be able to see timing and possibly some log messages to tell us if that is the problem.
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.
You need to scroll to the end of
Run tests: core, unsafe, kvstore, avrosection to see the failed tests.Ok, not aware of that...
@tgravescs A feasible way to debug it is to open a PR in your own fork repository and adds some
printlnin the source code.@HyukjinKwon I think we still can not see the complete logs in GithubActions like the
unit-test.login Jenkins. I mean, even we download the archive logs after checks finished.Uh oh!
There was an error while loading. Please reload this page.
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 I can try to upload that specific log file as an artifact (so we can download) Let me take a look in coming few days.
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.
BTW, the
unit-tests.logfile is generated bylog4j:spark/core/src/test/resources/log4j.properties
Line 23 in b33066f
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.
thanks for updating and uploading the logs, let me know if you see a build that has this test failure and I'll look at the log