Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
6.6.2
-
Untriaged
-
1
-
Unknown
Description
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.
The goal of this ticket is to provide a configurable option to disable the logging of num_docs_pending stat. Logging this stat is disabled by default and it can be enabled only if some real need for it arises
Attachments
Issue Links
- is a backport of
-
MB-47666 Increase the poll time in pollForDeletedBuckets at projector
-
- Closed
-
Activity
Fix Version/s | 7.0.1 [ 17104 ] | |
Fix Version/s | Neo [ 17615 ] |
Affects Version/s | 7.0.1 [ 17104 ] | |
Affects Version/s | Neo [ 17615 ] |
Fix Version/s | 6.6.4 [ 17614 ] | |
Fix Version/s | 6.6.3 [ 17420 ] |
Assignee | Varun Velamuri [ varun.velamuri ] | Jeelan Poola [ jeelan.poola ] |
Link | This issue relates to CBSE-10484 [ CBSE-10484 ] |
Link | This issue relates to CBSE-10429 [ CBSE-10429 ] |
Labels | 6.6.4-candidate |
Assignee | Jeelan Poola [ jeelan.poola ] | Varun Velamuri [ varun.velamuri ] |
Labels | 6.6.4-candidate | 6.6.4-candidate approved-for-6.6.4 |
Link | This issue relates to MB-48997 [ MB-48997 ] |
Link | This issue blocks MB-47673 [ MB-47673 ] |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Assignee | Varun Velamuri [ varun.velamuri ] | Ritam Sharma [ ritam.sharma ] |
Link | This issue blocks MB-50048 [ MB-50048 ] |
Assignee | Ritam Sharma [ ritam.sharma ] | Mihir Kamdar [ mihir.kamdar ] |
Assignee | Mihir Kamdar [ mihir.kamdar ] | Hemant Rajput [ hemant.rajput ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Link | This issue relates to MB-48997 [ MB-48997 ] |