[ https://issues.apache.org/jira/browse/MESOS-1878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Anindya Sinha updated MESOS-1878: --------------------------------- Description: >From master UI, clicking Sandbox to go to slave sandbox does not list the >sandbox contents. The directory path of the sandbox shows up fine, but not the >actual contents of the sandbox that is displayed below. Looks like the issue is it fails in the following GET from the corresponding slave: http://<slave-host>:4891/files/browse.json?jsonp=angular.callbacks._9&path=<sandbox-path> Looking at the commits, I could confirm that the issue is not seen with commit 'babb1c06ecf3077f292a19cfcbf1f1a4ed0e07b1'. Rolling back to a mesos build with this commit being the last commit on mesos slave does not show this behavior. was: >From master UI, clicking Sandbox to go to slave sandbox does not list the >sandbox contents. The directory path of the sandbox shows up fine, but not the >actual contents of the sandbox that is displayed below. Looks like the issue is it fails in the following GET from the corresponding slave: http://slave1:4891/files/browse.json?jsonp=angular.callbacks._9&path=<sandbox-path> Looking at the commits, I could confirm that the issue is not seen with commit 'babb1c06ecf3077f292a19cfcbf1f1a4ed0e07b1'. Rolling back to a mesos build with this commit being the last commit on mesos slave does not show this behavior. > Access to sandbox on slave from master UI does not show the sandbox contents > ---------------------------------------------------------------------------- > > Key: MESOS-1878 > URL: https://issues.apache.org/jira/browse/MESOS-1878 > Project: Mesos > Issue Type: Bug > Components: webui > Reporter: Anindya Sinha > Priority: Minor > > From master UI, clicking Sandbox to go to slave sandbox does not list the > sandbox contents. The directory path of the sandbox shows up fine, but not > the actual contents of the sandbox that is displayed below. > Looks like the issue is it fails in the following GET from the corresponding > slave: > http://<slave-host>:4891/files/browse.json?jsonp=angular.callbacks._9&path=<sandbox-path> > Looking at the commits, I could confirm that the issue is not seen with > commit 'babb1c06ecf3077f292a19cfcbf1f1a4ed0e07b1'. Rolling back to a mesos > build with this commit being the last commit on mesos slave does not show > this behavior. -- This message was sent by Atlassian JIRA (v6.3.4#6332)