Skip to content
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

#9949 missing deployment Fix #10094

Merged
merged 2 commits into from
Nov 4, 2023

Conversation

jp-tosca
Copy link
Contributor

@jp-tosca jp-tosca commented Nov 3, 2023

What this PR does / why we need it:

On the first launch DV would not be deployed on Windows due a race condition the database was not ready and fail sequential operations between containers.

Which issue(s) this PR closes:
#9949

Closes #9949

Special notes for your reviewer:

Suggestions on how to test this:

  1. clone this branch
  2. mvn -Pct clean package
  3. mvn -Pct docker:run
  4. All the containers should work correctly on windows no, go to localhost:8080

Does this PR introduce a user interface change? If mockups are available, please link/include them here:
n/a
Is there a release notes update needed for this change?:
n/a
Additional documentation:
n/a

Windows caused by a race condition due the database
not being ready when the DV container started.
Copy link
Member

@pdurbin pdurbin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I watched @jp-tosca test this with @poikilotherm . Great fix. Merging.

@pdurbin pdurbin merged commit 8c2be4e into IQSS:develop Nov 4, 2023
6 checks passed
@pdurbin pdurbin added this to the 6.1 milestone Nov 4, 2023
@jp-tosca jp-tosca deleted the 9949-missing-deployment-fix branch February 18, 2024 01:20
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.

Dataverse-1 container missing deployment on first launch. [WIN]
2 participants