----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27520/#review60559 -----------------------------------------------------------
4.5 36fd780482dbd65ef9328f630d0af0793d0fed2e - Kishan Kavala On Nov. 10, 2014, 2:44 p.m., Damodar Reddy Talakanti wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/27520/ > ----------------------------------------------------------- > > (Updated Nov. 10, 2014, 2:44 p.m.) > > > Review request for cloudstack and Kishan Kavala. > > > 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 > ----- > > 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 > >