Skip to content

Conversation

kukushking
Copy link
Contributor

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@kukushking kukushking self-assigned this Sep 8, 2025
@jaidisido

This comment was marked as outdated.

@jaidisido

This comment was marked as outdated.

@jaidisido

This comment was marked as outdated.

@jaidisido

This comment was marked as outdated.

@jaidisido

This comment was marked as outdated.

@jaidisido

This comment was marked as outdated.

@jaidisido

This comment was marked as outdated.

"""
# ignore 400/404 IndexNotFoundError exception
response: dict[str, Any] = client.indices.delete(index, ignore=[400, 404])
response: dict[str, Any] = client.indices.delete(index=index, ignore=[400, 404])
Copy link
Contributor Author

Choose a reason for hiding this comment

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

turns out this was a hallucination... the real issue was that cluster ran into shard limit

@jaidisido

This comment was marked as outdated.

@jaidisido
Copy link
Contributor

AWS CodeBuild CI Report

  • CodeBuild project: GitHubCodeBuild8756EF16-4rfo0GHQ0u9a
  • Commit ID: ab121ca
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@jaidisido
Copy link
Contributor

AWS CodeBuild CI Report

  • CodeBuild project: GitHubDistributedCodeBuild6-jWcl5DLmvupS
  • Commit ID: ab121ca
  • Result: FAILED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@kukushking kukushking merged commit 286535f into main Sep 9, 2025
24 checks passed
@kukushking kukushking deleted the chore/release-3.13.0 branch September 9, 2025 17:01
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.

2 participants