You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@slider.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2015/12/30 03:48:49 UTC

[jira] [Created] (SLIDER-1041) Discrepancy between /ws/v1/slider/publisher/exports and /ws/v1/slider/publisher/exports/{export_name}

Josh Elser created SLIDER-1041:
----------------------------------

             Summary: 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)