ci: capture Windows JVM hang diagnostics - #1786
Closed
TyceHerrman wants to merge 10 commits into
Closed
Conversation
Contributor
Author
|
Closing this diagnostic draft as superseded by the focused production fix in #1790. The branch completed its intended investigation:
Because none of the 53 target executions produced a natural stall, there is no JVM/Python dump supporting a JDTLS, m2e, or Buildship issue. No upstream issue is being filed. #1790 retains the durable Serena behavior: bounded IntelliCode and |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
jcmd Thread.print -ltojstack -lwhen JVM attachment failsWhy
The Windows JVM job in run 30496140622 stalled in a Java test until the 60-minute job timeout. The existing log does not show whether Python was waiting for IntelliCode or
ServiceReady, or whether JDTLS was blocked inside Maven/m2e initialization.The first 50-repetition run did not hang. Attempt 26 failed quickly because Java hover information omitted the expected Javadoc. Its artifact correctly contained only
pytest.log; the watchdog had not fired.A second 50-repetition run also completed without a hang. Eight attempts failed with the same missing-Javadoc result. A third run cleared only the isolated JDTLS workspace between attempts; all 20 repetitions passed without a hang or missing-Javadoc failure.
This draft PR remains diagnostic instrumentation. It is intended to capture the evidence needed to distinguish a Serena/SolidLSP wait or event-ordering problem from an upstream JDTLS/m2e deadlock.
Validation
uv run pytest test/test_ci_hang_diagnostics.py -quv run poe lintuv run poe type-check