FTS quota limit error text has changed
Description
Environment
Gerrit Reviews
Release Notes Description
Activity

Abhi Dangeti December 14, 2021 at 5:14 PM
Hi , apologies about this. I had updated this doc to reflect how these messages look.
https://docs.google.com/spreadsheets/d/13QWvahshrYdQIrAH-LILjxRVt5CxbflHZ20Dh3OIyxU
Just pasting them here as well ..
400 (Bad request) | {"status": "fail", "error": "rest_create_index: error creating index: {indexName}, err: manager_api: CreateIndex, Prepare failed, err: Exceeds indexes limit for scope: {scopeName}, num_fts_indexes (active + pending): ({value} + {value}), limit: {limit}"} |
429 (Too many requests) | {"status": "fail", "error": "num_concurrent_requests: [value], limit: [limit]"} |
429 (Too many requests) | {"status": "fail", "error": "num_queries_per_min: [value], limit: [limit]"} |
429 (Too many requests) | {"status": "fail", "error": "ingress_mib_per_min: [value], limit: [limit]"} |
429 (Too many requests) | {"status": "fail", "error": "egress_mib_per_min: [value], limit: [limit]"} |
Details
Details
Assignee

Reporter

Story Points
Fix versions
Priority
Instabug
PagerDuty
PagerDuty Incident
PagerDuty

Sentry
Linked Issues
Sentry
Zendesk Support
Linked Tickets
Zendesk Support

Which means that we no longer match on it correctly.
New message looks like:
CreateIndex, Prepare failed, err: Exceeds indexes limit for scope: ratelimitftsscope, num_fts_indexes (active + pending)