[ https://issues.apache.org/jira/browse/SLIDER-1041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15075593#comment-15075593 ]
ASF subversion and git services commented on SLIDER-1041: --------------------------------------------------------- Commit d5b3669b6e36c7bc02a1045133310bc5ffb0c0ea in incubator-slider's branch refs/heads/develop from [~elserj] [ https://git-wip-us.apache.org/repos/asf?p=incubator-slider.git;h=d5b3669 ] SLIDER-1041 Fix consistency for exports, enumerate all exports on HTML index. > Discrepancy between /ws/v1/slider/publisher/exports and > /ws/v1/slider/publisher/exports/{export_name} > ----------------------------------------------------------------------------------------------------- > > Key: SLIDER-1041 > URL: https://issues.apache.org/jira/browse/SLIDER-1041 > Project: Slider > Issue Type: Bug > Components: Web & REST > Affects Versions: Slider 0.90.2 > Reporter: Josh Elser > Assignee: Josh Elser > Fix For: Slider 0.91 > > > In working on SLIDER-809, I noticed that I could see the map of all exports > listed in /ws/v1/slider/publisher/exports, but this endpoint did not actually > contain the value from the {{ExportEntry}}. If I request some > /ws/v1/slider/publisher/exports/<export_name>, then I can see the value: > For example: > {noformat} > {"exports":{"servers":{"description":"Servers","updated":1451440844425,"updatedTime":"Tue > Dec 29 21:00:44 EST > 2015","entries":{},"empty":true},"quicklinks":{"description":"QuickLinks","updated":1451440844425,"updatedTime":"Tue > Dec 29 21:00:44 EST > 2015","entries":{},"empty":true},"container_log_dirs":{"description":"container_log_dirs","updated":1451440840223,"updatedTime":"Tue > Dec 29 21:00:40 EST > 2015","entries":{},"empty":true},"container_work_dirs":{"description":"container_work_dirs","updated":1451440840223,"updatedTime":"Tue > Dec 29 21:00:40 EST 2015","entries":{},"empty":true}}} > {noformat} > And if I fetch the quicklinks: > {noformat} > {"description":"QuickLinks","updated":1451440844425,"updatedTime":"Tue Dec 29 > 21:00:44 EST > 2015","entries":{"HTTP":[{"value":"http://hw10447.local:60283","level":"application","updatedTime":"Tue > Dec 29 21:00:44 EST 2015"}]},"empty":false} > {noformat} > Suddenly, entries is not empty. These seems to be inconsistent since both > REST endpoints are backed by the same data structure. -- This message was sent by Atlassian JIRA (v6.3.4#6332)