Skip to content

Conversation

@frinda
Copy link
Contributor

@frinda frinda commented Aug 28, 2023

Which Issue(s) This PR Fixes

Fixes #7263 and #7264

Brief Description

How Did You Test This Change?

w30003204 and others added 4 commits January 5, 2023 09:01
…o parameter is configured for the brokerStatus command.(apache#5818)
…ata of the subscription group on the standby node, when execute command 'mqadmin deleteSubGroup -b xxx -g xxx -r true'.
…n the standby node, when execute command 'mqadmin deleteTopic -b xxx -t xxx to delete unused topic'.
@frinda frinda changed the title [ISSUE #7263] fix delete synchronously the consumption offset data of the subscription group on the standby node, when execute command 'mqadmin deleteSubGroup -b xxx -g xxx -r true'. [ISSUE #7263] Fix to delete synchronously the consumption offset data of the subscription group on the standby node, when execute command 'mqadmin deleteSubGroup -b xxx -g xxx -r true' and [ISSUE #7264]Fix to delete synchronously topic consume queue on the standby node, when execute command 'mqadmin deleteTopic -b xxx -t xxx to delete unused topic'. Aug 28, 2023
@frinda frinda changed the title [ISSUE #7263] Fix to delete synchronously the consumption offset data of the subscription group on the standby node, when execute command 'mqadmin deleteSubGroup -b xxx -g xxx -r true' and [ISSUE #7264]Fix to delete synchronously topic consume queue on the standby node, when execute command 'mqadmin deleteTopic -b xxx -t xxx to delete unused topic'. [ISSUE #7263] Fix to delete synchronously the consumption offset data of the subscription group on the standby node, when execute command 'mqadmin deleteSubGroup -b xxx -g xxx -r true'. [ISSUE #7264]Fix to delete synchronously topic consume queue on the standby node, when execute command 'mqadmin deleteTopic -b xxx -t xxx to delete unused topic'. Aug 28, 2023
@codecov-commenter
Copy link

codecov-commenter commented Aug 28, 2023

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 48.75%. Comparing base (1117ab8) to head (d9a18c1).

Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #7273      +/-   ##
=============================================
- Coverage      48.85%   48.75%   -0.10%     
+ Complexity     12769    12745      -24     
=============================================
  Files           1324     1324              
  Lines          96405    96409       +4     
  Branches       12434    12434              
=============================================
- Hits           47094    47008      -86     
- Misses         43568    43642      +74     
- Partials        5743     5759      +16     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Contributor

@joeCarf joeCarf left a comment

Choose a reason for hiding this comment

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

I think the title might be too long, suggest renaming [ISSUE xx& ISSUE xxx] Fix: xxx

@frinda frinda changed the title [ISSUE #7263] Fix to delete synchronously the consumption offset data of the subscription group on the standby node, when execute command 'mqadmin deleteSubGroup -b xxx -g xxx -r true'. [ISSUE #7264]Fix to delete synchronously topic consume queue on the standby node, when execute command 'mqadmin deleteTopic -b xxx -t xxx to delete unused topic'. [ISSUE #7263& ISSUE #7264]Fix to delete synchronously the consumption offset data of the subscription group on the standby node, when execute command 'mqadmin deleteSubGroup -b xxx -g xxx -r true' and delete synchronously topic consume queue on the standby node, when execute command 'mqadmin deleteTopic -b xxx -t xxx to delete unused topic'. Aug 30, 2023
@iamgd67
Copy link
Contributor

iamgd67 commented Nov 8, 2023

lgtm

this bothers me too. I copy master's consumerqueue data to slave and restart slave to fix

@frinda
Copy link
Contributor Author

frinda commented Nov 30, 2023

seek for integration

@frinda
Copy link
Contributor Author

frinda commented Dec 4, 2023

I think the title might be too long, suggest renaming [ISSUE xx& ISSUE xxx] Fix: xxx

@ joeCarf It's been changed. Please submit it,Thanks

@iamgd67
Copy link
Contributor

iamgd67 commented Dec 4, 2023

I think the title might be too long, suggest renaming [ISSUE xx& ISSUE xxx] Fix: xxx

@ joeCarf It's been changed. Please submit it,Thanks

still too long, maybe this?

[ISSUE #7263& ISSUE #7264] consumption offset data and topic consumerqueue not deleted on the standby node

@frinda frinda changed the title [ISSUE #7263& ISSUE #7264]Fix to delete synchronously the consumption offset data of the subscription group on the standby node, when execute command 'mqadmin deleteSubGroup -b xxx -g xxx -r true' and delete synchronously topic consume queue on the standby node, when execute command 'mqadmin deleteTopic -b xxx -t xxx to delete unused topic'. [ISSUE #7263& ISSUE #7264] Fix to cleanup consumption offset data or topic consumerqueue on the standby node when execute command 'deleteSubGroup' or 'deleteTopic' Dec 5, 2023
@frinda
Copy link
Contributor Author

frinda commented Dec 7, 2023

I think the title might be too long, suggest renaming [ISSUE xx& ISSUE xxx] Fix: xxx

@ joeCarf It's been changed. Please submit it,Thanks

still too long, maybe this?

[ISSUE #7263& ISSUE #7264] consumption offset data and topic consumerqueue not deleted on the standby node

has changed

@frinda
Copy link
Contributor Author

frinda commented Dec 7, 2023

I think the title might be too long, suggest renaming [ISSUE xx& ISSUE xxx] Fix: xxx

@joeCarf seek for integration

@frinda frinda requested a review from joeCarf December 7, 2023 08:38
Copy link
Contributor

@joeCarf joeCarf left a comment

Choose a reason for hiding this comment

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

LGTM

@frinda
Copy link
Contributor Author

frinda commented Dec 9, 2023

Begging to join

@frinda
Copy link
Contributor Author

frinda commented Dec 11, 2023

@mxsm @Oliverwqcwrw Help to integrate the code.

@zhiliatom
Copy link
Contributor

lgtm

@frinda
Copy link
Contributor Author

frinda commented Jan 6, 2025

seek for integration

@frinda frinda changed the title [ISSUE #7263& ISSUE #7264] Fix to cleanup consumption offset data or topic consumerqueue on the standby node when execute command 'deleteSubGroup' or 'deleteTopic' [ISSUE #7263& ISSUE #7264] consumption offset data and topic consumerqueue not deleted on the standby node Jan 7, 2025
@frinda
Copy link
Contributor Author

frinda commented Jan 7, 2025

@ joeCarf @ iamgd67 review again

@iamgd67
Copy link
Contributor

iamgd67 commented Jan 7, 2025

lgtm, but I am not a commiter, don't have perge permission.

@frinda
Copy link
Contributor Author

frinda commented Jan 8, 2026

seek for integration

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.

[Bug] The consumption offset data of the subscription group cannot be deleted synchronously on the standby node.

5 participants