Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
O
Obnam
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 30
    • Issues 30
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 0
    • Merge Requests 0
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Security & Compliance
    • Security & Compliance
    • Dependency List
    • License Compliance
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Lars Wirzenius
  • Obnam
  • Issues
  • #4

Closed
Open
Opened Nov 17, 2020 by Lars Wirzenius@larswirzeniusMaintainer

Chunk server index is not persistent across restarts

The index is crucial for searching. It is currently built in memory only, which is good for speed, but doesn't persist across restarts. Options:

  • re-create in-memory index from data on disk when chunk server starts, by reading the .meta files on disk
  • store index in a database on disk
Assignee
Assign to
Iteration ending 2021-01-16
Milestone
Iteration ending 2021-01-16 (Past due)
Assign milestone
Time tracking
None
Due date
None
Reference: larswirzenius/obnam#4