You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Elasticsearch version (bin/elasticsearch --version):
5.6.11 Plugins installed: []
JVM version (java -version):
openjdk version "1.8.0_222"
OpenJDK Runtime Environment (build 1.8.0_222-8u222-b10-1ubuntu1~16.04.1-b10)
OpenJDK 64-Bit Server VM (build 25.222-b10, mixed mode)
OS version (uname -a if on a Unix-like system):
Linux myserver 4.4.0-131-generic #157-Ubuntu SMP Thu Jul 12 15:51:36 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Description of the problem including expected versus actual behavior:
During my bulk inserts I noticed i couldn't insert some of my document with certain coordinates.
Expected; being able to insert said document with said coordinates.
We discuss it with the team and we decided that polygons containing zero length edges are actually invalid. We aim to provide a ingest processor to clean up / make valid incoming shapes.
Elasticsearch version (
bin/elasticsearch --version
):5.6.11
Plugins installed: []
JVM version (
java -version
):openjdk version "1.8.0_222"
OpenJDK Runtime Environment (build 1.8.0_222-8u222-b10-1ubuntu1~16.04.1-b10)
OpenJDK 64-Bit Server VM (build 25.222-b10, mixed mode)
OS version (
uname -a
if on a Unix-like system):Linux myserver 4.4.0-131-generic #157-Ubuntu SMP Thu Jul 12 15:51:36 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Description of the problem including expected versus actual behavior:
During my bulk inserts I noticed i couldn't insert some of my document with certain coordinates.
Expected; being able to insert said document with said coordinates.
Steps to reproduce:
Provide logs (if relevant):
Output of my terminal during the bulk insert:
Thanks in advance
The text was updated successfully, but these errors were encountered: