Bug 52272 - UMC-Web-Server: cleanup sessions with one timer
UMC-Web-Server: cleanup sessions with one timer
Status: CLOSED WONTFIX
Product: UCS
Classification: Unclassified
Component: UMC (Generic)
UCS 4.4
Other Linux
: P5 normal (vote)
: UCS 4.4-7-errata
Assigned To: Florian Best
Jürn Brodersen
:
Depends on:
Blocks: 52273
  Show dependency treegraph
 
Reported: 2020-10-28 11:32 CET by Florian Best
Modified: 2021-04-27 10:11 CEST (History)
0 users

See Also:
What kind of report is it?: Development Internal
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional): Cleanup, Large environments, UCS Performance
Max CVSS v3 score:
best: Patch_Available+


Attachments
patch (git:fbest/52272-web-server-session-timeout) (5.97 KB, patch)
2020-10-28 11:32 CET, Florian Best
Details | Diff
patch (9.35 KB, patch)
2020-11-30 22:25 CET, Florian Best
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Best univentionstaff 2020-10-28 11:32:07 CET
Created attachment 10536 [details]
patch (git:fbest/52272-web-server-session-timeout)

The UMC-Web-Server creates a timer which counts down the session second wise for each session to check if it can be destroyed.

When 1000 uses are logged in currently, every seconds 1000 timer-callbacks are called.
We should register one timer which iterates over all sessions instead.
Comment 1 Florian Best univentionstaff 2020-11-30 22:24:58 CET
We don't fix this in favor of Bug #52273.
Comment 2 Florian Best univentionstaff 2020-11-30 22:25:30 CET
Created attachment 10571 [details]
patch

This was the latest patch state.
Comment 3 Jürn Brodersen univentionstaff 2020-12-08 11:42:16 CET
Note: One commit (021e0ee2a6) has been committed on this bug. QA has been done for bug 52773
Comment 4 Jürn Brodersen univentionstaff 2020-12-08 11:43:41 CET
(In reply to Jürn Brodersen from comment #3)
> Note: One commit (021e0ee2a6) has been committed on this bug. QA has been
> done for bug 52773

bug 52273