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

Remove obsolete TODO for logging unknown files. #247

Merged
merged 1 commit into from
Nov 2, 2023

Conversation

fasmat
Copy link
Member

@fasmat fasmat commented Nov 2, 2023

Closes spacemeshos/go-spacemesh#4789

PoST should not complain about any files it finds in the data folder it doesn't know about. As explained in the issue there could be a lot of files that are just created by the OS that the operator of the node might not be aware about or can even remove from the directory.

We should keep the log as debug and close the issue.

@fasmat fasmat requested a review from poszu November 2, 2023 09:23
@fasmat fasmat self-assigned this Nov 2, 2023
Copy link

codecov bot commented Nov 2, 2023

Codecov Report

Merging #247 (4955888) into develop (940f013) will increase coverage by 0.0%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           develop    #247   +/-   ##
=======================================
  Coverage     70.1%   70.1%           
=======================================
  Files           28      28           
  Lines         1821    1820    -1     
=======================================
  Hits          1277    1277           
+ Misses         402     401    -1     
  Partials       142     142           
Files Coverage Δ
initialization/initialization.go 76.2% <ø> (+0.1%) ⬆️

@fasmat fasmat merged commit 738454f into develop Nov 2, 2023
16 checks passed
@fasmat fasmat deleted the 4789-do-not-log-extra-files branch December 18, 2023 09:12
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.

post warning "found unrecognized file"
2 participants