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
Eos node version 1.8.1
Elasticsearch version 7.2.0
ElasticSearch plugin version Release/1.8.x
Description
In my knowledge, my nodeos configuration was setup right because when i used the version 6.5.4 of elasticsearch and the trace data was filled even if it takes some time. therefore, i decide to use newer version but the trace data didn't filled and the plugin print some error message as follow.
Error log message
elasticsearch exception, upsert accounts {"update": {"_type": "_doc", "_id": "4301680604929327104"}}
{"scripted_upsert":true,"upsert":{},"script":{"lang":"painless","source":"ctx._source.pub_keys.removeIf(item -> item.permission == params[\"0\"].permission);ctx._source.account_controls.removeIf(item -> item.permission == params[\"0\"].permission);ctx._source.pub_keys.addAll(params[\"0\"].pub_keys);ctx._source.account_controls.addAll(params[\"0\"].account_controls);","params":{"0":{"permission":"owner","pub_keys":[{"permission":"owner","key":"EOS6GUtxmjtL7qevmKeZv3KD1BE3TT8sKca8YQZixZgmSuxLvc4pD"},{"permission":"owner","key":"EOS8Mmotx1Yent1LFa9hxvXSDpPyZbWhW9n3UArYYLRteBpQ6J7s9"}],"account_controls":[]}}}}
, line 623, 3230006 bulk_fail_exception: Perform bulk get non zero errors
The text was updated successfully, but these errors were encountered:
Environment Setup
Eos node version 1.8.1
Elasticsearch version 7.2.0
ElasticSearch plugin version Release/1.8.x
Description
In my knowledge, my nodeos configuration was setup right because when i used the version 6.5.4 of elasticsearch and the trace data was filled even if it takes some time. therefore, i decide to use newer version but the trace data didn't filled and the plugin print some error message as follow.
Error log message
The text was updated successfully, but these errors were encountered: