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)