You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Guangya Liu (JIRA)" <ji...@apache.org> on 2016/05/21 14:13:12 UTC

[jira] [Updated] (MESOS-5429) Enhance error message for mesos-ps

     [ https://issues.apache.org/jira/browse/MESOS-5429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guangya Liu updated MESOS-5429:
-------------------------------
    Description: 
If the LD_LIBRARY_PATH was not set, then the {{mesos ps}} will always failed as following:

{code}
Failed to get the master state
{code}

The message is too generic, end user cannot do anything for this with such information, it is better enhance the exception include more verbose messages.

{code}
Failed to get the master due to: Failed to execute 'mesos-resolve 192.168.56.12:5050':
mesos-resolve: error while loading shared libraries: libmesos-0.29.0.so: cannot open shared object file: No such file or directory
{code}

  was:
If the LD_LIBRARY_PATH was not set, then the {{mesos ps}} will always failed as following:

{code}
Failed to get the master state
{code}

I do not know what is the exact reason, it is better to enhance the exception include more verbose messages.


> Enhance error message for mesos-ps
> ----------------------------------
>
>                 Key: MESOS-5429
>                 URL: https://issues.apache.org/jira/browse/MESOS-5429
>             Project: Mesos
>          Issue Type: Bug
>            Reporter: Guangya Liu
>            Assignee: Guangya Liu
>
> If the LD_LIBRARY_PATH was not set, then the {{mesos ps}} will always failed as following:
> {code}
> Failed to get the master state
> {code}
> The message is too generic, end user cannot do anything for this with such information, it is better enhance the exception include more verbose messages.
> {code}
> Failed to get the master due to: Failed to execute 'mesos-resolve 192.168.56.12:5050':
> mesos-resolve: error while loading shared libraries: libmesos-0.29.0.so: cannot open shared object file: No such file or directory
> {code}



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