You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "Joe Smith (JIRA)" <ji...@apache.org> on 2015/02/19 01:34:11 UTC

[jira] [Commented] (AURORA-1133) Thermos Observer does not export stats via /vars

    [ https://issues.apache.org/jira/browse/AURORA-1133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14326810#comment-14326810 ] 

Joe Smith commented on AURORA-1133:
-----------------------------------

This would be handled by the [{{varz.py}} twitter.common.app module|https://github.com/twitter/commons/blob/master/src/python/twitter/common/app/modules/varz.py] but those [cannot be published as-is|https://github.com/twitter/commons/issues/356] so we'll need to find another solution.

> Thermos Observer does not export stats via /vars
> ------------------------------------------------
>
>                 Key: AURORA-1133
>                 URL: https://issues.apache.org/jira/browse/AURORA-1133
>             Project: Aurora
>          Issue Type: Bug
>            Reporter: Zameer Manji
>
> The observer should be exporting executor stats via vars but this fails on Vagrant.
> {noformat}
> vagrant@aurora:~$ curl localhost:1338/vars
>     <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
>     <html>
>         <head>
>             <title>Error: 404 Not Found</title>
>             <style type="text/css">
>               html {background-color: #eee; font-family: sans;}
>               body {background-color: #fff; border: 1px solid #ddd;
>                     padding: 15px; margin: 15px;}
>               pre {background-color: #eee; border: 1px solid #ddd; padding: 5px;}
>             </style>
>         </head>
>         <body>
>             <h1>Error: 404 Not Found</h1>
>             <p>Sorry, the requested URL <tt>&#039;http://localhost:1338/vars&#039;</tt>
>                caused an error:</p>
>             <pre>Not found: &#039;/vars&#039;</pre>
>         </body>
>     </html>
> {noformat}
> I don't see any code that should be doing this.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)