Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Akhil MundroyAkhil MundroyReporter
Srinath DuvuruSrinath DuvuruIs this a Regression?
UnknownTriage
UntriagedStory Points
0Priority
CriticalInstabug
Open Instabug
Details
Details
Assignee
Akhil Mundroy
Akhil MundroyReporter
Srinath Duvuru
Srinath DuvuruIs this a Regression?
Unknown
Triage
Untriaged
Story Points
0
Priority
Instabug
Open Instabug
PagerDuty
PagerDuty
PagerDuty
Sentry
Sentry
Sentry
Zendesk Support
Zendesk Support
Zendesk Support
Created April 16, 2024 at 9:20 PM
Updated October 21, 2024 at 11:20 PM
Resolved April 19, 2024 at 12:08 AM
During a CBSE investigation, on one of the unaffected nodes (node1), I come across stats for an instance where there were periods during which avg_page_size < avg_item_size. Below are the two successive time intervals. There were no change in inserts, items_count and total_records, no splits, no merges. (There was increase in compacts count, but that does not necessarily mean page was compacted).
Instance :indexstorage_iWatchXCustomerJourney:Idx_caseId_hitDisp_IWXCJICR_v2:11515755198712134866:1
2023-06-11T22:35:18.747+00:00
"act_max_delta_len": 2,
"act_max_page_items": 4,
"act_min_page_items": 1,
"allocated": 23229781419,
"allocated_index": 539036705,
"avg_item_size": 3068,
"avg_page_size": 4522,
"page_bytes": 5933678,
"page_bytes_compressed": 1450977430,
"page_bytes_marshalled": 13390062693,
"page_cnt": 1312,
"page_itemcnt": 1934,
2023-06-11T22:52:19.086+00:00
"act_max_delta_len": 2,
"act_max_page_items": 4,
"act_min_page_items": 1,
"avg_item_size": 10057,
"avg_page_size": 4971,
"page_bytes": 4747328,
"page_bytes_compressed": 1452011158,
"page_bytes_marshalled": 13399840267,
"page_cnt": 955,
"page_itemcnt": 472,
I looked at computePageStats2 and addPageStats which seemed ok. With respect to work context trimming, we are merging the related stats which seemed ok. The stats are then sampled in (s *Plasma) computePageStats(). Need to investigate this more.
Detailed Stats :
2023-06-11T22:35:18.747+00:00
indexstorage_iWatchXCustomerJourney:Idx_caseId_hitDisp_IWXCJICR_v2:11515755198712134866:1
2023-06-11T22:52:19.086+00:00 indexstorage_iWatchXCustomerJourney:Idx_caseId_hitDisp_IWXCJICR_v2:11515755198712134866:1