Percolate Error

I'm getting a lot of errors like this. I have not yet been able to
recreate. Any idea what it means, and what type of mistake might
cause such an error. I'm on 0.15.2.

failed to execute
[org.elasticsearch.action.percolate.PercolateRequest@543d8ee8]
java.lang.IllegalArgumentException: field must not be added more than
once
at
org.apache.lucene.index.memory.MemoryIndex.addField(MemoryIndex.java:
335)
at
org.elasticsearch.index.percolator.PercolatorExecutor.percolate(PercolatorExecutor.java:
313)
at
org.elasticsearch.index.percolator.PercolatorExecutor.percolate(PercolatorExecutor.java:
291)
at
org.elasticsearch.index.percolator.PercolatorService.percolate(PercolatorService.java:
82)
at
org.elasticsearch.action.percolate.TransportPercolateAction.shardOperation(TransportPercolateAction.java:
79)
at
org.elasticsearch.action.percolate.TransportPercolateAction.shardOperation(TransportPercolateAction.java:
40)
at
org.elasticsearch.action.support.single.custom.TransportSingleCustomOperationAction
$AsyncSingleAction$1.run(TransportSingleCustomOperationAction.java:
135)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:680)

Heya,

Yea, this is a bug found (sent a notice on it to the list). Its already fixed in master. Here is the issue: Issues · elastic/elasticsearch · GitHub.

-shay.banon
On Wednesday, March 16, 2011 at 4:53 PM, Tim Scott wrote:

I'm getting a lot of errors like this. I have not yet been able to
recreate. Any idea what it means, and what type of mistake might
cause such an error. I'm on 0.15.2.

failed to execute
[org.elasticsearch.action.percolate.PercolateRequest@543d8ee8]
java.lang.IllegalArgumentException: field must not be added more than
once
at
org.apache.lucene.index.memory.MemoryIndex.addField(MemoryIndex.java:
335)
at
org.elasticsearch.index.percolator.PercolatorExecutor.percolate(PercolatorExecutor.java:
313)
at
org.elasticsearch.index.percolator.PercolatorExecutor.percolate(PercolatorExecutor.java:
291)
at
org.elasticsearch.index.percolator.PercolatorService.percolate(PercolatorService.java:
82)
at
org.elasticsearch.action.percolate.TransportPercolateAction.shardOperation(TransportPercolateAction.java:
79)
at
org.elasticsearch.action.percolate.TransportPercolateAction.shardOperation(TransportPercolateAction.java:
40)
at
org.elasticsearch.action.support.single.custom.TransportSingleCustomOperationAction
$AsyncSingleAction$1.run(TransportSingleCustomOperationAction.java:
135)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:680)