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
"version" : {
"number" : "1.4.4",
"build_hash" : "c88f77ffc81301dfa9dfd81ca2232f09588bd512",
"build_timestamp" : "2015-02-19T13:05:36Z",
"build_snapshot" : false,
"lucene_version" : "4.10.3"
}, #1. put a template with some type=nested properties
$ curl -X PUT localhost:9200/_template/salesorder --data-binary @salesorder.mapping
{"acknowledged":true} #2. add some documents (1681 documents in 96 salesorder-* indexes)
$ for i in data*; do curl localhost:9200/_bulk --data-binary @$i; done
$ curl 2>/dev/null localhost:9200/_aliases?format=yaml|grep ^salesorder-|wc -l
96 #3. run this request (used by kibana4 metadata discovery)
server
"version" : {
"number" : "1.4.4",
"build_hash" : "c88f77ffc81301dfa9dfd81ca2232f09588bd512",
"build_timestamp" : "2015-02-19T13:05:36Z",
"build_snapshot" : false,
"lucene_version" : "4.10.3"
},
#1. put a template with some type=nested properties
$ curl -X PUT localhost:9200/_template/salesorder --data-binary @salesorder.mapping
{"acknowledged":true}
#2. add some documents (1681 documents in 96 salesorder-* indexes)
$ for i in data*; do curl localhost:9200/_bulk --data-binary @$i; done
$ curl 2>/dev/null localhost:9200/_aliases?format=yaml|grep ^salesorder-|wc -l
96
#3. run this request (used by kibana4 metadata discovery)
$ curl 'localhost:9200/salesorder-/_mapping/field/?ignore_unavailable=false&allow_no_indices=false&include_defaults=true'
Server immediately becomes irresponsive, java process rss size hits the roof and after some time this starts showing up in the log:
[2015-05-07 05:06:11,806][DEBUG][action.admin.indices.mapping.get] [Soldier X] failed to execute [org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsIndexRequest@3844bde7]
java.lang.OutOfMemoryError: Java heap space
The text was updated successfully, but these errors were encountered: