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

Conflicting Event Feed "state" events #1016

Open
johnbrvc opened this issue Nov 11, 2024 · 0 comments
Open

Conflicting Event Feed "state" events #1016

johnbrvc opened this issue Nov 11, 2024 · 0 comments
Assignees
Labels
Analysis required Root cause unknown or requirements analysis required NEXT Contest Consider fixing for next contet Primary CCS Required for PC2 to act as primary CCS

Comments

@johnbrvc
Copy link
Collaborator

Describe the issue:
Lidia from ICPC Live reports:

I have two contradicting facts:
/contest/state reports the contest has begun, but /contest/event-feed doesn't have an event about the fact that contest state has changed

/tmp$ curl -k https://icpclive/:[email protected]:50445/contest/state; echo;
{"started":"2024-11-10T16:00:00.032Z"}
/tmp$ curl -k https://icpclive/:[email protected]:50445/contest/event-feed 2>/dev/null | grep state
{"type":"state", "id":"pc2-2", "op":"create", "data": {}}

/tmp$ curl -k https://icpclive/:[email protected]:50445/contest/event-feed 2>/dev/null | grep contests
{"type":"contests", "id":"pc2-1", "op":"create", "data": {"id":"Default--2517169716467503287","name":"GNY24","formal_name":"2024 ICPC Greater NY Regional","start_time":"2024-11-10T16:00:00.000Z","duration":"5:00:00","scoreboard_freeze_duration":"01:00:00","penalty_time":20}}
{"type":"contests", "id":"pc2-159", "op":"update", "data": {"id":"Default--2517169716467503287","name":"GNY24","formal_name":"2024 ICPC Greater NY Regional","start_time":"2024-11-10T16:00:00.032Z","duration":"5:00:00","scoreboard_freeze_duration":"01:00:00","penalty_time":20}}

To Reproduce:
Follow Lidia's example above.

Expected behavior:
Events should be consistent on both EF and endpoints.

Actual behavior:
Unconfirmed, but apparently they are different.

Environment:
All

Log Info:

Screenshots:

Additional context:

@johnbrvc johnbrvc added Analysis required Root cause unknown or requirements analysis required NEXT Contest Consider fixing for next contet Primary CCS Required for PC2 to act as primary CCS labels Nov 11, 2024
@johnbrvc johnbrvc self-assigned this Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Analysis required Root cause unknown or requirements analysis required NEXT Contest Consider fixing for next contet Primary CCS Required for PC2 to act as primary CCS
Projects
None yet
Development

No branches or pull requests

1 participant