This is an automated email from the ASF dual-hosted git repository.
atkach pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/trunk by this push:
new 29ea5bd AMBARI-24585
'yarn.nodemanager.linux-container-executor.cgroups.hierarchy' is not equal to
the value of yarn_hierarchy in UI Deploy
29ea5bd is described below
commit 29ea5bdb7cf9f4a8f24b437fef6c9659b9549ab1
Author: Andrii Tkach <[email protected]>
AuthorDate: Mon Sep 3 19:48:00 2018 +0300
AMBARI-24585 'yarn.nodemanager.linux-container-executor.cgroups.hierarchy'
is not equal to the value of yarn_hierarchy in UI Deploy
---
ambari-web/app/mixins/common/configs/config_recommendation_parser.js | 1 +
ambari-web/app/views/common/configs/service_config_container_view.js | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git
a/ambari-web/app/mixins/common/configs/config_recommendation_parser.js
b/ambari-web/app/mixins/common/configs/config_recommendation_parser.js
index 49b86a1..329d1fc 100644
--- a/ambari-web/app/mixins/common/configs/config_recommendation_parser.js
+++ b/ambari-web/app/mixins/common/configs/config_recommendation_parser.js
@@ -137,6 +137,7 @@ App.ConfigRecommendationParser =
Em.Mixin.create(App.ConfigRecommendations, {
if (configs.length) {
var mergedConfigs = configs.concat(stepConfig.get('configs'));
stepConfig.set('configs', mergedConfigs);
+ stepConfig.propertyDidChange('redrawConfigs');
}
}
}
diff --git
a/ambari-web/app/views/common/configs/service_config_container_view.js
b/ambari-web/app/views/common/configs/service_config_container_view.js
index 0018117..3b4bf63 100644
--- a/ambari-web/app/views/common/configs/service_config_container_view.js
+++ b/ambari-web/app/views/common/configs/service_config_container_view.js
@@ -106,7 +106,7 @@ App.ServiceConfigContainerView = Em.ContainerView.extend({
//terminate lazy loading when switch service
if (this.get('lazyLoading'))
lazyLoading.terminate(this.get('lazyLoading'));
this.pushViewAfterRecommendation();
- }.observes('controller.selectedService'),
+ }.observes('controller.selectedService',
'controller.selectedService.redrawConfigs'),
pushViewAfterRecommendation: function() {
if (this.get('controller.isRecommendedLoaded')) {