使用此命令
弹性转储--input=/opt/index_5.json --output=http://esserver:9200/index_5 --limit=5000 --transform="doc._source=Object.assign({},doc)“
导入数据时出现如下错误
<- JS堆栈跟踪->
==== JS堆栈跟踪==
安全上下文: 0x3b9faf49e6e9 1: stringSlice(又称stringSlice) 0x8c113e13429 pc=0x3cfe067fcdcf 2:写入0x2bf9d6645199 pc=0x3cfe06d95bbd(此...
致命错误:无效标记-堆限制附近的压缩分配失败-中止堆内存不足1: 0x8fa0c0节点::JavaScript ()节点2: 0x8fa10c节点已中止
发布于 2019-10-16 18:38:45
在我的例子中,降级到elasticsearch 6.10解决了类似的内存问题。请参阅https://github.com/taskrabbit/elasticsearch-dump/issues/628
https://stackoverflow.com/questions/58338191
复制相似问题