bnb-chain / greenfield-cmd

support cmd tool for Greenfield
GNU Lesser General Public License v3.0
27 stars 12 forks source link

Why does 'sealing' keep repeating when I put an object? #98

Closed jlguochn closed 10 months ago

jlguochn commented 10 months ago

uploading progress: 100.00% [ 4B / 4B ], rate: 0.11 Byte/s sealing... sealing... sealing... sealing... sealing... sealing... sealing... sealing...

jlguochn commented 10 months ago

./gnfd-cmd -c ./config.toml --home ./ object put --contentType "application/octet-stream" ./random_file gnfd://${BUCKET_NAME}/random_file

jlguochn commented 10 months ago

Now it has been uploaded successfully because the time it takes for 'wait for block_syncer to sync up data from chain' is relatively long.

flywukong commented 10 months ago

Normally, you don’t need to wait for such a long time. This may be related to the online upgrade . It will keep on printing sealing until it has been sealed . You can set "bypassSeal " flag to bypass the waiting.