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

actorstatesmultisig: out parameter cannot be assigned cached value #786

Closed
iand opened this issue Nov 30, 2021 · 5 comments
Closed

actorstatesmultisig: out parameter cannot be assigned cached value #786

iand opened this issue Nov 30, 2021 · 5 comments
Assignees
Labels
kind/bug Kind: Bug

Comments

@iand
Copy link
Contributor

iand commented Nov 30, 2021

Describe the bug:

During a walk the following errors were encountered:


error found for height 1231152: 
[
	{
		"Code":"bafkqadtgnfwc6njpnv2wy5djonuwo",
		"Name":"fil/5/multisig",
		"Head":"bafy2bzaceaip2d4rfkxlydzzijclyqr6hr3hfah6de73ojqmphym2lvza5vpy",
		"Address":"f028589",
		"Error":"failed to extract parsed actor state: loading current multisig state at head bafy2bzaceaip2d4rfkxlydzzijclyqr6hr3hfah6de73ojqmphym2lvza5vpy: out parameter cannot be assigned cached value"
	},
	{
		"Code":"bafkqadtgnfwc6njpnv2wy5djonuwo",
		"Name":"fil/5/multisig",
		"Head":"bafy2bzaced7qwvfu5d5rpnlcy6nccq76u5gfzei2vc5ugnfvrihga2ol5sv2o",
		"Address":"f027174",
		"Error":"failed to extract parsed actor state: loading current multisig state at head bafy2bzaced7qwvfu5d5rpnlcy6nccq76u5gfzei2vc5ugnfvrihga2ol5sv2o: out parameter cannot be assigned cached value"
	}
]
{"task": "actorstatesmultisig"}

Looks like this is reported by the experimental state cache

Steps to Reproduce:

Run actorstatesmultisig task at height 1231152 on mainnet

Lily Version: branch with statecache

@iand iand added the kind/bug Kind: Bug label Nov 30, 2021
@iand iand self-assigned this Nov 30, 2021
@iand
Copy link
Contributor Author

iand commented Dec 1, 2021

Pretty sure this is caused by the state cache #766

@frrist
Copy link
Member

frrist commented Feb 2, 2022

@iand did this get addressed by the changed in #766?

@frrist
Copy link
Member

frrist commented Feb 18, 2022

Currently hitting this with the miner actor (extended the error a bit)

actor returned with error       {"height": 1563061, "actor": "fil/6/storageminer", "address": "f01457108", "error": "failed to extract parsed actor state: extracting miner sector changes: diffing miner precommits and sectors: loading previous root: out parameter (internal.Root) cannot be assigned cached value (internal.Root)"}

@frrist
Copy link
Member

frrist commented Feb 18, 2022

@frrist
Copy link
Member

frrist commented Apr 28, 2022

via #885

@frrist frrist closed this as completed Apr 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Kind: Bug
Projects
None yet
Development

No branches or pull requests

2 participants