Bug 1450837

Summary: [WALA]There are too many logs print to /var/log/waagent.log
Product: Red Hat Enterprise Linux 7 Reporter: Yuhui Jiang <yujiang>
Component: WALinuxAgentAssignee: Mohammed Gamal <mmorsy>
Status: CLOSED CURRENTRELEASE QA Contact: Virtualization Bugs <virt-bugs>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 7.4CC: borisb, brendand, danis, hkrijger, jopoulso, leiwang, mmorsy, stephen.zarkos, wshi, yujiang, yuxisun
Target Milestone: rcKeywords: Extras
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1450840 (view as bug list) Environment:
Last Closed: 2017-07-24 09:31:40 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1451172    
Bug Blocks: 1450840    

Description Yuhui Jiang 2017-05-15 09:24:00 UTC
Description of problem:
In WALA new version(2.2.11),add an event on azurelinuxagent/ga/update.py (line 263-268).So,this cause too many logs to /var/log/waagent.log(roughly 3-4second/item).Too many this kind of logs are unless and maybe waste resource.

Version-Release number of selected component (if applicable):
WALinuxAgent-2.2.11 upstream

How reproducible:
100%

RHEL Version:
RHEL-7.4/6.9

Steps to Reproduce:
1.Prepare a RHEL7.4 VM and install WALA 2.2.11
2.Start the VM and check /var/log/waagent.log


Actual results:
2017/05/12 15:47:23.209433 INFO Event: name=WALinuxAgent, op=ProcessGoalState, message=
2017/05/12 15:47:27.390004 INFO Event: name=WALinuxAgent, op=ProcessGoalState, message=
2017/05/12 15:47:30.591457 INFO Event: name=WALinuxAgent, op=ProcessGoalState, message=
2017/05/12 15:47:33.762246 INFO Event: name=WALinuxAgent, op=ProcessGoalState, message=
2017/05/12 15:47:37.947431 INFO Event: name=WALinuxAgent, op=ProcessGoalState, message=
......

Expected results:
1.Maybe should reduce the print rate of this kind of log
2.Maybe modify this kind of log level(INFO ==> DEBUG),maybe better

Additional info:

Comment 2 Mohammed Gamal 2017-06-22 10:49:20 UTC
Fixed in WALA 2.2.12
See: https://github.com/Azure/WALinuxAgent/issues/711

Comment 3 Yuhui Jiang 2017-06-23 02:42:04 UTC
Verified on RHEL 7.4-20170601.0 with WALinuxAgent-2.2.12-1 that this issue has resolved.

My steps:
  refer this issue's Description

Comment 4 Yuxin Sun 2017-07-24 09:31:40 UTC
Close this issue because WALinuxAgent-2.2.14-1.el7/6 has shipped.