-
Notifications
You must be signed in to change notification settings - Fork 37
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
Exam Administrator Gets Logged Out of Admin UI When 200+ Students Are Connected #144
Comments
Hi Ramon, We need a bit more information here to be able to track down the problem. If the first is true, it possibly has something to do with the user session or token expiry. Do the SEB clients also have trouble to connect to SEB Server in this case? Thanks and best regards |
The Exam Supporter is logged out and redirected to the login page. CPU and Memory usage on the System was about 50% The currently connected clients were fine. I don't know about new connecting clients. |
Okay, this doesn't sound like a performance issue but more like a user-session issue. Is this only happening for monitoring a particular Exam, or for all Exams? We will have a look at the code and try to reproduce it locally meanwhile. |
This issue affected all Exam Administrators, regardless of which exam they opened. It occurred whether they had one or two tabs open. When attempting to export SEB logs, I could only retrieve about five minutes of data. Selecting a longer time span resulted in an empty CSV file. In just 30 minutes, there were approximately 41,000 log entries, with a few being debug logs like "NetworkRequest: Get current URLSession". Could the sheer volume of log entries be overwhelming the SEB server? |
Could be when exporting them or view them in the overall SEB Log page where all logs are sorted unfiltered on DB table fist. But we currently have millions of logs on our setup and this has no impact on monitoring only on SEB Log export for example. I more suspect that there is one particular SEB session that cannot be rendered for some reason, most probably due to special Unicode character rendering. But this is just an assumption of mine. What definitely would help are the SEB Server logs here. Either on Monitoring issue or for the export issue, if there is a rendering error, it must be seen in the SEB Server logs. |
Is any of those Unicode characters a problem? — \u2014 |
Maybe the first one, but I have tested it locally with all and it seems not to be reproducible: It also might be a DB data inconsistency for one particular client connection entry. But to track down this issue we best have a look at the SEB Server logs. If an error is available there, it would point us directly to the code where it happens. If you don't want to add SEB Server logs here, you can send it to me directly via Mail |
You've got a log file on element. |
When an Exam Administrator is viewing a Running Exam while approximately 200 students are connected to the SEB server, the Administrator is unexpectedly logged out of the admin UI.
Steps to reproduce the behavior:
Setup:
The text was updated successfully, but these errors were encountered: