You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Jonathan Hurley (JIRA)" <ji...@apache.org> on 2014/08/13 02:24:12 UTC

[jira] [Created] (AMBARI-6839) Alerts: Update Oracle Alert DDL for CLOB

Jonathan Hurley created AMBARI-6839:
---------------------------------------

             Summary: Alerts: Update Oracle Alert DDL for CLOB
                 Key: AMBARI-6839
                 URL: https://issues.apache.org/jira/browse/AMBARI-6839
             Project: Ambari
          Issue Type: Task
    Affects Versions: 1.7.0
            Reporter: Jonathan Hurley
            Assignee: Jonathan Hurley
             Fix For: 1.7.0


MySQL and PostgreSQL both use TEXT for AlertDefiniion#source and AlertTarget#properties. However, the Oracle DDL was using VARCHAR(4000).

These fields contain JSON structured data and won't ever be searchable. We should allow them to contain more than 4k of data. 

This change will make the 3 databases consistent in how they access data from the alert tables.



--
This message was sent by Atlassian JIRA
(v6.2#6252)