You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Dmytro Grinenko (JIRA)" <ji...@apache.org> on 2017/11/22 07:18:00 UTC

[jira] [Created] (AMBARI-22497) Disk usage is not updated

Dmytro Grinenko created AMBARI-22497:
----------------------------------------

             Summary: Disk usage is not updated
                 Key: AMBARI-22497
                 URL: https://issues.apache.org/jira/browse/AMBARI-22497
             Project: Ambari
          Issue Type: Bug
          Components: ambari-agent
    Affects Versions: 2.6.1
            Reporter: Dmytro Grinenko
            Assignee: Dmytro Grinenko
            Priority: Critical
             Fix For: 2.6.1


Ambari Agent sends disk usage info once in every minute. Ambari Server apparently ignores this and only uses the initial disk report.

STR:

Create dummy /usr/local/sbin/df script that does nothing (ensure that this directory precedes in $PATH the directory where the real df resides)
Start Ambari Agent and Server
Create cluster via blueprint
Request Hosts/disk_info via API
Delete dummy timeout script
Wait 2 minutes
Request Hosts/disk_info via API
Expected result: disk info is updated in server once the "transient failure" of df is resolved
Actual result: disk info continues to be empty



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)