Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
v0.4.0
-
None
-
None
Description
When creating hbase policy, if there are too many match criteria error message will occur:
"Updatefailed!{"success":false,"exception":"java.io.IOException: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'policyDef' at row 1\norg.apache.eagle.storage.jdbc.JdbcStorage.create(JdbcStorage.java:97)\norg.apache.eagle.storage.operation.CreateStatement.execute(CreateStatement.java:63)"
Attachments
Issue Links
- Blocked
-
EAGLE-273 Issue with creating MySql tables , only 14 were created out of 24, reason being varchar(30000) for multiple columns lead to exceeding the maximum row size of 65,535 bytes.
- Resolved