Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • I Indexer
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 30
    • Issues 30
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe Software
  • Platform
  • System
  • Indexer
  • Merge requests
  • !207

switch to exponential backoff instead of fixed interval

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged neelesh thakur requested to merge retry-exponential into master Sep 24, 2021
  • Overview 6
  • Commits 7
  • Pipelines 14
  • Changes 1

We are seeing issue with fixed interval retry: document count mismatched between ingestion and search service count.

This happens when Indexer service retry too soon on Storage service to fetch bulk records. Storage service responds with 404 with fixed interval retries.

We were able to validate this change for big ingestion (500K & 1m records) and all records are queryable in Search after this ingestion.

Edited Sep 26, 2021 by neelesh thakur
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: retry-exponential