Resolved
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Sai KommarajuSai KommarajuReporter
Varun VelamuriVarun VelamuriIs this a Regression?
UnknownTriage
UntriagedStory Points
1Priority
MajorInstabug
Open Instabug
Details
Details
Assignee
Sai Kommaraju
Sai KommarajuReporter
Varun Velamuri
Varun VelamuriIs this a Regression?
Unknown
Triage
Untriaged
Story Points
1
Priority
Instabug
Open Instabug
PagerDuty
PagerDuty
PagerDuty
Sentry
Sentry
Sentry
Zendesk Support
Zendesk Support
Zendesk Support
Created August 11, 2021 at 9:26 AM
Updated November 13, 2021 at 5:35 AM
Resolved August 19, 2021 at 12:57 PM
Projector logs numDocsPending stats every 1min. To that extent, is spawns the go-routines to fetch seqnos from KV node. One go-routine queries ns_server every 10sec to validate the presence of a bucket in the cluster and clear the book-keeping if the bucket wa to be deleted.
In cases where there are large number of buckets, periodically querying all the bucket endpoints is adding significant load on ns_server i.e. in a 30 bucket setup, it would be 30*6 = 180 requests per min. These requests would be to "pools/default/buckets/<bucket_name>?uuid=<>" endpoint which is a relatively costly call.
We can safely increase the periodic poll to 10 min instead of 10 seconds as there will not be any functional impact to projector