[
https://issues.apache.org/jira/browse/AMBARI-23313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16415920#comment-16415920
]
Hudson commented on AMBARI-23313:
---------------------------------
SUCCESS: Integrated in Jenkins build Ambari-trunk-Commit #8920 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/8920/])
AMBARI-23313 JS error on service stop/restart after config changes.
(ababiichuk:
[https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=2712c2c274e069da02defc0e9b55fc12caece397])
* (edit) ambari-web/app/controllers/main/service/item.js
> 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
> Priority: Blocker
> Labels: pull-request-available
> Fix For: 2.7.0
>
> Time Spent: 2h 50m
> Remaining Estimate: 0h
>
> 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)