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

[venus-market]: 对v2.2.0 badger已有数据不兼容 #5283

Closed
1 of 11 tasks
Tracked by #5332
diwufeiwen opened this issue Sep 13, 2022 · 0 comments · Fixed by ipfs-force-community/droplet#210
Closed
1 of 11 tasks
Tracked by #5332

[venus-market]: 对v2.2.0 badger已有数据不兼容 #5283

diwufeiwen opened this issue Sep 13, 2022 · 0 comments · Fixed by ipfs-force-community/droplet#210
Assignees
Labels
C-bug Category: This is a bug CU-deal-service Venus storage deal service related issues V-venus-market venus-market component

Comments

@diwufeiwen
Copy link
Contributor

链服务模块 / Chain Service Components

  • venus
  • venus-auth
  • venus-gateway
  • venus-messager
  • venus-miner
  • 文档 / docs

订单服务模块 / Deal Service Components

  • venus-market
  • 文档 / docs

算力服务模块 / Storage Power Service Components

  • venus-sector-manager
  • venus-worker
  • 文档 / docs

版本 / Version

master分支:./venus-market -v
venus-market version v2.2.0+git.fcf9db8

描述 / Describe the Bug

见日志,在v2.2.0 用badger数据库并且已有数据的情况下无法启动

日志 / Logging Information

2022-09-13T16:54:50.021+0800    INFO    fx      builder/fxlog.go:15     [Fx] HOOK OnStop                github.com/filecoin-project/venus-market/v2/models/badger.NewMetadataDS.func1() executing (caller: github.com/filecoin-project/venus-market/v2/models/badger.NewMetadataDS)

2022-09-13T16:54:50.021+0800    INFO    badger  [email protected]/db.go:1031 Storing value log head: {Fid:0 Len:30 Offset:62050}

2022-09-13T16:54:50.023+0800    INFO    fx      builder/fxlog.go:15     [Fx] HOOK OnStop                github.com/filecoin-project/venus-market/v2/models/badger.NewMetadataDS.func1() called by github.com/filecoin-project/venus-market/v2/models/badger.NewMetadataDS ran successfully in 1.635426ms

2022-09-13T16:54:50.023+0800    INFO    fx      builder/fxlog.go:15     [Fx] HOOK OnStop                github.com/filecoin-project/venus-market/v2/network.Host.func1() executing (caller: github.com/filecoin-project/venus-market/v2/network.Host)

2022-09-13T16:54:50.023+0800    INFO    fx      builder/fxlog.go:15     [Fx] HOOK OnStop                github.com/filecoin-project/venus-market/v2/network.Host.func1() called by github.com/filecoin-project/venus-market/v2/network.Host ran successfully in 139.036碌s

2022-09-13T16:54:50.023+0800    INFO    fx      builder/fxlog.go:15     [Fx] HOOK OnStop                github.com/filecoin-project/venus-market/v2/network.ResourceManager.func1() executing (caller: github.com/filecoin-project/venus-market/v2/network.ResourceManager)

2022-09-13T16:54:50.023+0800    INFO    fx      builder/fxlog.go:15     [Fx] HOOK OnStop                github.com/filecoin-project/venus-market/v2/network.ResourceManager.func1() called by github.com/filecoin-project/venus-market/v2/network.ResourceManager ran successfully in 405ns

2022-09-13T16:54:50.023+0800    INFO    fx      builder/fxlog.go:15     [Fx] HOOK OnStop                github.com/ipfs-force-community/metrics.LifecycleCtx.func1() executing (caller: github.com/ipfs-force-community/metrics.LifecycleCtx)

2022-09-13T16:54:50.023+0800    INFO    fx      builder/fxlog.go:15     [Fx] HOOK OnStop                github.com/ipfs-force-community/metrics.LifecycleCtx.func1() called by github.com/ipfs-force-community/metrics.LifecycleCtx ran successfully in 525ns

2022-09-13T16:54:50.023+0800    INFO    fx      builder/fxlog.go:15     [Fx] HOOK OnStop                github.com/filecoin-project/venus-market/v2/api/clients.NewISignerClient.func1.1() executing (caller: github.com/filecoin-project/venus-market/v2/api/clients.NewISignerClient.func1)

2022-09-13T16:54:50.023+0800    INFO    fx      builder/fxlog.go:15     [Fx] HOOK OnStop                github.com/filecoin-project/venus-market/v2/api/clients.NewISignerClient.func1.1() called by github.com/filecoin-project/venus-market/v2/api/clients.NewISignerClient.func1 ran successfully in 64.804碌s

2022-09-13T16:54:50.023+0800    INFO    fx      builder/fxlog.go:15     [Fx] HOOK OnStop                github.com/ipfs-force-community/metrics.LifecycleCtx.func1() executing (caller: github.com/ipfs-force-community/metrics.LifecycleCtx)

2022-09-13T16:54:50.023+0800    INFO    fx      builder/fxlog.go:15     [Fx] HOOK OnStop                github.com/ipfs-force-community/metrics.LifecycleCtx.func1() called by github.com/ipfs-force-community/metrics.LifecycleCtx ran successfully in 352ns

2022-09-13T16:54:50.023+0800    INFO    fx      builder/fxlog.go:15     [Fx] HOOK OnStop                github.com/filecoin-project/venus-market/v2/api/clients.NodeClient.func1() executing (caller: github.com/filecoin-project/venus-market/v2/api/clients.NodeClient)

2022-09-13T16:54:50.023+0800    INFO    fx      builder/fxlog.go:15     [Fx] HOOK OnStop                github.com/filecoin-project/venus-market/v2/api/clients.NodeClient.func1() called by github.com/filecoin-project/venus-market/v2/api/clients.NodeClient ran successfully in 43.746碌s

2022-09-13T16:54:50.023+0800    INFO    fx      builder/fxlog.go:15     [Fx] ERROR              Failed to start: cbor input had wrong number of fields

2022/09/13 16:54:50 initializing node: starting node: cbor input had wrong number of fields

重现步骤 / Repo Steps

No response

@diwufeiwen diwufeiwen added the C-bug Category: This is a bug label Sep 13, 2022
@Fatman13 Fatman13 added the CU-deal-service Venus storage deal service related issues label Sep 14, 2022
@Fatman13 Fatman13 added the C-triage Category: Need triage label Sep 14, 2022
@simlecode simlecode mentioned this issue Oct 8, 2022
45 tasks
@hunjixin hunjixin added the V-venus-market venus-market component label Oct 8, 2022
@zl03jsj zl03jsj assigned zl03jsj and unassigned hunjixin Oct 11, 2022
@LinZexiao LinZexiao moved this to In Progress in Venus Project Oct 13, 2022
@zl03jsj zl03jsj moved this from In Progress to In Review in Venus Project Oct 14, 2022
Repository owner moved this from In Review to Done in Venus Project Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug CU-deal-service Venus storage deal service related issues V-venus-market venus-market component
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants