-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Reapply "Fix stats and Improve Search with Insights (#25495)" #25500
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
This reverts commit c006bdb.
|
TypeScript types have been updated based on the JSON schema changes in the PR |
🔍 CI failure analysis for 3ef0e36: Nine CI jobs failed: SearchInsights (strict mode) and AWS credential tests (RELATED - consistent across 2 Maven jobs) need fixes; UserResourceIT, Python tests, Playwright flaky tests, and AppsResourceTest (UNRELATED).IssueNine CI jobs failed across different test suites:
Root Cause AnalysisRELATED TO PR - SearchInsights Playwright TestsThe PR introduces new SearchInsights UI components with Playwright strict mode violations: Failures in job 61444540146:
The fix is: Add unique RELATED TO PR - AWS Credential TestsThe PR adds an Failures in jobs 61444540268 and 61444705510:
Error: Why this is related:
The fix is: Update test expectations to account for the new UNRELATED TO PR - Integration TestsFailed Test:
Why this is unrelated: PR does not modify user management or admin filtering logic. UNRELATED TO PR - Python Integration TestsFailed Tests (consistent across Python 3.10 and 3.11):
Why these are unrelated: PR does not modify Python ingestion, auto-classification, or S3 connectors. UNRELATED TO PR - Playwright Flaky Tests3 Playwright jobs with environmental timing issues, element visibility, and browser state problems. UNRELATED TO PR - Maven Flaky TestAppsResourceTest.post_trigger_app_200:369 -
Summary
Code Review
|
| Auto-apply | Compact |
|
|
Was this helpful? React with 👍 / 👎 | Gitar
|



This reverts commit c006bdb.
Describe your changes:
Fixes
I worked on ... because ...
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>Summary by Gitar
GET /v1/search/statsprovides cluster health, index statistics, and orphan index detectionDELETE /v1/search/stats/orphanremoves orphaned indexes with safety checksGET /v1/search/reindex/failuresretrieves reindexing failure records with pagination and filteringSearchStatsResponseschema tracks documents, shards, storage, and orphan indexesReindexFailuresUI component displays failed entity indexing with details drawerIndexingFailureRecorderpersists failures with timestamps and error context in both ElasticSearch and OpenSearch sinksStatsReconcilerandDistributedJobStatsAggregatoraggregate success/failure counts across distributed workersCollectionDAOmethods support failure record retrieval with entity type filteringThis will update automatically on new commits.