Matchmaker game timeout sometimes cancels the wrong game
- 主要言語
- Python
- スター
- 72
- フォーク
- 84
- 平均マージ
- 5時間 11分
- マージ済み PR(30日)
- 1
説明
Here, the first game `15904960` failed to start at around 17:59:29 however, no match cancelled message was sent. After about 10 minutes the handler in LadderService finally saw that the game didn't launch and sent the match cancelled message at 18:10:46 which ended up cancelling a different game that had launched in the mean time.
I think we should first of all include a game id in the match cancelled message so that the client can check if the message that's arriving is actually meant for the current game. And second of all figure out why it took 10 minutes for the game to time out when the maximum timeout should only have been `2.66` minutes.
```
INFO Dec 13 17:58:38 LadderGame.15904960 Added game connection GameConnection(Player(TreefolkNoob, 206383, Rating(mean=2128.88, dev=85.6139), Rating(mean=2159.26, dev=65.3348)), Game(15904960, TreefolkNoob, maps/turtle_rocks.v0002.zip))
INFO Dec 13 17:58:44 LadderGame.15904960 Added game connection GameConnection(Player(Itness, 282306, Rating(mean=1518.76, dev=81.5663), Rating(mean=1953.86, dev=366.154)), Game(15904960, TreefolkNoob, maps/turtle_rocks.v0002.zip))
INFO Dec 13 17:58:45 LadderGame.15904960 Added game connection GameConnection(Player(Wpierdolo, 282284, Rating(mean=1547.42, dev=80.9831), Rating(mean=1155.62, dev=66.3089)), Game(15904960, TreefolkNoob, maps/turtle_rocks.v0002.zip))
INFO Dec 13 17:59:29 LadderGame.15904960 Removed game connection GameConnection(Player(TreefolkNoob, 206383, Rating(mean=2128.88, dev=85.6139), Rating(mean=2159.26, dev=65.3348)), Game(15904960, TreefolkNoob, maps/turtle_rocks.v0002.zip))
INFO Dec 13 17:59:29 LadderGame.15904960 Game cancelled pre launch
INFO Dec 13 17:59:38 LadderGame.15904960 Removed game connection GameConnection(Player(Wpierdolo, 282284, Rating(mean=1547.42, dev=80.9831), Rating(mean=1155.62, dev=66.3089)), Game(15904960, TreefolkNoob, maps/turtle_rocks.v0002.zip))
INFO Dec 13 17:59:39 LadderGame.15904960 Removed game connection GameConnection(Player(Itness, 282306, Rating(mean=1518.76, dev=81.5663), Rating(mean=1953.86, dev=366.154)), Game(15904960, TreefolkNoob, maps/turtle_rocks.v0002.zip))
INFO Dec 13 18:04:35 LadderGame.15904996 Added game connection GameConnection(Player(TreefolkNoob, 206383, Rating(mean=2128.88, dev=85.6139), Rating(mean=2159.26, dev=65.3348)), Game(15904996, TreefolkNoob, maps/turtle_rocks.v0002.zip))
INFO Dec 13 18:04:41 LadderGame.15904996 Added game connection GameConnection(Player(Itness, 282306, Rating(mean=1518.76, dev=81.5663), Rating(mean=1953.86, dev=366.154)), Game(15904996, TreefolkNoob, maps/turtle_rocks.v0002.zip))
INFO Dec 13 18:04:43 LadderGame.15904996 Added game connection GameConnection(Player(Wpierdolo, 282284, Rating(mean=1547.42, dev=80.9831), Rating(mean=1155.62, dev=66.3089)), Game(15904996, TreefolkNoob, maps/turtle_rocks.v0002.zip))
INFO Dec 13 18:04:47 LadderGame.15904996 Added game connection GameConnection(Player(Vladislav__, 232662, Rating(mean=1571.54, dev=106.25), Rating(mean=1500.0, dev=500.0)), Game(15904996, TreefolkNoob, maps/turtle_rocks.v0002.zip))
INFO Dec 13 18:04:52 GameConnection Launching game Game(15904996, TreefolkNoob, maps/turtle_rocks.v0002.zip)
INFO Dec 13 18:04:52 LadderGame.15904996 Game launched
ERROR Dec 13 18:10:46 LadderService Ladder game failed to start Game(15904960, TreefolkNoob, maps/turtle_rocks.v0002.zip)
INFO Dec 13 18:10:46 LadderGame.15904996 Removed game connection GameConnection(Player(TreefolkNoob, 206383, Rating(mean=2128.88, dev=85.6139), Rating(mean=2159.26, dev=65.3348)), Game(15904996, TreefolkNoob, maps/turtle_rocks.v0002.zip))
INFO Dec 13 18:12:22 LadderGame.15904996 282306 reported result for army 1: defeat -10
INFO Dec 13 18:12:23 LadderGame.15904996 232662 reported result for army 1: defeat -10
INFO Dec 13 18:12:23 LadderGame.15904996 282284 reported result for army 1: defeat -10
INFO Dec 13 18:14:09 LadderGame.15904996 282284 reported result for army 3: defeat -10
INFO Dec 13 18:14:09 LadderGame.15904996 282306 reported result for army 3: defeat -10
INFO Dec 13 18:14:11 LadderGame.15904996 Removed game connection GameConnection(Player(Vladislav__, 232662, Rating(mean=1571.54, dev=106.25), Rating(mean=1500.0, dev=500.0)), Game(15904996, TreefolkNoob, maps/turtle_rocks.v0002.zip))
INFO Dec 13 18:14:17 LadderGame.15904996 282284 reported result for army 2: victory 10
INFO Dec 13 18:14:18 LadderGame.15904996 282284 reported result for army 4: victory 10
INFO Dec 13 18:14:18 LadderGame.15904996 282306 reported result for army 2: victory 10
INFO Dec 13 18:14:18 LadderGame.15904996 282306 reported result for army 4: victory 10
ERROR Dec 13 18:14:21 GameStatsService Error processing game stats for TreefolkNoob in game 15904996
ERROR Dec 13 18:14:21 GameStatsService Error processing game stats for Wpierdolo in game 15904996
INFO Dec 13 18:14:21 LadderGame.15904996 Game finished normally
INFO Dec 13 18:14:21 LadderGame.15904996 Result for army 1, player: Player(TreefolkNoob, 206383, Rating(mean=2128.88, dev=85.6139), Rating(mean=2159.26, dev=65.3348)): score 0, outcome ArmyOutcome.DEFEAT
INFO Dec 13 18:14:21 LadderGame.15904996 Result for army 4, player: Player(Itness, 282306, Rating(mean=1518.76, dev=81.5663), Rating(mean=1953.86, dev=366.154)): score 1, outcome ArmyOutcome.VICTORY
INFO Dec 13 18:14:21 LadderGame.15904996 Result for army 2, player: Player(Wpierdolo, 282284, Rating(mean=1547.42, dev=80.9831), Rating(mean=1155.62, dev=66.3089)): score 1, outcome ArmyOutcome.VICTORY
INFO Dec 13 18:14:21 LadderGame.15904996 Result for army 3, player: Player(Vladislav__, 232662, Rating(mean=1571.54, dev=106.25), Rating(mean=1500.0, dev=500.0)): score 0, outcome ArmyOutcome.DEFEAT
INFO Dec 13 18:14:21 LadderGame.15904996 Score for player Player(TreefolkNoob, 206383, Rating(mean=2128.88, dev=85.6139), Rating(mean=2159.26, dev=65.3348)): score 0, outcome ArmyOutcome.DEFEAT
INFO Dec 13 18:14:21 LadderGame.15904996 Score for player Player(Itness, 282306, Rating(mean=1518.76, dev=81.5663), Rating(mean=1953.86, dev=366.154)): score 1, outcome ArmyOutcome.VICTORY
INFO Dec 13 18:14:21 LadderGame.15904996 Score for player Player(Wpierdolo, 282284, Rating(mean=1547.42, dev=80.9831), Rating(mean=1155.62, dev=66.3089)): score 1, outcome ArmyOutcome.VICTORY
INFO Dec 13 18:14:21 LadderGame.15904996 Score for player Player(Vladislav__, 232662, Rating(mean=1571.54, dev=106.25), Rating(mean=1500.0, dev=500.0)): score 0, outcome ArmyOutcome.DEFEAT
ERROR Dec 13 18:14:21 GameStatsService Error processing game stats for Vladislav__ in game 15904996
ERROR Dec 13 18:14:21 GameStatsService Error processing game stats for Itness in game 15904996
INFO Dec 13 18:14:30 LadderGame.15904996 Removed game connection GameConnection(Player(Wpierdolo, 282284, Rating(mean=1561.9271869318663, dev=80.9022179515306), Rating(mean=1155.62, dev=66.3089)), Game(15904996, TreefolkNoob, maps/turtle_rocks.v0002.zip))
INFO Dec 13 18:14:50 LadderGame.15904996 Removed game connection GameConnection(Player(Itness, 282306, Rating(mean=1518.76, dev=81.5663), Rating(mean=1953.86, dev=366.154)), Game(15904996, TreefolkNoob, maps/turtle_rocks.v0002.zip))
```
コントリビューションガイド
評価
この issue はまだ評価されていません。