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 Benign failed to lock map Message When Sealing a New Sector #11143

Closed
5 of 11 tasks
TippyFlitsUK opened this issue Aug 8, 2023 · 1 comment · Fixed by #11145
Closed
5 of 11 tasks

Remove Benign failed to lock map Message When Sealing a New Sector #11143

TippyFlitsUK opened this issue Aug 8, 2023 · 1 comment · Fixed by #11145
Assignees
Labels
area/ux Area: UX kind/bug Kind: Bug need/team-input Hint: Needs Team Input P2 P2: Should be resolved

Comments

@TippyFlitsUK
Copy link
Contributor

TippyFlitsUK commented Aug 8, 2023

Checklist

  • This is not a security-related bug/issue. If it is, please follow please follow the security policy.
  • I have searched on the issue tracker and the lotus forum, and there is no existing related issue or discussion.
  • I am running the Latest release, the most recent RC(release canadiate) for the upcoming release or the dev branch(master), or have an issue updating to any of these.
  • I did not make any code changes to lotus.

Lotus component

  • lotus daemon - chain sync
  • lotus fvm/fevm - Lotus FVM and FEVM interactions
  • lotus miner/worker - sealing
  • lotus miner - proving(WindowPoSt/WinningPoSt)
  • lotus JSON-RPC API
  • lotus message management (mpool)
  • Other

Lotus Version

Daemon:  1.23.4-dev+mainnet+git.d082940d5+api1.5.0
Local: lotus version 1.23.4-dev+mainnet+git.d082940d5

And all other Lotus versions

Repro Steps

  1. Start to seal a new sector

Describe the Bug

Users are currently seeing multiple benign warnings whenever they start to seal a new sector.

023-08-07T17:19:51.350 WARN storage_proofs_porep::stacked::vanilla::memory_handling > failed to lock map Os { code: 12, kind: OutOfMemory, message: "Cannot allocate memory" }, falling back
2023-08-07T17:19:51.350 WARN storage_proofs_porep::stacked::vanilla::memory_handling > failed to lock map Os { code: 12, kind: OutOfMemory, message: "Cannot allocate memory" }, falling back
2023-08-07T17:16:52.086+0100	WARN	ffiwrapper	ffiwrapper/sealer_cgo.go:195	AddPiece: cannot close pieceData reader *nullreader.NullReader because it is not an io.Closer

These warning messages need to be removed/tuned in order to prevent further confusion.

Logging Information

See above
@cryptonemo
Copy link
Contributor

Related to #11145

@rjan90 rjan90 linked a pull request Aug 8, 2023 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ux Area: UX kind/bug Kind: Bug need/team-input Hint: Needs Team Input P2 P2: Should be resolved
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants