ReplicaUpdateFailed #10678
Unanswered
lbj2004032
asked this question in
General Q&A
ReplicaUpdateFailed
#10678
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
2023-04-17T20:38:48.237+0800 ERROR sectors pipeline/states_replica_update.go:199 handleSubmitReplicaUpdate: error sending message: GasEstimateMessageGas error: message execution failed: exit 16, reason: message failed with backtrace:
00: f01715688 (method 27) -- no valid updates (16)
01: f06 (method 9) -- all or nothing call contained failures: Batch successes 0 / 21, Batch failing: [code=18 at idx=0, code=18 at idx=1, code=18 at idx=2, code=18 at idx=3, code=18 at idx=4, code=18 at idx=5, code=18 at idx=6, code=18 at idx=7, code=18 at idx=8, code=18 at idx=9, code=18 at idx=10, code=18 at idx=11, code=18 at idx=12, code=18 at idx=13, code=18 at idx=14, code=18 at idx=15, code=18 at idx=16, code=18 at idx=17, code=18 at idx=18, code=18 at idx=19, code=18 at idx=20] (16)
(RetCode=16)
2023-04-17T20:38:48.239+0800 INFO sectors pipeline/states_failed.go:30 ReplicaUpdateFailed(136920), waiting 59.76049592s before retrying
2023-04-17T20:39:00.223+0800 ERROR sectors pipeline/states_replica_update.go:199 handleSubmitReplicaUpdate: error sending message: GasEstimateMessageGas error: message execution failed: exit 16, reason: message failed with backtrace:
00: f01715688 (method 27) -- no valid updates (16)
01: f06 (method 9) -- all or nothing call contained failures: Batch successes 0 / 24, Batch failing: [code=18 at idx=0, code=18 at idx=1, code=18 at idx=2, code=18 at idx=3, code=18 at idx=4, code=18 at idx=5, code=18 at idx=6, code=18 at idx=7, code=18 at idx=8, code=18 at idx=9, code=18 at idx=10, code=18 at idx=11, code=18 at idx=12, code=18 at idx=13, code=18 at idx=14, code=18 at idx=15, code=18 at idx=16, code=18 at idx=17, code=18 at idx=18, code=18 at idx=19, code=18 at idx=20, code=18 at idx=21, code=18 at idx=22, code=18 at idx=23] (16)
(RetCode=16)
2023-04-17T20:39:00.226+0800 INFO sectors pipeline/states_failed.go:30 ReplicaUpdateFailed(136926), waiting 59.773665895s before retrying
My miner config
[Fees]
MaxPreCommitGasFee = "1.3 FIL"
MaxCommitGasFee = "1.4 FIL"
MaxTerminateGasFee = "0.5 FIL"
MaxWindowPoStGasFee = "5 FIL"
MaxPublishDealsFee = "5.55 FIL"
MaxMarketBalanceAddFee = "1.8 FIL"
[Fees.MaxPreCommitBatchGasFee]
Base = "0 FIL"
PerSector = "1.6 FIL"
[Fees.MaxCommitBatchGasFee]
Base = "0 FIL"
PerSector = "1.6 FIL"
Beta Was this translation helpful? Give feedback.
All reactions