Andrii Babiichuk created AMBARI-23313:
-----------------------------------------
Summary: JS error on service stop/restart after config changes
Key: AMBARI-23313
URL: https://issues.apache.org/jira/browse/AMBARI-23313
Project: Ambari
Issue Type: Bug
Components: ambari-web
Affects Versions: 2.7.0
Reporter: Andrii Babiichuk
Assignee: Andrii Babiichuk
Fix For: 2.7.0
Steps:
# Change the value of fs.trash.interval for HDFS service.
# Save configs
# Notice Restart required icon
# Try to apply 'Restart All Affected'
No op was triggered. Could see js error error in console:
{noformat}
Uncaught TypeError: Cannot read property 'get' of undefined
pullNnCheckPointTime @ app.js:27950
checkNnLastCheckpointTime @ app.js:27905
restartAllStaleConfigComponents @ app.js:26478
ActionHelper.registeredActions.(anonymous function).handler @ vendor.js:31554
(anonymous function) @ vendor.js:23346
jQuery.event.dispatch @ vendor.js:3178
elemData.handle @ vendor.js:2854
app.js:56248
{noformat}
Also for 'Stop' service operation:
{noformat}
Uncaught TypeError: Cannot read property 'get' of undefined
pullNnCheckPointTime @ app.js:27950
checkNnLastCheckpointTime @ app.js:27905
startStopPopup @ app.js:27842
stopService @ app.js:28176
doAction @ app.js:28662
ActionHelper.registeredActions.(anonymous function).handler @ vendor.js:31554
(anonymous function) @ vendor.js:23346
jQuery.event.dispatch @ vendor.js:3178
elemData.handle @ vendor.js:2854
app.js:56248
{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)