-
Notifications
You must be signed in to change notification settings - Fork 3
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
Logs filled with monitoring mempool operations
errors
#30
Comments
When a node is bootstrapping, the @danielelisi Can you check if these error occur on nodes that are bootstrapping only, or also on fully synced nodes? |
These logs are present on fully bootstrapped node as well. I tried to correlate them to node unsync events but there is no correlation. For example these logs are taken from a Tezos node fully synched with mainnet. The node last unsync event was at around 00:30AM UTC. The logs below show the time="2021-08-04T11:16:18Z" level=error msg="error monitoring mempool operations" error="json: cannot unmarshal array into Go struct field Operation.contents of type map[string]interface {}" pool=applied
time="2021-08-04T11:16:18Z" level=error msg="error monitoring mempool operations" error="json: cannot unmarshal array into Go struct field Operation.contents of type map[string]interface {}" pool=branch_delayed
time="2021-08-04T11:16:18Z" level=error msg="error monitoring mempool operations" error="json: cannot unmarshal array into Go struct field Operation.contents of type map[string]interface {}" pool=branch_refused
time="2021-08-04T11:16:48Z" level=error msg="error monitoring mempool operations" error="json: cannot unmarshal array into Go struct field Operation.contents of type map[string]interface {}" pool=refused
time="2021-08-04T14:56:06Z" level=error msg="error monitoring mempool operations" error="json: cannot unmarshal array into Go struct field Operation.contents of type map[string]interface {}" pool=branch_refused
time="2021-08-04T14:56:36Z" level=error msg="error monitoring mempool operations" error="json: cannot unmarshal array into Go struct field Operation.contents of type map[string]interface {}" pool=branch_delayed
time="2021-08-04T14:56:36Z" level=error msg="error monitoring mempool operations" error="json: cannot unmarshal array into Go struct field Operation.contents of type map[string]interface {}" pool=branch_refused
time="2021-08-04T15:14:44Z" level=error msg="error monitoring mempool operations" error="json: cannot unmarshal array into Go struct field Operation.contents of type map[string]interface {}" pool=refused
time="2021-08-04T15:14:44Z" level=error msg="error monitoring mempool operations" error="json: cannot unmarshal array into Go struct field Operation.contents of type map[string]interface {}" pool=applied
time="2021-08-04T15:39:21Z" level=error msg="error monitoring mempool operations" error="json: cannot unmarshal array into Go struct field Operation.contents of type map[string]interface {}" pool=applied
time="2021-08-04T16:57:20Z" level=error msg="error monitoring mempool operations" error="json: cannot unmarshal array into Go struct field Operation.contents of type map[string]interface {}" pool=refused
time="2021-08-04T16:57:58Z" level=error msg="error monitoring mempool operations" error="json: cannot unmarshal array into Go struct field Operation.contents of type map[string]interface {}" pool=applied
time="2021-08-04T16:57:58Z" level=error msg="error monitoring mempool operations" error="json: cannot unmarshal array into Go struct field Operation.contents of type map[string]interface {}" pool=branch_delayed
time="2021-08-04T16:57:58Z" level=error msg="error monitoring mempool operations" error="json: cannot unmarshal array into Go struct field Operation.contents of type map[string]interface {}" pool=refused
time="2021-08-04T17:18:29Z" level=error msg="error monitoring mempool operations" error="json: cannot unmarshal array into Go struct field Operation.contents of type map[string]interface {}" pool=applied
time="2021-08-04T17:18:29Z" level=error msg="error monitoring mempool operations" error="json: cannot unmarshal array into Go struct field Operation.contents of type map[string]interface {}" pool=branch_refused
time="2021-08-04T17:18:29Z" level=error msg="error monitoring mempool operations" error="json: cannot unmarshal array into Go struct field Operation.contents of type map[string]interface {}" pool=branch_delayed
time="2021-08-04T17:18:29Z" level=error msg="error monitoring mempool operations" error="json: cannot unmarshal array into Go struct field Operation.contents of type map[string]interface {}" pool=refused |
Could this be somewhat related to #23 ? |
Hello,
I had the same with those 2 versions (tried upgrading to the latest one I found a ref for on github)
For info, this is my docker-compose.yml extract for the tezos-exporter
(with variables |
I just tried the suggestion from error #23 and the RPC mentionned there is answering correctly in my case (my node's RPC is on 8733)
|
We're running the
tezos_exporter
with the following parametersI noticed that the Docker logs are filled up with the following
error monitoring mempool operations
errorsThe text was updated successfully, but these errors were encountered: