-
Notifications
You must be signed in to change notification settings - Fork 3.8k
[Groupby Query Metrics] Add merge buffer tracking #18731
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
Open
GWphua
wants to merge
31
commits into
apache:master
Choose a base branch
from
GWphua:group-by-query
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 21 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
21004b4
Add byte buffer tracking for underlying hash tables
GWphua c935ea6
Byte buffer tracking for underlying offset handlers
GWphua c781910
Fix tests
GWphua 7063d09
Fix quidem tests
GWphua 19f6bc3
Documentation
GWphua 0fcb6a0
bytesUsed naming
GWphua 25f10d2
Add max metrics
GWphua b6ad3c2
Add missing calculation in BufferHashGrouper
GWphua 28719eb
Checkstyle
GWphua 59fe03c
Checkstyle
GWphua e6020a6
Merge remote-tracking branch 'origin/master' into group-by-query
GWphua 507eecd
GroupByStatsProvider javadocs
GWphua 9623e3a
Fix GroupByStatsProviderTest comments
GWphua ae40900
Fix doc order for GroupByStatsProvider metrics
GWphua 400d0f4
Fix test for GroupByStatsMonitorTest
GWphua 8f7b218
Update server/src/test/java/org/apache/druid/server/metrics/GroupBySt…
GWphua df3bf70
Revert stylistic changes in BufferHashGrouper
GWphua ac71a63
Rename mergeBufferUsage to mergeBufferUsedBytes
GWphua 003da9c
Order of maxAcquisitionTimeNs
GWphua e416867
Track the open addressing hash table
GWphua cd38a05
Merge branch 'master' into group-by-query
GWphua a26c40a
Remove max metrics, push them in another PR...
GWphua 9725532
Remove max metrics in GroupByStatsProviderTest
GWphua 1455712
LimitedBufferHashGrouper to use parent method to report maxTableBuffe…
GWphua 5db69c5
Standardised merge buffer names
GWphua 9ce074a
Tests for buffer hash grouper
GWphua 4f4a10a
Address multiplication cast
GWphua e92357d
Javadocs for getMergeBufferUsedBytes
GWphua d55e402
Remix comments in test for peak calculations
GWphua 34eb62d
Merge branch 'master' into group-by-query
GWphua 988de09
Clean up after merging conflicts
GWphua File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.