Skip to content

Fixed the race condition: removed premature runHotkeyReaderThread() call before watchFiles() - #1095

Open
sajeerzeji wants to merge 4 commits into
OpenLiberty:mainfrom
sajeerzeji:GHLMP2070-Fix_race_condition_in_DevMojo_doDevMode
Open

sajeerzeji wants to merge 4 commits into
OpenLiberty:mainfrom
sajeerzeji:GHLMP2070-Fix_race_condition_in_DevMojo_doDevMode

Conversation

@sajeerzeji

Copy link
Copy Markdown
Contributor

Fixes OpenLiberty/ci.maven#2070

PR Ci.Common: OpenLiberty/ci.common#526
PR Ci.Maven: OpenLiberty/ci.maven#2073

Removed the runHotkeyReaderThread() call between startServer() and watchFiles() because the startup banner has moved into watchFiles() in ci.common.

@venmanyarun

Copy link
Copy Markdown
Contributor

@sajeerzeji
This PR should not be merged before LGP 4.0.1 release as it has dependency with a new ci.common version with featuregen

@cherylking

Copy link
Copy Markdown
Member

@sajeerzeji This PR should not be merged before LGP 4.0.1 release as it has dependency with a new ci.common version with featuregen

Which also means you should not make any changes related to feature gen in this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix race condition in DevMojo.doDevMode()

3 participants