Out of Topic: it was the one from last year, saw it on Parleys, excellent.
Ok this is my settings:
{
"ok" : true,
"cluster_name" : "cluster_prod",
"nodes" : {
"oM9TizIFT3CFN59cfoyJDA" : {
"name" : "AS400 PROD",
"transport_address" : "inet[/172.17.54.81:9300]",
"hostname" : "PROD.mycomp.com",
"version" : "0.20.6",
"http_address" : "inet[/172.17.54.81:9200]",
"settings" : {
"foreground" : "yes",
"logger.prefix" : "",
"path.home" : "/opt/elasticsearch",
"pidfile" : "/home/jboss/es.pid",
"compress.lzf.decoder" : "safe",
"index.number_of_shards" : "1",
"node.name" : "AS400 UNITED",
"index.number_of_replicas" : "0",
"cluster.name" : "cluster_prod",
"name" : "AS400 PROD",
"path.logs" : "/opt/elasticsearch/logs"
}
}
}
}
The particularity is that I'm running ES on an iSeries IBM server. I
don't know if it could have an influence but this is the only none
conventional thing in the setup.
Detail:
IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 OS/400 ppc-32
jvmap3260sr10-20111208 (JIT enabled, AOT enabled)
On Thu, May 23, 2013 at 6:54 AM, David Pilato david@pilato.fr wrote:
Out of topic: Cool! Was that this year or last year?
About refresh issue, I don't understand how this can happen. Can you print
your elasticsearch settings?
curl -XGET 'http://localhost:9200/_nodes/settings?pretty'
--
David Pilato | Technical Advocate | Elasticsearch.com
@dadoonet https://twitter.com/dadoonet | @elasticsearchfrhttps://twitter.com/elasticsearchfr
| @scrutmydocs https://twitter.com/scrutmydocs
Le 23 mai 2013 à 12:40, Franck Garcia garcia.franck@gmail.com a écrit :
No I left the default value (1s). BTW I saw your DEVOXX presentation on ES
that inspired me a lot! Thanks for that.
On Wed, May 22, 2013 at 4:54 PM, David Pilato david@pilato.fr wrote:
Did you somehow disable refresh (-1 value)?
--
David
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs
Le 22 mai 2013 à 21:43, Franck garcia.franck@gmail.com a écrit :
If anybody can shed a light on the following strange behavior:
My index is updated every minute using a bulk processor with tens of
documents per cycle. After 40 cycles or so, I noticed that my query doesn't
count the new added documents (I'm using a simple HTTP GET req with the
_search endpoint). It is stuck with the same count of documents until I run
an optimize on the index. The optimization seems to "refresh" the index and
then my query count is accurate again.... until the next cycle kicks in and
then I have to optimize the index again to see the latest docs counted in.
I also noticed that if I query a specific document using its _id in the
HTTP GET request, then ES returns me the document details without having to
use optimize.
I currently using v 0.20.6 with a single shard no replica.
--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to a topic in the
Google Groups "elasticsearch" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/elasticsearch/wTbgqF-traM/unsubscribe?hl=en-US
.
To unsubscribe from this group and all its topics, send an email to
elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
Franck
--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
Franck
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.