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

startupinfo head back off to fix disk full corruption(issue 3128) #3129

Merged
merged 1 commit into from
Dec 31, 2021

Conversation

nkysg
Copy link
Collaborator

@nkysg nkysg commented Dec 30, 2021

No description provided.

@nkysg nkysg changed the title startupinfo block number back off to fix disk full wal recovery startupinfo block number back off to fix disk full corruption(issue 3128) Dec 30, 2021
@nkysg nkysg changed the title startupinfo block number back off to fix disk full corruption(issue 3128) startupinfo head back off to fix disk full corruption(issue 3128) Dec 30, 2021
@codecov
Copy link

codecov bot commented Dec 30, 2021

Codecov Report

Merging #3129 (0bb34dc) into master (6d05d0c) will decrease coverage by 0.06%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3129      +/-   ##
==========================================
- Coverage   33.06%   33.01%   -0.05%     
==========================================
  Files         518      518              
  Lines       46774    46774              
  Branches    21278    21278              
==========================================
- Hits        15463    15439      -24     
+ Misses      17033    16965      -68     
- Partials    14278    14370      +92     
Flag Coverage Δ
unittests 33.01% <ø> (-0.05%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
rpc/server/src/module/mod.rs 0.00% <0.00%> (-16.66%) ⬇️
vm/types/src/transaction/error.rs 3.58% <0.00%> (-10.71%) ⬇️
chain/src/verifier/mod.rs 39.67% <0.00%> (-7.43%) ⬇️
cmd/starcoin/src/cli_state.rs 44.74% <0.00%> (-5.26%) ⬇️
consensus/src/consensus.rs 58.74% <0.00%> (-4.76%) ⬇️
consensus/src/dummy.rs 69.57% <0.00%> (-4.34%) ⬇️
executor/src/executor.rs 50.00% <0.00%> (-4.16%) ⬇️
network-p2p/src/protocol/generic_proto/handler.rs 41.51% <0.00%> (-3.39%) ⬇️
vm/functional-tests/src/config/global.rs 46.35% <0.00%> (-3.25%) ⬇️
commons/stream-task/src/event.rs 32.63% <0.00%> (-3.20%) ⬇️
... and 71 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6d05d0c...0bb34dc. Read the comment docs.

@nkysg nkysg merged commit a3e7973 into master Dec 31, 2021
@nkysg nkysg deleted the disk_full_corruption branch December 31, 2021 02:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ERROR - Node exit for an unexpected error: Corruption: SST file is ahead of WALs in CF acc_node_block
2 participants