Skip to content

Conversation

matucker-msft
Copy link
Member

No description provided.

@matucker-msft matucker-msft requested a review from Copilot August 19, 2025 17:04
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR implements automatic retry logic with exponential backoff for Kusto management commands in the ADX ingestor. The primary purpose is to improve reliability when interacting with Azure Data Explorer by handling transient failures gracefully.

  • Adds a new retry mechanism that handles HTTP 429 (throttling), 5xx server errors, and other transient Kusto SDK errors
  • Wraps all existing Kusto management operations with retry logic using exponential backoff
  • Uses Kubernetes wait utilities for consistent backoff behavior with configurable parameters

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
ingestor/adx/retry.go New file implementing retry logic with exponential backoff for Kusto management commands
ingestor/adx/uploader.go Wraps cluster details query with retry mechanism
ingestor/adx/syncer.go Wraps all management operations (table creation, mapping, functions, policies) with retry logic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant