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

[feat][broker][PIP-195] Implement BucketDelayedDeliveryTrackerFactory and load BucketDelayedDeliveryTracker - part6 #17756

Merged
merged 5 commits into from
Jan 5, 2023

Conversation

coderzc
Copy link
Member

@coderzc coderzc commented Sep 21, 2022

Master Issue: #16763

Motivation

#16763

Modifications

  • Implement BucketDelayedDeliveryTrackerFactory.
  • Change DeliveryTrackerFactory interface to adapter BucketDelayedDeliveryTrackerFactory.
  • Load BucketDelayedDeliveryTracker.

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.

(or)

This change is already covered by existing tests, such as (please describe tests).

(or)

This change added tests and can be verified as follows:

(example:)

  • Added integration tests for end-to-end deployment with large payloads (10MB)
  • Extended integration test for recovery after broker failure

Documentation

  • doc-required
    (Your PR needs to update docs and you will update later)

  • doc-not-needed
    (Please explain why)

  • doc
    (Your PR contains doc changes)

  • doc-complete
    (Docs have been already added)

Matching PR in forked repository

PR in forked repository: coderzc#34

@github-actions github-actions bot added the doc-not-needed Your PR changes do not impact docs label Sep 21, 2022
@coderzc
Copy link
Member Author

coderzc commented Sep 21, 2022

Depend on #17611 and #17677

@github-actions
Copy link

The pr had no activity for 30 days, mark with Stale label.

@github-actions github-actions bot added the Stale label Oct 22, 2022
@coderzc coderzc changed the title [feat][broker][PIP-195] Implement BucketDelayedDeliveryTrackerFactory and load BucketDelayedDeliveryTracker - part5 [feat][broker][PIP-195] Implement BucketDelayedDeliveryTrackerFactory and load BucketDelayedDeliveryTracker - part? Nov 11, 2022
@coderzc coderzc force-pushed the bucket_delayed_factory branch from bd6d356 to 95c2203 Compare December 20, 2022 02:31
@coderzc coderzc changed the title [feat][broker][PIP-195] Implement BucketDelayedDeliveryTrackerFactory and load BucketDelayedDeliveryTracker - part? [feat][broker][PIP-195] Implement BucketDelayedDeliveryTrackerFactory and load BucketDelayedDeliveryTracker - part6 Dec 20, 2022
@coderzc coderzc self-assigned this Dec 28, 2022
@coderzc coderzc added type/feature The PR added a new feature or issue requested a new feature area/broker labels Dec 28, 2022
@coderzc coderzc added this to the 2.12.0 milestone Dec 28, 2022
import org.testng.annotations.AfterClass;
import org.testng.annotations.BeforeClass;

public class BucketDelayedDeliveryTest extends DelayedDeliveryTest {
Copy link
Contributor

Choose a reason for hiding this comment

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

Please add the test group.

And if we don't have any test method for this class. Will the before-class and after-class be executed?

Copy link
Member Author

@coderzc coderzc Jan 3, 2023

Choose a reason for hiding this comment

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

And if we don't have any test method for this class. Will the before-class and after-class be executed?

Yes, they can be executed.

@coderzc
Copy link
Member Author

coderzc commented Jan 3, 2023

The test failed and wait for #19124 merged.

@github-actions github-actions bot removed the Stale label Jan 4, 2023
@codecov-commenter
Copy link

codecov-commenter commented Jan 5, 2023

Codecov Report

Merging #17756 (6776c49) into master (9ec1d07) will decrease coverage by 0.57%.
The diff coverage is 32.07%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master   #17756      +/-   ##
============================================
- Coverage     47.73%   47.15%   -0.58%     
+ Complexity    10819    10695     -124     
============================================
  Files           712      713       +1     
  Lines         69645    69672      +27     
  Branches       7481     7482       +1     
============================================
- Hits          33242    32857     -385     
- Misses        32699    33100     +401     
- Partials       3704     3715      +11     
Flag Coverage Δ
unittests 47.15% <32.07%> (-0.58%) ⬇️

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

Impacted Files Coverage Δ
...che/bookkeeper/mledger/impl/ManagedLedgerImpl.java 53.76% <0.00%> (-0.07%) ⬇️
.../pulsar/broker/admin/impl/SchemasResourceBase.java 89.21% <0.00%> (-0.89%) ⬇️
...r/delayed/BucketDelayedDeliveryTrackerFactory.java 0.00% <0.00%> (ø)
...apache/pulsar/broker/admin/v1/SchemasResource.java 26.50% <10.00%> (ø)
...apache/pulsar/broker/admin/v2/SchemasResource.java 72.28% <40.00%> (ø)
...rg/apache/pulsar/broker/service/BrokerService.java 57.28% <50.00%> (-0.11%) ⬇️
.../org/apache/pulsar/broker/admin/AdminResource.java 65.06% <75.00%> (-1.53%) ⬇️
...r/broker/delayed/DelayedDeliveryTrackerLoader.java 66.66% <100.00%> (+4.16%) ⬆️
...delayed/InMemoryDelayedDeliveryTrackerFactory.java 91.66% <100.00%> (+0.75%) ⬆️
...sar/broker/service/persistent/PersistentTopic.java 61.49% <100.00%> (-1.19%) ⬇️
... and 50 more

@coderzc coderzc requested a review from mattisonchao January 5, 2023 06:36
@codelipenghui codelipenghui merged commit 4b8f447 into apache:master Jan 5, 2023
@lhotari
Copy link
Member

lhotari commented Mar 23, 2023

This PR introduced a flaky test, #19902 . @coderzc Do you have a chance to fix it? Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/broker doc-not-needed Your PR changes do not impact docs ready-to-test type/feature The PR added a new feature or issue requested a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants