-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/27520/
-----------------------------------------------------------

(Updated Nov. 10, 2014, 9:14 a.m.)


Review request for cloudstack and Kishan Kavala.


Changes
-------

Updated the patch as it is failing to apply on master


Bugs: CLOUDSTACK-7830
    https://issues.apache.org/jira/browse/CLOUDSTACK-7830


Repository: cloudstack-git


Description
-------

While inserting into the cloud_usage database  it is getting the following 
exception.

INSERT INTO usage_vpn_user (usage_vpn_user.zone_id, usage_vpn_user.account_id, 
usage_vpn_user.domain_id, usage_vpn_user.user_id, usage_vpn_user.user_name, 
usage_vpn_user.created, usage_vpn_user.deleted) VALUES (0, 13, 14, 4, 
_binary'timothy.lother...@dcxclouddemo.co.za', '2014-03-11 14:36:50', null)

Caused by: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long 
for column 'user_name' at row 1
        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4072)


Diffs (updated)
-----

  setup/db/db/schema-441to450.sql d9bc8e0 

Diff: https://reviews.apache.org/r/27520/diff/


Testing
-------

Tested on 4.5.0 by upgrading from 4.3.0


Thanks,

Damodar Reddy Talakanti

Reply via email to