Since upgrading from 1.1.6 to 1.2.0, the System->Indices page - which used to load in 2-5 seconds - now takes several minutes before nginx times out with a 504 Gateway Timeout
In /var/log/graylog/web/current, I see API calls failing to get index info. There are about 15 of these out of 1800 active (2gb) indices across 4 nodes. 2015-10-01_23:25:33.01576 [error] o.g.r.m.Index - Could not get index information for index [graylog_4006] 2015-10-01_23:25:33.01578 org.graylog2.restclient.lib.APIException: API call failed GET http://@x.x.61.48:12900/system/indexer/indices/graylog_4006 2015-10-01_23:25:33.01578 at org.graylog2.restclient.lib.ApiClientImpl$ApiRequestBuilder.execute(ApiClientImpl.java:463) ~[org.graylog2.graylog2-rest-client--1.2.0-1.2.0.jar:na] 2015-10-01_23:25:33.01578 at org.graylog2.restclient.models.Index.loadIndexInfo(Index.java:83) [org.graylog2.graylog2-rest-client--1.2.0-1.2.0.jar:na] 2015-10-01_23:25:33.01579 at org.graylog2.restclient.models.Index.getInfo(Index.java:75) [org.graylog2.graylog2-rest-client--1.2.0-1.2.0.jar:na] 2015-10-01_23:25:33.01579 at views.html.system.indices.index$$anonfun$4.apply(index.template.scala:164) [graylog-web-interface.graylog-web-interface-1.2.0.jar:1.2.0] 2015-10-01_23:25:33.01579 at views.html.system.indices.index$$anonfun$4.apply(index.template.scala:139) [graylog-web-interface.graylog-web-interface-1.2.0.jar:1.2.0] 2015-10-01_23:25:33.01580 Caused by: java.lang.IllegalStateException: Unhandled error condition in API client 2015-10-01_23:25:33.01580 at org.graylog2.restclient.lib.ApiClientImpl$ApiRequestBuilder.execute(ApiClientImpl.java:463) ~[org.graylog2.graylog2-rest-client--1.2.0-1.2.0.jar:na] 2015-10-01_23:25:33.01581 at org.graylog2.restclient.models.Index.loadIndexInfo(Index.java:83) [org.graylog2.graylog2-rest-client--1.2.0-1.2.0.jar:na] 2015-10-01_23:25:33.01581 at org.graylog2.restclient.models.Index.getInfo(Index.java:75) [org.graylog2.graylog2-rest-client--1.2.0-1.2.0.jar:na] 2015-10-01_23:25:33.01581 at views.html.system.indices.index$$anonfun$4.apply(index.template.scala:164) [graylog-web-interface.graylog-web-interface-1.2.0.jar:1.2.0] 2015-10-01_23:25:33.01581 at views.html.system.indices.index$$anonfun$4.apply(index.template.scala:139) [graylog-web-interface.graylog-web-interface-1.2.0.jar:1.2.0] My guess is it's all related to the performance issues discussed here: https://github.com/Graylog2/graylog2-server/pull/1374 I upgraded to 1.2.1 without any apparent change in behavior. Is this a known issue? -- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/graylog2/28f2ddf5-bd51-4d2b-9c8d-32e7548fe60d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
