I saw this in our Elasticsearch logs this morning and was wondering if there is somewhere more appropriate to report the issue (it doesn't seem to have caused anything bad to actually happen) ...
[2016-06-27 09:14:18,988][ERROR][marvel.agent.collector.node] [Paul Bailey] collector [node-stats-collector] - failed collecting data
java.lang.ArrayIndexOutOfBoundsException: 0
at org.elasticsearch.action.support.nodes.BaseNodesResponse.getAt(BaseNodesResponse.java:72)
at org.elasticsearch.marvel.agent.collector.node.NodeStatsCollector.doCollect(NodeStatsCollector.java:88)
at org.elasticsearch.marvel.agent.collector.AbstractCollector.collect(AbstractCollector.java:99)
at org.elasticsearch.marvel.agent.AgentService$ExportingWorker.run(AgentService.java:187)
at java.lang.Thread.run(Thread.java:745)