Batch PreCommit delay and it's impact on miners #6520
-
It is not clear to me whether the pre commit batch affects sealing. While precommit commit messages are waiting for release (expiration of "PreCommitBatchWait") are those sectors held from further processing/sealing? As an example is PreCommitBatchWait = 8 hours will PC2 sectors queue up on sealing disks until the timer expires? If so, miners will need to be advised to set the wait timer low enough to not run out of disk capacity and cause worker to idle waiting for timer to expire. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
https://docs.filecoin.io/mine/lotus/miner-configuration/#precommitsectorsbatch
miners should be aware what this means to the sealing pipeline ?!? |
Beta Was this translation helpful? Give feedback.
https://docs.filecoin.io/mine/lotus/miner-configuration/#precommitsectorsbatch
Note, the current batch won't be sent if MinPreCommitBatch is not reached even any of MaxPreCommitBatch, PreCommitBatchWait or PreCommitBatchSlack is hit.
miners should be aware what this means to the sealing pipeline ?!?