You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
I suddenly started having problems with Open Match WatchAssignmentsRequest I previously haven't experienced. My Frontend Client creates a ticket and sends a WatchAssignmentsRequest to the om-frontend. However, my Frontend Client throws an error that the ticket is not found
Error in request of type openmatch.Frontend$WatchAssignmentsRequest: NOT_FOUND: Ticket id: c5tv6lb13aih4ljkokmg not found
I see in the om-query-service that the ticket is indeed created and it also appears in my Matchmaking Function logs
Current tickets for profile quick-match_profile: [c5ttgrfm04au7hpgc13g, ..., c5tv6lb13aih4ljkokmg]
I can also confirm that the om-frontend cannot find the ticket:
This is very bizarre, because the ticket is obviously created but cannot be fetched by the om-frontend. I am using OpenMatch v1.2.0. After I noticed the issue, I tried upgrading to v1.3.0, but that did not help.
What you expected to happen:
The ticket c5tv6lb13aih4ljkokmg to be found by the OpenMatch Frontend. It is obviously created and it appears in both the OM Query component and my Match Making Function.
How to reproduce it (as minimally and precisely as possible):
I just created a ticket and tried to watch its assignment.
Anything else we need to know?:
The redis pods from the default deployment (ReplicaSet) do not produce any logs.
Ultimately, the problem disappeared when I deleted the second redis node. The issue seems to be a bad synchronization between the two redis nodes created by the default .yaml config.
What happened:
I suddenly started having problems with Open Match
WatchAssignmentsRequest
I previously haven't experienced. My Frontend Client creates a ticket and sends aWatchAssignmentsRequest
to the om-frontend. However, my Frontend Client throws an error that the ticket is not foundI see in the om-query-service that the ticket is indeed created and it also appears in my Matchmaking Function logs
I can also confirm that the om-frontend cannot find the ticket:
This is very bizarre, because the ticket is obviously created but cannot be fetched by the om-frontend. I am using OpenMatch v1.2.0. After I noticed the issue, I tried upgrading to v1.3.0, but that did not help.
What you expected to happen:
The ticket
c5tv6lb13aih4ljkokmg
to be found by the OpenMatch Frontend. It is obviously created and it appears in both the OM Query component and my Match Making Function.How to reproduce it (as minimally and precisely as possible):
I just created a ticket and tried to watch its assignment.
Anything else we need to know?:
The redis pods from the default deployment (ReplicaSet) do not produce any logs.
Output of
kubectl version
:Cloud Provider/Platform (AKS, GKE, Minikube etc.):
GKE
Open Match Release Version:
Tested on both 1.2.0 and 1.3.0
Install Method(yaml/helm)::
yaml
The text was updated successfully, but these errors were encountered: