[
https://issues.apache.org/jira/browse/MESOS-6409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15586014#comment-15586014
]
ASF GitHub Bot commented on MESOS-6409:
---------------------------------------
GitHub user ronaldpetty opened a pull request:
https://github.com/apache/mesos/pull/171
Update cli.py
The CLI tools are failing per #MESOS-6409 in 1.0.1.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ronaldpetty/mesos master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/mesos/pull/171.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #171
----
commit 3891871f256ddb75d4643253cd3cd75f97891e16
Author: Ronald Petty <[email protected]>
Date: 2016-10-18T17:11:59Z
Update cli.py
The CLI tools are failing per #MESOS-6409 in 1.0.1.
----
> mesos-ps - Invalid header value
> -------------------------------
>
> Key: MESOS-6409
> URL: https://issues.apache.org/jira/browse/MESOS-6409
> Project: Mesos
> Issue Type: Bug
> Components: master
> Affects Versions: 1.0.1
> Environment: Linux
> Reporter: Ronald Petty
>
> Fresh install on Ubuntu 16.04. Follow posix instructions then install libz.
> user@nodea:~$ mesos-ps --master=127.0.0.1:5050
> Failed to get the master state: Invalid header value '127.0.0.1:5050\n'
> Master log shows:
> I1017 21:08:28.685926 70112 http.cpp:381] HTTP GET for /master/state from
> 127.0.0.1:50526 with User-Agent='Mozilla/5.0 (X11; Ubuntu; Linux x86_64;
> rv:49.0) Gecko/20100101 Firefox/49.0'
> If you use 'curl' it works:
> curl localhost:5050/state.json
> I also tried 127.0.0.1 and http, also errors out.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)