-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/35110/
-----------------------------------------------------------
(Updated June 5, 2015, 11:53 a.m.)
Review request for Ambari, Nate Cole and Tom Beerbower.
Bugs: AMBARI-11726
https://issues.apache.org/jira/browse/AMBARI-11726
Repository: ambari
Description
-------
On Oracle DB, getting the following on inserts into alert_history:
Caused by: java.sql.SQLException: ORA-01461: can bind a LONG value only for
insert into a LONG column
Similar issue and fix as AMBARI-10412
Diffs
-----
ambari-server/src/main/java/org/apache/ambari/server/orm/entities/AlertHistoryEntity.java
8423abe
ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog210.java
d83940e
ambari-server/src/main/resources/Ambari-DDL-Oracle-CREATE.sql fdd5ef8
ambari-server/src/test/java/org/apache/ambari/server/upgrade/UpgradeCatalog210Test.java
e41ce0b
Diff: https://reviews.apache.org/r/35110/diff/
Testing
-------
mvn clean test
Thanks,
Jonathan Hurley