Activity log for bug #1682887

Date Who What changed Old value New value Message
2017-04-14 17:46:49 Rene Soto bug added bug
2017-04-19 11:30:25 Simon Pasquier bug task added lma-toolchain
2017-04-19 11:30:46 Simon Pasquier fuel-plugins: status New Invalid
2017-04-19 11:30:50 Simon Pasquier lma-toolchain: status New Confirmed
2017-04-19 11:31:03 Simon Pasquier lma-toolchain: importance Undecided High
2017-04-19 11:31:28 Simon Pasquier description In MOS 9.0 with Telemetry Plugin v 1.0.1, the following file grew up to ~40GB: /tmp/heka-influxdb-points.log Because of this, the root partition nearly filled up and could have possibly impacted the environment if manual proactive action wasn't taken. Actual Results: root@ic3-ctl01-scc:/tmp# ls -lh total 40G -rwxr-xr-x 1 root root 40G Apr 14 15:33 heka-influxdb-points.log Expected Results: To have the proper configuration in place out of the box (whether its defining logrotate configuration, or making configuration change to the service itself) to prevent this file from growing to such a large size. In MOS 9.0 with Telemetry Plugin v 1.0.1, the following file grew up to ~40GB: /tmp/heka-influxdb-points.log Because of this, the root partition nearly filled up and could have possibly impacted the environment if manual proactive action wasn't taken. Actual Results: root@ic3-ctl01-scc:/tmp# ls -lh total 40G -rwxr-xr-x 1 root root 40G Apr 14 15:33 heka-influxdb-points.log Expected Results: To have the proper configuration in place out of the box (whether its defining logrotate configuration, or making configuration change to the service itself) to prevent this file from growing to such a large size. Workaround: Add a cron job that deletes the file periodically.