dlmarion commented on issue #6379: URL: https://github.com/apache/accumulo/issues/6379#issuecomment-4489516542
The code used to reload the dead tservers page is kicking off an async ajax call to reload the table data, then will show or hide the table based on whether or not the table is empty: https://github.com/apache/accumulo/blob/0f6025e7cb96df9ef2ef00a11329e063c572eb5d/server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/js/tservers.js#L75-L84 However, looking at the tservers.js file as a whole, it does not appear to be using the data stored in the session storage. Instead it appears to be re-fetching from the Monitor server. This could take much longer and may cause the table to be hidden. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
