Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • hive hive
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 169
    • Issues 169
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 27
    • Merge requests 27
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • hivehive
  • hivehive
  • Merge requests
  • !636

Issue #361 - eliminated data accumulating problem on single produced node.

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Bartek Wrona requested to merge bw_issue_361_message_cache_flush_fix into develop Aug 29, 2022
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

block_accepted calls moved into broadcast method, to be used also in path when node only produces blocks (does not receive them), since is single BP in the network. This specific scenario exposed some data accumulation problem, leading to high memory usage.

Related to the logs published in the issue: #361 (comment 102377)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: bw_issue_361_message_cache_flush_fix