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

Dont use pool for allocating tag slices #1300

Merged
merged 4 commits into from
Jan 17, 2019
Merged

Conversation

richardartoul
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Jan 17, 2019

Codecov Report

Merging #1300 into master will decrease coverage by 24.5%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #1300      +/-   ##
=========================================
- Coverage    70.7%   46.2%   -24.6%     
=========================================
  Files         765     751      -14     
  Lines       64378   62649    -1729     
=========================================
- Hits        45570   28968   -16602     
- Misses      15853   30990   +15137     
+ Partials     2955    2691     -264
Flag Coverage Δ
#aggregator 53.3% <ø> (-27.7%) ⬇️
#cluster 29% <ø> (-56.7%) ⬇️
#collector 48.2% <ø> (-30.3%) ⬇️
#dbnode 67.8% <100%> (-13%) ⬇️
#m3em 45.7% <ø> (-27.5%) ⬇️
#m3ninx 52.7% <ø> (-22%) ⬇️
#m3nsch 100% <ø> (+48.8%) ⬆️
#metrics 18.2% <ø> (ø) ⬆️
#msg 74.9% <ø> (ø) ⬆️
#query <.1% <ø> (-61.7%) ⬇️
#x 48.7% <ø> (-26.6%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4a6adfb...6c42118. Read the comment docs.

Copy link
Collaborator

@justinjc justinjc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with a super nit

seriesID, tagsIter, s.identifierPool)

// Pass nil for the identifier pool because the pool will force us to use an array
// with a large capacity to store the tags. Since these tags are long-lived, its
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Super nit: s/its/it's

@richardartoul richardartoul merged commit 8e318ef into master Jan 17, 2019
@justinjc justinjc deleted the ra/dont-pool-arrays branch January 22, 2019 15:49
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.

2 participants