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
On one of our instances, we have this error message when starting the server:
info: [2023-08-31 12:20:38.516] [info] Fetching trips and connections from cache...(33.0%)
info: [2023-08-31 12:20:38.679] [info] Fetching trips and connections from cache...(45.0%)
info: [2023-08-31 12:20:38.785] [info] Fetching trips and connections from cache...(56.0%)
error: terminate called after throwing an instance of 'std::out_of_range'
what(): map::at
Restarting the Transition instance, which recreated the cache, fixed the problem, but how did we get to this state? A more helpful error message would help debug what happened on the cache side
The text was updated successfully, but these errors were encountered:
On one of our instances, we have this error message when starting the server:
Restarting the Transition instance, which recreated the cache, fixed the problem, but how did we get to this state? A more helpful error message would help debug what happened on the cache side
The text was updated successfully, but these errors were encountered: