Jelajahi Sumber

AMBARI-17757. after ambari upgrade ambari-agent is unable to register with ambari server (aonishuk)

Andrew Onishuk 9 tahun lalu
induk
melakukan
9da9a2b917

+ 1 - 1
ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog240.java

@@ -1381,7 +1381,7 @@ public class UpgradeCatalog240 extends AbstractUpgradeCatalog {
   protected void updateTopologyRequestTable() throws SQLException {
     // Add the sort_order column to the adminpermission table
     dbAccessor.addColumn(TOPOLOGY_REQUEST_TABLE,
-      new DBColumnInfo(PROVISION_ACTION_COL, String.class, null, 255, true));
+      new DBColumnInfo(PROVISION_ACTION_COL, String.class, 255, null, true));
   }
 
   /**