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

Problem observations / language specific caches #5

Open
ccsmart opened this issue Apr 3, 2018 · 2 comments
Open

Problem observations / language specific caches #5

ccsmart opened this issue Apr 3, 2018 · 2 comments

Comments

@ccsmart
Copy link
Contributor

ccsmart commented Apr 3, 2018

Some problem observations that may or may not be related:

A node process is stuck with high CPU load apparently feeding into systemd-journal:
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
30998 gawatis+ 20 0 2894236 1.456g 13960 R 99.3 15.2 3545:45 node
343 root 20 0 118564 46184 45836 R 99.0 0.5 2696:47 systemd-journal

This one:
gawatis+ 30998 1 35 Mar27 ? 2-11:06:44 /usr/bin/node ./bin/www

These messages in large numbers seem related:

Apr 2 08:54:14 alldev journal: Suppressed 285330 messages from /system.slice/gawatiserver_server.service
Apr 2 08:54:14 alldev node: ERR LANG en_KE
Apr 2 08:54:14 alldev node: error: error while serving file _error Error: ENOENT: no such file or directory, open 'content-cache/error/_error_en_KE.html'
Apr 2 08:54:14 alldev node: ERR LANG en_KE
Apr 2 08:54:14 alldev node: error: error while serving file _error Error: ENOENT: no such file or directory, open 'content-cache/error/_error_en_KE.html'
Apr 2 08:54:14 alldev node: ERR LANG en_KE
Apr 2 08:54:14 alldev node: error: error while serving file _error Error: ENOENT: no such file or directory, open 'content-cache/error/_error_en_KE.html'
Apr 2 08:54:14 alldev node: ERR LANG en_KE
Apr 2 08:54:14 alldev node: error: error while serving file _error Error: ENOENT: no such file or directory, open 'content-cache/error/_error_en_KE.html'

@kohsah
Copy link
Contributor

kohsah commented Apr 3, 2018

@ccsmart no not missing file ... there is a logical check messing for a fallback locale file. Will add that.

@ccsmart ccsmart mentioned this issue Apr 3, 2018
kohsah added a commit that referenced this issue Apr 3, 2018
kohsah added a commit that referenced this issue Apr 3, 2018
@kohsah
Copy link
Contributor

kohsah commented Apr 3, 2018

Commited a fix in c1d9c84

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

2 participants