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

[cleanup][broker] delete ConcurrentSortedLongPairSet. #23202

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

thetumbled
Copy link
Member

@thetumbled thetumbled commented Aug 20, 2024

Motivation

ConcurrentSortedLongPairSet has been replaced by ConcurrentBitmapSortedLongPairSet in #17804 since version 2.9.x, and there is no usage of it anymore.

Modifications

Delete it safely.

Verifying this change

  • Make sure that the change passes the CI checks.

(Please pick either of the following options)

This change is a trivial rework / code cleanup without any test coverage.

Does this pull request potentially affect one of the following parts:

If the box was checked, please highlight the changes

  • Dependencies (add or upgrade a dependency)
  • The public API
  • The schema
  • The default values of configurations
  • The threading model
  • The binary protocol
  • The REST endpoints
  • The admin CLI options
  • The metrics
  • Anything that affects deployment

Documentation

  • doc
  • doc-required
  • doc-not-needed
  • doc-complete

Matching PR in forked repository

PR in forked repository:

@thetumbled
Copy link
Member Author

I start a discussion at https://lists.apache.org/thread/s2fwcswtkym6x5klf2wsn3zphhlqn18o, feel free to leave comments if you have any concern.

@github-actions github-actions bot added the doc-not-needed Your PR changes do not impact docs label Aug 20, 2024
Copy link
Member

@lhotari lhotari left a comment

Choose a reason for hiding this comment

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

LGTM

@lhotari lhotari changed the title [cleanup] [broker] delete ConcurrentSortedLongPairSet. [cleanup][broker] delete ConcurrentSortedLongPairSet. Aug 20, 2024
@codecov-commenter
Copy link

codecov-commenter commented Aug 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.54%. Comparing base (bbc6224) to head (4477f73).
Report is 535 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##             master   #23202      +/-   ##
============================================
+ Coverage     73.57%   74.54%   +0.97%     
- Complexity    32624    34133    +1509     
============================================
  Files          1877     1920      +43     
  Lines        139502   144436    +4934     
  Branches      15299    15813     +514     
============================================
+ Hits         102638   107671    +5033     
+ Misses        28908    28512     -396     
- Partials       7956     8253     +297     
Flag Coverage Δ
inttests 27.82% <ø> (+3.23%) ⬆️
systests 24.74% <ø> (+0.41%) ⬆️
unittests 73.89% <ø> (+1.04%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 513 files with indirect coverage changes

@nodece nodece merged commit acc463f into apache:master Aug 20, 2024
59 of 62 checks passed
@thetumbled thetumbled self-assigned this Aug 21, 2024
grssam pushed a commit to grssam/pulsar that referenced this pull request Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-not-needed Your PR changes do not impact docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants