You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2020/09/29 14:25:26 UTC

[GitHub] [accumulo] milleruntime opened a new issue #1719: Per Table problem links not working in Monitor

milleruntime opened a new issue #1719:
URL: https://github.com/apache/accumulo/issues/1719


   On the Monitor if there are table problems (Debug menu -> Table problems) the page will get populated with links.  The links in the Summary table under the "Table" column do not work.  The links in the "Table" column in the Details table do work though and will take you to the table status page for that table. See screenshot.
   
   ![per-table-problem-bug-marked](https://user-images.githubusercontent.com/11872539/94571476-092b6980-023e-11eb-9d5f-b3b986d3be0d.png)
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [accumulo] ctubbsii commented on issue #1719: Per Table problem links not working in Monitor

Posted by GitBox <gi...@apache.org>.
ctubbsii commented on issue #1719:
URL: https://github.com/apache/accumulo/issues/1719#issuecomment-700956962


   What do the bad links look like, as compared to the good links?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [accumulo] milleruntime commented on issue #1719: Per Table problem links not working in Monitor

Posted by GitBox <gi...@apache.org>.
milleruntime commented on issue #1719:
URL: https://github.com/apache/accumulo/issues/1719#issuecomment-700966053


   > Hmm, that looks like we were trying to have a page view that shows only one specific table's problems. I don't even know if the underlying code supports that. 
   
   I looked at the old monitor on a production system and both links filter the bottom table to show only the problems for that table.
   
   I think converting the tables to datatables will fix multiple issues and we will benefit from the added features.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [accumulo] milleruntime commented on issue #1719: Per Table problem links not working in Monitor

Posted by GitBox <gi...@apache.org>.
milleruntime commented on issue #1719:
URL: https://github.com/apache/accumulo/issues/1719#issuecomment-700960942


   > What do the bad links look like, as compared to the good links?
   
   This link works: ```http://localhost:9995/tables/!0```
   This link is broken: ```http://localhost:9995/problems?table=!0```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [accumulo] milleruntime commented on issue #1719: Per Table problem links not working in Monitor

Posted by GitBox <gi...@apache.org>.
milleruntime commented on issue #1719:
URL: https://github.com/apache/accumulo/issues/1719#issuecomment-700899266


   I am thinking we should update the tables on the problems page to use the Datatables JavaScript.  It will be consistent with the other pages, we get all the benefits of Datatables and then won't have to worry about links for filtering the tables.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [accumulo] ctubbsii commented on issue #1719: Per Table problem links not working in Monitor

Posted by GitBox <gi...@apache.org>.
ctubbsii commented on issue #1719:
URL: https://github.com/apache/accumulo/issues/1719#issuecomment-700964015


   Hmm, that looks like we were trying to have a page view that shows only one specific table's problems. I don't even know if the underlying code supports that. In any case, your suggestion to use datatables.js instead would resolve this, as we don't need to have separate views for each table if the javascript can filter the single view adequately. If we do have code on the backend to support separate views for each table, we can probably just remove that.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [accumulo] milleruntime closed issue #1719: Per Table problem links not working in Monitor

Posted by GitBox <gi...@apache.org>.
milleruntime closed issue #1719:
URL: https://github.com/apache/accumulo/issues/1719


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [accumulo] milleruntime commented on issue #1719: Per Table problem links not working in Monitor

Posted by GitBox <gi...@apache.org>.
milleruntime commented on issue #1719:
URL: https://github.com/apache/accumulo/issues/1719#issuecomment-700870279


   I did some research on the old monitor and it seems like the links that aren't working in the summary Table column were used to filter the Details table below.  The Table column links in the Details table has changed, it also used to filter the Details table where now it will take you to the Table page.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org