You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2014/09/11 21:00:34 UTC

[jira] [Commented] (AMBARI-7263) Alerts: DDL for alert_current requires latest_text

    [ https://issues.apache.org/jira/browse/AMBARI-7263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14130506#comment-14130506 ] 

Hudson commented on AMBARI-7263:
--------------------------------

FAILURE: Integrated in Ambari-trunk-Commit #218 (See [https://builds.apache.org/job/Ambari-trunk-Commit/218/])
AMBARI-7263. Alerts: DDL for alert_current requires latest_text (ncole) (ncole: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=3035978fba2921e81e83eedc8fd77090f6442b94)
* ambari-server/src/main/java/org/apache/ambari/server/orm/entities/AlertCurrentEntity.java
* ambari-server/src/main/resources/Ambari-DDL-Postgres-EMBEDDED-CREATE.sql
* ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog170.java
* ambari-server/src/test/java/org/apache/ambari/server/upgrade/UpgradeCatalog170Test.java
* ambari-server/src/main/resources/Ambari-DDL-Oracle-CREATE.sql
* ambari-server/src/main/resources/Ambari-DDL-MySQL-CREATE.sql
* ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql


> Alerts: DDL for alert_current requires latest_text
> --------------------------------------------------
>
>                 Key: AMBARI-7263
>                 URL: https://issues.apache.org/jira/browse/AMBARI-7263
>             Project: Ambari
>          Issue Type: Task
>          Components: ambari-server
>            Reporter: Nate Cole
>            Assignee: Nate Cole
>             Fix For: 1.7.0
>
>
> Current alert data needs to have a latest_text field that indicates the last text retrieved from the server.  For example:
> time1: OK: 1 CPU, load 3.2%
> time2: OK: 1 CPU, load 4.5%
> The 2nd report from the agent will not result in a new record, but the UI needs the text from time2.  Saving that with alert_current will solve that problem.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)