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

marvel.agent Background thread had an uncaught exception: java.lang.NullPointerException #4970

Closed
timbunce opened this issue Jan 31, 2014 · 3 comments

Comments

@timbunce
Copy link

[2014-01-31 11:13:42,911][ERROR][marvel.agent             ] [mls-es-stag-01-mls-tigerstage] Background thread had an uncaught exception: java.lang.NullPointerException
at org.elasticsearch.search.suggest.completion.Completion090PostingsFormat$CompletionTerms.stats(Completion090PostingsFormat.java:288)
at org.elasticsearch.search.suggest.completion.Completion090PostingsFormat.completionStats(Completion090PostingsFormat.java:351)
at org.elasticsearch.index.shard.service.InternalIndexShard.completionStats(InternalIndexShard.java:545)
at org.elasticsearch.action.admin.indices.stats.CommonStats.<init>(CommonStats.java:151)
at org.elasticsearch.indices.InternalIndicesService.stats(InternalIndicesService.java:211)
at org.elasticsearch.indices.InternalIndicesService.stats(InternalIndicesService.java:175)
at org.elasticsearch.node.service.NodeService.stats(NodeService.java:149)
at org.elasticsearch.marvel.agent.AgentService$ExportingWorker.exportNodeStats(AgentService.java:269)
at org.elasticsearch.marvel.agent.AgentService$ExportingWorker.run(AgentService.java:174)
at java.lang.Thread.run(Thread.java:744)

This is on ES 0.90.10. Possibly related to #4788.

@s1monw
Copy link
Contributor

s1monw commented Jan 31, 2014

tim do you have any custom configuration / code running on your nodes or any plugins that are not standard? You should never see a terms instance that has a null lookup factory.

s1monw added a commit to s1monw/elasticsearch that referenced this issue Jan 31, 2014
@s1monw s1monw closed this as completed in 3e31702 Jan 31, 2014
s1monw added a commit that referenced this issue Jan 31, 2014
s1monw added a commit that referenced this issue Jan 31, 2014
s1monw added a commit that referenced this issue Jan 31, 2014
@timbunce
Copy link
Author

Config is very plain.
Plugins: bigdesk geocluster-facet geohash-facet head inquisitor marvel paramedic segmentspy.
Of those only marvel and head were being used.
Does that help?

@s1monw
Copy link
Contributor

s1monw commented Jan 31, 2014

not really I really don't see how we can pull a MERGE reader but I will try to investigate that I for now just made sure we don't get a NPE anymore.

Thanks so much for reporting this!

@clintongormley clintongormley added the :Search/Suggesters "Did you mean" and suggestions as you type label Jun 7, 2015
mute pushed a commit to mute/elasticsearch that referenced this issue Jul 29, 2015
mute pushed a commit to mute/elasticsearch that referenced this issue Jul 29, 2015
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

3 participants