Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.0
Description
In the accumulo-monitor Table Status page, the hyperlinked table list items have malformed links of the form:
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.
Attachments
Issue Links
- is related to
-
ACCUMULO-4755 Register a custom serializer for AbstractId types (Table.ID and Namespace.ID)
-
- Resolved
-
- links to