Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • T test-tools
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 15
    • Issues 15
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • hivehive
  • test-tools
  • Merge requests
  • !114

Resolve #11 - Missing operations after using the `snapshot' option

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Mateusz Żebrak requested to merge mzebrak/issue-11 into master Nov 14, 2022
  • Overview 4
  • Commits 1
  • Pipelines 3
  • Changes 2

Closes: #11 (closed)
Related: hive!767 (merged)

When restarting node, reversible losts are lost. When we restart without waiting for live (wait_for_live=False) which means that, node will wait until first block is produced or received - the last block processed by node will be the last irreversible (HEAD block might be old enough to make transactions exceed the expiration time).

This could be observed with node.dump_config() method because when calling without close=True, node will be restarted but also will have HEAD block older by reversible blocks amount (21). It causes the first transaction to fail because of exceeding it's own TTL (Time To Live).

Please review: @kmochocki, @kudmich

Edited Nov 17, 2022 by Mateusz Żebrak
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: mzebrak/issue-11