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
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.

None yet

1 participant