You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
noobaa 5.17.1 stage upstream rpm (not related to this though exactly) + efix for DI issue
noobaa-core-5.17.1-20241211-stage_5_17_2.el9.ppc64le.rpm
Actual behavior
When DEBUGLEVEL : all in configuration, idea is to have all the logs collected , which will be useful for the debug purposes. However it was observed that due to rate limit on rsyslog (10min) interval, the logging is lost in noobaa.log
Warp / IO upload workload is running and FOFB (HA capability) is tested which observed the messages are missed as shown in rsyslog "supressed" eventhough the value should be "0" as per noobaa_syslog.conf file
rsyslog.service - System Logging Service
Loaded: loaded (/usr/lib/systemd/system/rsyslog.service; enabled; preset: enabled)
Active: active (running) since Wed 2024-12-11 11:42:53 EST; 6 days ago
Docs: man:rsyslogd(8)
https://www.rsyslog.com/doc/
Main PID: 991 (rsyslogd)
Tasks: 3 (limit: 417394)
Memory: 638.5M
CPU: 1h 12min 56.454s
CGroup: /system.slice/rsyslog.service
└─991 /usr/sbin/rsyslogd -n
Dec 17 22:57:58 node-gui0 rsyslogd[991]: imjournal from <node-gui0:node>: begin to drop messages due to rate-limiting
Dec 17 23:00:43 node-gui0 rsyslogd[991]: imjournal: journal files changed, reloading... [v8.2102.0-113.el9_2.2 try https://www.rsyslog.com/e/0 ]
Dec 17 23:00:43 node-gui0 rsyslogd[991]: imjournal: journal files changed, reloading... [v8.2102.0-113.el9_2.2 try https://www.rsyslog.com/e/0 ]
Dec 17 23:02:57 node-gui0 rsyslogd[991]: imjournal: 15286 messages lost due to rate-limiting (20000 allowed within 600 seconds)
Dec 17 23:07:58 node-gui0 rsyslogd[991]: imjournal from <node-gui0:node>: begin to drop messages due to rate-limiting
Dec 17 23:12:58 node-gui0 rsyslogd[991]: imjournal: 16881 messages lost due to rate-limiting (20000 allowed within 600 seconds)
Dec 17 23:18:12 node-gui0 rsyslogd[991]: imjournal: journal files changed, reloading... [v8.2102.0-113.el9_2.2 try https://www.rsyslog.com/e/0 ]
Dec 17 23:18:12 node-gui0 rsyslogd[991]: imjournal from <node-gui0:node>: begin to drop messages due to rate-limiting
Dec 17 23:18:12 node-gui0 rsyslogd[991]: imjournal: journal files changed, reloading... [v8.2102.0-113.el9_2.2 try https://www.rsyslog.com/e/0 ]
Dec 17 23:27:37 node-gui0 rsyslogd[991]: imjournal: 9638 messages lost due to rate-limiting (20000 allowed within 600 seconds)
noobaa service file /etc/rsyslog.d/noobaa_syslog.conf
# NooBaa syslog setting
$umask 0000
$FileCreateMode 0644
$EscapeControlCharactersOnReceive off
$imjournalRatelimitInterval 0
$imjournalRatelimitBurst 0
# Provides UDP/TCP forwarding. The IP/DNS is the server's IP/DNS address
# This is an example of sending everything except NooBaa logs using UDP
# When changing this format make sure to change the relevant functions in os_utils
#if $syslogfacility-text != 'local0' then @192.168.1.108:514
# For servers
local0.* /var/log/noobaa.log
&stop
# For events
local2.* /var/log/noobaa_events.log
&stop
# For clients
local1.* /var/log/client_noobaa.log
&stop
noobaa.log (for example)
Below the test assert/sigsegv issued at 08:32 and at 08:34:01 noobaa service restarted as per mmfs.log , however in noobaa.log on the node has entries from the 08:37, which indicates the noobaa startup messages are lost which could be key for us to debug the environment in case of issues.
Shouldn't loose message logging to the noobaa.log file . Is there a way to ensure that no messages are lost when running in "all" mode , as the idea is to collect as much information as possible during enabled logging.
Steps to reproduce
Run IO workload
issue test assert / test sigsegv
observe noobaa.log and rsyslog status for these messages
More information - Screenshots / Logs / Other output
Environment info
noobaa 5.17.1 stage upstream rpm (not related to this though exactly) + efix for DI issue
noobaa-core-5.17.1-20241211-stage_5_17_2.el9.ppc64le.rpm
Actual behavior
When DEBUGLEVEL : all in configuration, idea is to have all the logs collected , which will be useful for the debug purposes. However it was observed that due to rate limit on rsyslog (10min) interval, the logging is lost in noobaa.log
Warp / IO upload workload is running and FOFB (HA capability) is tested which observed the messages are missed as shown in rsyslog "supressed" eventhough the value should be "0" as per noobaa_syslog.conf file
noobaa service file /etc/rsyslog.d/noobaa_syslog.conf
noobaa.log (for example)
Below the test assert/sigsegv issued at 08:32 and at 08:34:01 noobaa service restarted as per mmfs.log , however in noobaa.log on the node has entries from the 08:37, which indicates the noobaa startup messages are lost which could be key for us to debug the environment in case of issues.
Expected behavior
Shouldn't loose message logging to the noobaa.log file . Is there a way to ensure that no messages are lost when running in "all" mode , as the idea is to collect as much information as possible during enabled logging.
Steps to reproduce
Run IO workload
issue test assert / test sigsegv
observe noobaa.log and rsyslog status for these messages
More information - Screenshots / Logs / Other output
Will upload the relevant logs to the box folder https://ibm.ent.box.com/folder/298865317839
The text was updated successfully, but these errors were encountered: