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

Occasional bug, after livekit has been running for a week, room creation error: could not find any available nodes #2703

Open
keaipeng123 opened this issue May 6, 2024 · 5 comments

Comments

@keaipeng123
Copy link

image
livekit version:v1.5.3
Program code
if _, err = core.RoomClient.CreateRoom(context.Background(), &livekit.CreateRoomRequest{
Name: rn,
EmptyTimeout: 10 * 60, // 10min
MaxParticipants: 10,
Metadata: owner + "-" + skill,
})

@carlvallory
Copy link

I have a similar message when i try to create a room with livekit-cli create-room
twirp error internal: could not create room: could not find any available nodes

Still couldn't figure it out.

@davidzhao
Copy link
Member

what does the machine utilization look like? including CPU & memory. Could you give the latest version 1.6 a try to see if it still can be reproduced?

@keaipeng123
Copy link
Author

Okay, so when this happens, I'll take a cut of the cpu utilization and send it here. I will also give version 1.6 a try.

@keaipeng123
Copy link
Author

Since the last time I asked this question, I have had this problem again. The cpu usage is not high in the normal range.

@keaipeng123
Copy link
Author

4.15.0-109-generic #110-Ubuntu SMP Tue Jun 23 02:39:32 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux .This is the system kernel information, is this old kernel affected?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants