Repository: ambari Updated Branches: refs/heads/trunk bf6a2c94b -> 33ef653dd
AMBARI-15279. Table 'ambari.DS_JOBIMPL_4' doesn't exist. MySQL row size exceeds maximum. (dipayanb) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/33ef653d Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/33ef653d Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/33ef653d Branch: refs/heads/trunk Commit: 33ef653dd6972d6a84d653ea3c775dd2dc9149fa Parents: bf6a2c9 Author: Dipayan Bhowmick <[email protected]> Authored: Wed Apr 13 17:43:25 2016 +0530 Committer: Dipayan Bhowmick <[email protected]> Committed: Wed Apr 13 17:44:44 2016 +0530 ---------------------------------------------------------------------- .../org/apache/ambari/server/view/persistence/DataStoreImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/33ef653d/ambari-server/src/main/java/org/apache/ambari/server/view/persistence/DataStoreImpl.java ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/java/org/apache/ambari/server/view/persistence/DataStoreImpl.java b/ambari-server/src/main/java/org/apache/ambari/server/view/persistence/DataStoreImpl.java index 333ff19..0ed260d 100644 --- a/ambari-server/src/main/java/org/apache/ambari/server/view/persistence/DataStoreImpl.java +++ b/ambari-server/src/main/java/org/apache/ambari/server/view/persistence/DataStoreImpl.java @@ -118,7 +118,7 @@ public class DataStoreImpl implements DataStore { /** * Max length of entity string field. */ - protected static final int MAX_ENTITY_STRING_FIELD_LENGTH = 3200; + protected static final int MAX_ENTITY_STRING_FIELD_LENGTH = 3000; /** * Max total length of all the fields of an entity.
