Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin can't fill the index of transaction_trace and action_trace with elasticsearch. #22

Open
AmosChen35 opened this issue Aug 4, 2019 · 0 comments

Comments

@AmosChen35
Copy link

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

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant