We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
| | 2024-11-11 07:21:18.049 | Index file 51: fetching missing block 6528014 | | | 2024-11-11 07:20:50.957 | Index file 51: fetching missing block 6528013 | | | 2024-11-11 07:20:50.957 | Index file 51 generated, checking for the missing blocks... | | | 2024-11-11 07:13:21.266 | Uploading index files... | | | 2024-11-11 07:13:21.266 | First block of latest incomplete batch uploaded to NeoFS container: 6590000 | | | 2024-11-11 07:12:17.371 | Chain block height: 6669814
It should not fetching, but stopping.
func uploadBlocks(ctx *cli.Context, p *pool.Pool, rpc *rpcclient.Client, signer user.Signer, containerID cid.ID, acc *wallet.Account, attr string, oldestMissingBlockIndex int, currentBlockHeight uint, homomorphicHashingDisabled bool, numWorkers, maxRetries int)
Add oldestMissingBlockIndex as a parameter and calculate the number of index files based on it.
oldestMissingBlockIndex
Errors at the end.
The text was updated successfully, but these errors were encountered:
Let's not consider this as an alternative. The proposed solution to adjust uploadBlocks LGTM.
uploadBlocks
Sorry, something went wrong.
AliceInHunterland
No branches or pull requests
Is your feature request related to a problem? Please describe.
It should not fetching, but stopping.
Describe the solution you'd like
func uploadBlocks(ctx *cli.Context, p *pool.Pool, rpc *rpcclient.Client, signer user.Signer, containerID cid.ID, acc *wallet.Account, attr string, oldestMissingBlockIndex int, currentBlockHeight uint, homomorphicHashingDisabled bool, numWorkers, maxRetries int)
Add
oldestMissingBlockIndex
as a parameter and calculate the number of index files based on it.Describe alternatives you've considered
Errors at the end.
The text was updated successfully, but these errors were encountered: