This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl -XPOST localhost:9200/test -d ' | |
| { | |
| "mappings" : { | |
| "prediction" : { | |
| "_parent" : { | |
| "type" : "doc" | |
| } | |
| } | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [2011-01-20 03:49:36,519][WARN ][transport.netty ] [Calypso] Exception caught on netty layer [[id: 0x01fb7a3c, | |
| /127.0.0.1:51615 => /127.0.0.1:9300]] | |
| java.io.StreamCorruptedException: invalid data length: -2147418111 | |
| at org.elasticsearch.transport.netty.SizeHeaderFrameDecoder.decode(SizeHeaderFrameDecoder.java:42) | |
| at org.elasticsearch.common.netty.handler.codec.frame.FrameDecoder.callDecode(FrameDecoder.java:282) | |
| at org.elasticsearch.common.netty.handler.codec.frame.FrameDecoder.messageReceived(FrameDecoder.java:216) | |
| at org.elasticsearch.common.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandl | |
| er.java:80) | |
| at org.elasticsearch.common.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:545) | |
| at org.elasticsearch.common.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendUpstream(Defau |
NewerOlder