Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@vmcj
Copy link
Collaborator

@vmcj vmcj commented May 25, 2025

When machines are rebooted after contest the tmp gets lost, we tried storing the temp between reboots but this yields other problems. When observing the log we see that the teamid is correctly found but the floor map data is not available yet (which we need) and the contestfeed done log entry is only given later. So we think we're too fast starting the presentation while startup is not done yet.

The other fix is to restart the presentation with the admin (which was the Luxor solution) but this might be a temporary fix.

vmcj added 2 commits May 25, 2025 08:50
This only affects people developing with IntelliJ Idea
When starting P100 we expect the CDS to have a contest and P100 to get that contest in the feed, currently we would get the teamnumber, get the team in the Contest concept for the logo which would fail as the feed is not done reading yet.

The proper fix would be to get the "global" property to get if we're done reading the feed and only then starting the presentation (for some of them) but finding that thread was hard.
@vmcj vmcj merged commit 502fbc1 into icpctools:main May 25, 2025
4 checks passed
@vmcj vmcj deleted the fix_p100 branch May 25, 2025 13:07
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.

2 participants