Browse Source

AMBARI-6438 Possible memory leaks in UI. Browser consumes 1-3 GB RAM and 100%CPU. (ababiichuk)

aBabiichuk 11 years ago
parent
commit
ba5430ab09
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ambari-web/app/controllers/wizard/step9_controller.js

+ 1 - 1
ambari-web/app/controllers/wizard/step9_controller.js

@@ -802,7 +802,7 @@ App.WizardStep9Controller = Em.Controller.extend({
       this.saveInstalledHosts(this);
       return true;
     }
-    this.changeParseHostInfo(false);
+    return false;
   },
 
   /**