Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty Index Cluster Stats Dialog #16331

Closed
dsilvam opened this issue Apr 3, 2019 · 2 comments
Closed

Empty Index Cluster Stats Dialog #16331

dsilvam opened this issue Apr 3, 2019 · 2 comments

Comments

@dsilvam
Copy link
Contributor

dsilvam commented Apr 3, 2019

In the Admin, If you go to Maintenance -> Index, and click on the health of any of the indexes, you get an empty Dialog

https://www.screencast.com/t/SabHFknfUMq

The following error is logged in the catalina.out file:

10:43:11.937  ERROR filters.CookiesFilter - Exception processing Cookies
org.apache.jasper.JasperException: Unable to compile class for JSP: 

An error occurred at line: [19] in the jsp file: [/html/portlet/ext/cmsmaintenance/index_cluster_status.jsp]
INDEX_OPERATIONS_TIMEOUT_IN_MS cannot be resolved to a variable
16: String indexName=request.getParameter("indexName");
17: 
18: ESClient client=new ESClient();
19: NodesStatsResponse ns=client.getClient().admin().cluster().nodesStats(new NodesStatsRequest()).actionGet(INDEX_OPERATIONS_TIMEOUT_IN_MS);
20: %>
21: <strong>Cluster: <%=ns.getClusterName() %></strong>
22: <% for(NodeStats stats:ns.getNodes()) { %>
@dsilvam
Copy link
Contributor Author

dsilvam commented Apr 22, 2019

Passed Internal QA: Dialog showing properly with expected info.

@bryanboza
Copy link
Member

Fixed, tested on master // Postgres // FF

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants