Dear developers,
We updated the OOD version from 3.1.10 to 4.0.0.
It’s just a feeling, but it feels like it’s become slower.
I looked at /var/log/ondemand-nginx/<my_account>/error.log.
Every time I click on an application icon, the following message is being output every second.
App 788877 output: [2025-01-20 14:33:47 +0900 ] WARN "Announcement file not found: /etc/ood/config/announcement.md"
App 788877 output: [2025-01-20 14:33:47 +0900 ] WARN "Announcement file not found: /etc/ood/config/announcement.yml"
App 788877 output: [2025-01-20 14:33:47 +0900 ] INFO "method=GET path=/pun/sys/dashboard/apps/icon/VisIt/sys/sys format=html controller=AppsController action=icon status=200 allocations=580057 duration=803.33 view=0.00"
App 788877 output: [2025-01-20 14:33:48 +0900 ] WARN "Announcement file not found: /etc/ood/config/announcement.md"
App 788877 output: [2025-01-20 14:33:48 +0900 ] WARN "Announcement file not found: /etc/ood/config/announcement.yml"
App 788877 output: [2025-01-20 14:33:48 +0900 ] INFO "method=GET path=/pun/sys/dashboard/apps/icon/XCrySDen/sys/sys format=html controller=AppsController action=icon status=200 allocations=579877 duration=811.34 view=0.00"
App 788877 output: [2025-01-20 14:33:49 +0900 ] WARN "Announcement file not found: /etc/ood/config/announcement.md"
App 788877 output: [2025-01-20 14:33:49 +0900 ] WARN "Announcement file not found: /etc/ood/config/announcement.yml"
App 788877 output: [2025-01-20 14:33:49 +0900 ] INFO "method=GET path=/pun/sys/dashboard/apps/icon/WHEEL/sys/sys format=html controller=AppsController action=icon status=200 allocations=579975 duration=801.40 view=0.00"
Since we have about 50 applications installed in our Open OnDemand site, this message lasts for 50 seconds.
OOD v3.1.10 did not output such a message, so could this message be the reason for the slowness?
Best,