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-message] use MpoolBatchPushUntrusted instead pf MpoolBatchPush / 使之MpoolBatchPushUntrusted替换原来用的MpoolBatchPush #5662

Closed
1 of 11 tasks
hunjixin opened this issue Jan 16, 2023 · 0 comments · Fixed by ipfs-force-community/sophon-messager#306
Assignees
Labels
C-enhancement Category: feature enhancement P2 Medium - we should get to this soon V-venus-messager venus-messager component

Comments

@hunjixin
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

描述 / Description

原因:在生产部署情况下,messager使用MpoolBatchPush推送消息后,这个接口发送到节点上的消息会导致节点记录这些消息为localmsg, 长年累月下来,会导致节点启动变慢。

解决办法: 采用MpoolBatchPushUntrusted接口推送消息到节点, 这些消息不会记录在节点当中。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: feature enhancement P2 Medium - we should get to this soon V-venus-messager venus-messager component
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant