Hi,
I'm seeing weird behaviours with ids on elasticsearch 1.2.0 (recently
upgraded from 1.0.1).
A search retrieves my document, showing the correct value for _id:
[terminal] curl 'myServer:9200/global/_search?q=someField:something
{"took":79,"timed_out":false,"_shards":{"total":12,"successful":12,"failed":0},"hits":{"total":1,"max_score":17.715034,"hits":[{"_index":"global","_type":"user","_id":"7a113e4f-44de-3b2b-a3f1-fb881da1b00a",...
But a direct lookup on id doesn't:
[terminal] curl
'myServer:9200/global/user/7a113e4f-44de-3b2b-a3f1-fb881da1b00a'
{"_index":"global","_type":"user","_id":"7a113e4f-44de-3b2b-a3f1-fb881da1b00a","found":false}
Any ideas? I'm hoping I won't have to reindex...
Kind regards,
Luke
--
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 .
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/e0c68f79-12fc-42e9-9a26-102c3b75f42e%40googlegroups.com .
For more options, visit https://groups.google.com/d/optout .
jpountz
(Adrien Grand)
June 5, 2014, 12:34pm
2
Hi,
This is very likely because of
elastic:master
← jpountz:fix/routing
opened 02:12PM - 03 Jun 14 UTC
Routing has been inadvertly changed in #5562 resulting in documents going to
dif… ferent shards in 1.2. This is a terrible bug because an indexing request
would not necessarily go to the same shard anymore, potentially leading to
duplicates.
Close #6391
See Elasticsearch Platform — Find real-time answers at scale | Elastic for
more information, we are currently working on a tool that would help
relocate documents to the right shard.
On Thu, Jun 5, 2014 at 1:54 PM, Luke Wilson-Mawer <lukewilsonmawer@gmail.com
wrote:
Hi,
I'm seeing weird behaviours with ids on elasticsearch 1.2.0 (recently
upgraded from 1.0.1).
A search retrieves my document, showing the correct value for _id:
[terminal] curl 'myServer:9200/global/_search?q=someField:something
{"took":79,"timed_out":false,"_shards":{"total":12,"successful":12,"failed":0},"hits":{"total":1,"max_score":17.715034,"hits":[{"_index":"global","_type":"user","_id":"7a113e4f-44de-3b2b-a3f1-fb881da1b00a",...
But a direct lookup on id doesn't:
[terminal] curl
'myServer:9200/global/user/7a113e4f-44de-3b2b-a3f1-fb881da1b00a'
{"_index":"global","_type":"user","_id":"7a113e4f-44de-3b2b-a3f1-fb881da1b00a","found":false}
Any ideas? I'm hoping I won't have to reindex...
Kind regards,
Luke
--
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 .
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/e0c68f79-12fc-42e9-9a26-102c3b75f42e%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/e0c68f79-12fc-42e9-9a26-102c3b75f42e%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout .
--
Adrien Grand
--
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 .
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAL6Z4j6JRYTe01iXb4Lwdurxgmfp6QTXfmEBbA%2Bmci8cQMGZ-A%40mail.gmail.com .
For more options, visit https://groups.google.com/d/optout .
Great, thanks Adrien. I will eagerly await the tool.
Kind regards,
Luke
On Thu, Jun 5, 2014 at 1:34 PM, Adrien Grand <adrien.grand@elasticsearch.com
wrote:
Hi,
This is very likely because of
Restore shard routing. by jpountz · Pull Request #6393 · elastic/elasticsearch · GitHub
See Elasticsearch Platform — Find real-time answers at scale | Elastic for
more information, we are currently working on a tool that would help
relocate documents to the right shard.
On Thu, Jun 5, 2014 at 1:54 PM, Luke Wilson-Mawer <
lukewilsonmawer@gmail.com > wrote:
Hi,
I'm seeing weird behaviours with ids on elasticsearch 1.2.0 (recently
upgraded from 1.0.1).
A search retrieves my document, showing the correct value for _id:
[terminal] curl 'myServer:9200/global/_search?q=someField:something
{"took":79,"timed_out":false,"_shards":{"total":12,"successful":12,"failed":0},"hits":{"total":1,"max_score":17.715034,"hits":[{"_index":"global","_type":"user","_id":"7a113e4f-44de-3b2b-a3f1-fb881da1b00a",...
But a direct lookup on id doesn't:
[terminal] curl
'myServer:9200/global/user/7a113e4f-44de-3b2b-a3f1-fb881da1b00a'
{"_index":"global","_type":"user","_id":"7a113e4f-44de-3b2b-a3f1-fb881da1b00a","found":false}
Any ideas? I'm hoping I won't have to reindex...
Kind regards,
Luke
--
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 .
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/e0c68f79-12fc-42e9-9a26-102c3b75f42e%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/e0c68f79-12fc-42e9-9a26-102c3b75f42e%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout .
--
Adrien Grand
--
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/B2dlshf_dQI/unsubscribe .
To unsubscribe from this group and all its topics, send an email to
elasticsearch+unsubscribe@googlegroups.com .
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/CAL6Z4j6JRYTe01iXb4Lwdurxgmfp6QTXfmEBbA%2Bmci8cQMGZ-A%40mail.gmail.com
https://groups.google.com/d/msgid/elasticsearch/CAL6Z4j6JRYTe01iXb4Lwdurxgmfp6QTXfmEBbA%2Bmci8cQMGZ-A%40mail.gmail.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout .
--
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 .
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAKmH%2BjqgLZ6-qBHPvKbWLAbBiP_jqjt8QJ7kPWhSATKch0d4Bw%40mail.gmail.com .
For more options, visit https://groups.google.com/d/optout .
jprante
(Jörg Prante)
June 6, 2014, 9:58am
4
Look here for the tool and how to use it
Power insights and outcomes with the Elasticsearch Platform and AI. See into your data and find answers that matter with enterprise solutions designed to help you build, observe, and protect. Try Elasticsearch free today.
Jörg
On Fri, Jun 6, 2014 at 11:24 AM, Luke Wilson-Mawer <
lukewilsonmawer@gmail.com > wrote:
Great, thanks Adrien. I will eagerly await the tool.
Kind regards,
Luke
On Thu, Jun 5, 2014 at 1:34 PM, Adrien Grand <
adrien.grand@elasticsearch.com > wrote:
Hi,
This is very likely because of
Restore shard routing. by jpountz · Pull Request #6393 · elastic/elasticsearch · GitHub
See Elasticsearch Platform — Find real-time answers at scale | Elastic for
more information, we are currently working on a tool that would help
relocate documents to the right shard.
On Thu, Jun 5, 2014 at 1:54 PM, Luke Wilson-Mawer <
lukewilsonmawer@gmail.com > wrote:
Hi,
I'm seeing weird behaviours with ids on elasticsearch 1.2.0 (recently
upgraded from 1.0.1).
A search retrieves my document, showing the correct value for _id:
[terminal] curl 'myServer:9200/global/_search?q=someField:something
{"took":79,"timed_out":false,"_shards":{"total":12,"successful":12,"failed":0},"hits":{"total":1,"max_score":17.715034,"hits":[{"_index":"global","_type":"user","_id":"7a113e4f-44de-3b2b-a3f1-fb881da1b00a",...
But a direct lookup on id doesn't:
[terminal] curl
'myServer:9200/global/user/7a113e4f-44de-3b2b-a3f1-fb881da1b00a'
{"_index":"global","_type":"user","_id":"7a113e4f-44de-3b2b-a3f1-fb881da1b00a","found":false}
Any ideas? I'm hoping I won't have to reindex...
Kind regards,
Luke
--
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 .
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/e0c68f79-12fc-42e9-9a26-102c3b75f42e%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/e0c68f79-12fc-42e9-9a26-102c3b75f42e%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout .
--
Adrien Grand
--
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/B2dlshf_dQI/unsubscribe .
To unsubscribe from this group and all its topics, send an email to
elasticsearch+unsubscribe@googlegroups.com .
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/CAL6Z4j6JRYTe01iXb4Lwdurxgmfp6QTXfmEBbA%2Bmci8cQMGZ-A%40mail.gmail.com
https://groups.google.com/d/msgid/elasticsearch/CAL6Z4j6JRYTe01iXb4Lwdurxgmfp6QTXfmEBbA%2Bmci8cQMGZ-A%40mail.gmail.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout .
--
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 .
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/CAKmH%2BjqgLZ6-qBHPvKbWLAbBiP_jqjt8QJ7kPWhSATKch0d4Bw%40mail.gmail.com
https://groups.google.com/d/msgid/elasticsearch/CAKmH%2BjqgLZ6-qBHPvKbWLAbBiP_jqjt8QJ7kPWhSATKch0d4Bw%40mail.gmail.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout .
--
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 .
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAKdsXoGHObFxwXcQx7c66cN1a7S%2BeOj152ETQPV6%2B%2Bii6cgkhA%40mail.gmail.com .
For more options, visit https://groups.google.com/d/optout .