You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Christopher Tubbs (JIRA)" <ji...@apache.org> on 2017/12/04 21:33:00 UTC

[jira] [Resolved] (ACCUMULO-4745) Monitor Table hyperlinks are broken

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

Christopher Tubbs resolved ACCUMULO-4745.
-----------------------------------------
    Resolution: Fixed

Closing this, since the PR was merged.

> Monitor Table hyperlinks are broken
> -----------------------------------
>
>                 Key: ACCUMULO-4745
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-4745
>             Project: Accumulo
>          Issue Type: Bug
>          Components: monitor
>    Affects Versions: 2.0.0
>            Reporter: Kyle Van Gilson
>            Assignee: Benjamin F
>              Labels: pull-request-available
>             Fix For: 2.0.0
>
>          Time Spent: 2h
>  Remaining Estimate: 0h
>
> In the accumulo-monitor Table Status page, the hyperlinked table list items have malformed links of the form:
> *   http://localhost:9995/tables/[object%20Object]
> The should be of the form
> * http://localhost:9995/tables/<tableId>
> * i.e.  http://localhost:9995/tables/1
> I'm not 100% sure where the issue is, but it looks like the server/monitor/resources/js/tables.js ~line 187 might be where the link itself is being generated.
> To reproduce create an assembly off of the master branch (2.0.0-snapshot), init/start accumulo master/tserver/monitor, go to http://localhost:9995/tables/ and any of the table links should exhibit the issue.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)