Skip to content
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

Use pre-collected BucketRegion stats instead of region iteration in stats service #1404

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

sumwale
Copy link
Contributor

@sumwale sumwale commented Aug 1, 2019

Changes proposed in this pull request

  • remove entry iteration in stats collector service and instead use the added pre-collected off-heap
    stats and total column batch row count in BucketRegion; PR for SNAP-3111
    (change critical-heap-percentage to leave out max 200MB (upper limit of 99%) snappy-store#507) already added off-heap size tracking
    in BucketRegion while associated store PR does it for latter
  • likewise use PartitionedRegion.getNumColumns instead of using a ColumnFormatKey call
  • removed ColumnFormatRelation.isColumnTable and instead use either
    LocalRegion.isInternalColumnTable or the static method now moved to ClientSharedUtils so it is
    usable uniformly from SD and GemXD layers

Patch testing

precheckin -Pstore

ReleaseNotes.txt changes

NA

Other PRs

TIBCOSoftware/snappy-store#509

@sumwale sumwale changed the base branch from SNAP-3111 to master August 1, 2019 18:00
@ashetkar ashetkar force-pushed the optimize-columnTable-stats branch from 7ed390d to a648ad2 Compare April 20, 2021 09:06
@sumwale sumwale force-pushed the master branch 5 times, most recently from 8b43301 to 2b254d9 Compare October 1, 2021 09:23
@sumwale sumwale force-pushed the master branch 5 times, most recently from 2c254f0 to 0f2888f Compare October 18, 2021 17:01
@sumwale sumwale force-pushed the master branch 2 times, most recently from a466d26 to ea127bd Compare April 12, 2022 10:05
@sumwale sumwale force-pushed the master branch 2 times, most recently from 99ec79c to c7b84fa Compare June 12, 2022 04:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant