Repository: ambari Updated Branches: refs/heads/branch-2.2 67f264efe -> 414a8e1a4
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/414a8e1a Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/414a8e1a Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/414a8e1a Branch: refs/heads/branch-2.2 Commit: 414a8e1a4847d8a69df591ad1d5f0e0710134776 Parents: 67f264e Author: Dipayan Bhowmick <[email protected]> Authored: Wed Apr 13 17:43:25 2016 +0530 Committer: Dipayan Bhowmick <[email protected]> Committed: Wed Apr 13 17:43:25 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/414a8e1a/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.
