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

lotus-miner info shows StartTime of lotus node while should show its own #9947

Closed
8 of 18 tasks
rwxr-xr-x opened this issue Dec 28, 2022 · 1 comment
Closed
8 of 18 tasks
Labels
kind/bug Kind: Bug

Comments

@rwxr-xr-x
Copy link

rwxr-xr-x commented Dec 28, 2022

Checklist

  • This is not a security-related bug/issue. If it is, please follow please follow the security policy.
  • This is not a question or a support request. If you have any lotus related questions, please ask in the lotus forum.
  • This is not a new feature request. If it is, please file a feature request instead.
  • This is not an enhancement request. If it is, please file a improvement suggestion instead.
  • 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, or 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 miner - mining and block production
  • lotus miner/worker - sealing
  • lotus miner - proving(WindowPoSt)
  • lotus miner/market - storage deal
  • lotus miner/market - retrieval deal
  • lotus miner/market - data transfer
  • lotus client
  • lotus JSON-RPC API
  • lotus message management (mpool)
  • Other

Lotus Version

Daemon:  1.19.0+mainnet+git.64059ca87+api1.5.0
Local: lotus version 1.19.0+mainnet+git.64059ca87

Describe the Bug

lotus-miner info shows "StartTime" of node instead of miner.

$ lotus info

Network: mainnet
StartTime: 14h53m37s (started at 2022-12-27 20:20:54 +0000 UTC) <------------------------- same
Chain: [sync ok] [basefee 13.702 pFIL] [epoch 2463989]
...

$ lotus-miner --color info --hide-sectors-info

Enabled subsystems (from miner API): [Mining Sealing SectorStorage]
Enabled subsystems (from markets API): [Markets]
StartTime: 14h53m37s (started at 2022-12-27 20:20:54 +0000 UTC) <------------------------- same
...

Shouldn't lotus-miner show its own StartTime?

Logging Information

no logs

Repo Steps

No response

@rjan90
Copy link
Contributor

rjan90 commented Dec 28, 2022

Hey @mrworkdev! Thanks for the issue report! Yes, the miner should show its own startTime, which has been fixed with this PR which is merged to the master-branch, but did not make it in time for the final v1.19.0-release: #9823.

Closing this issue, since this has been fixed! Thanks again for the issue-report!

@rjan90 rjan90 closed this as completed Dec 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Kind: Bug
Projects
None yet
Development

No branches or pull requests

2 participants