steep-balloon-41261
10/18/2022, 12:09 PMdry-elephant-14928
10/18/2022, 5:17 PMdry-elephant-14928
10/18/2022, 5:17 PMdry-elephant-14928
10/18/2022, 5:19 PMbig-shampoo-23034
10/19/2022, 6:38 AMbig-shampoo-23034
10/19/2022, 7:28 AM```064126Z livekit-cli list-rooms […]
RM_tBcoTBazxmbn sg6NuVW6J1hsq1bUd8qQ:xMD7C```☝️ Found a room 2)
```2022-10-19T064130.842Z DEBUG livekit rtc/dynacastmanager.go:281 subscribedMaxQualityChange {
"room": "sg6NuVW6J1hsq1bUd8qQ:xMD7C",
"roomID": "RM_tBcoTBazxmbn",
"participant": "lvsuser:{\"uid\":\"uEJI1rzct5gyqk1rQBVDDVjm9Fk1\",\"showId\":\"sg6NuVW6J1hsq1bUd8qQ\",\"ci\":0}",
"pID": "PA_cYWvpsQwjkZd",
"remote": false,
"trackID": "TR_VCxMnJfSHPv5gJ",
"subscribedCodecs": [
{
"codec": "video/H264",
"qualities": [
…
]
}
],
"maxSubscribedQualities": [
…
]
}```☝️ Only log entry available between the first livekit-cli call and the next one. Note the
roomID
3)
```064142Z livekit-cli list-rooms […]
RM_tBcoTBazxmbn sg6NuVW6J1hsq1bUd8qQ:xMD7C```☝️ still finds a room … no new logs in the livekit-server 4)
```064158Z livekit-cli list-rooms […]
there are no active rooms ```☝️ room reference gone (still no new logs in livekit-server) 5)
```2022-10-19T064344.586Z DEBUG livekit service/roomallocator.go:111 selected node for room {
"room": "sg6NuVW6J1hsq1bUd8qQ:xMD7C",
"roomID": "RM_8notgC7Ppmtt",
"nodeID": "ND_9GUI2nes"
}```☝️ First log entry after a new participant is joining - with a new roomID. Perhaps this points towards your theory that the redis storage have been reset or lost for whatever reason, and because we found no previous reference we create a new one? 6)
```2022-10-19T064344.587Z INFO livekit service/roommanager.go:257 starting RTC session {
"room": "sg6NuVW6J1hsq1bUd8qQ:xMD7C",
"nodeID": "ND_9GUI2nes",
"participant": "lvsuser:{\"uid\":\"ruTn0sBSjGQVhfcQ1G7K8v8w54l1\",\"showId\":\"sg6NuVW6J1hsq1bUd8qQ\",\"ci\":1}",
"sdk": "SWIFT",
"sdkVersion": "1.0.5",
"protocol": 8
}
2022-10-19T064344.588Z INFO livekit rtc/room.go:297 new participant joined {
"room": "sg6NuVW6J1hsq1bUd8qQ:xMD7C",
"roomID": "RM_tBcoTBazxmbn",
"pID": "PA_W4wJraGihJ5n",
"participant": "lvsuser:{\"uid\":\"ruTn0sBSjGQVhfcQ1G7K8v8w54l1\",\"showId\":\"sg6NuVW6J1hsq1bUd8qQ\",\"ci\":1}",
"protocol": 8,
"options": {
"AutoSubscribe": true
}
}```☝️ However… the “new participant joined” log message seems to still use the old roomID. At this point did we manage to get our redis state back perhaps?
big-shampoo-23034
10/19/2022, 7:36 AMbig-shampoo-23034
10/19/2022, 3:07 PMWe’ll see if disabling the save on disk functionality in redis makes this any betterCopy code1:M 19 Oct 2022 06:41:57.499 * DB saved on disk
dry-elephant-14928
10/19/2022, 5:29 PMbig-shampoo-23034
10/20/2022, 7:01 AMbig-shampoo-23034
10/20/2022, 7:08 AMbig-shampoo-23034
10/21/2022, 1:26 PMdry-elephant-14928
10/21/2022, 11:17 PM