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

Fix that the created group is not watched by XdsResourceWatchingService #1033

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

minwoox
Copy link
Member

@minwoox minwoox commented Aug 30, 2024

Motivation:
The newly created group is not watched by XdsResourceWatchingService due to a bug.

Modification:

  • Fixed to watch the created group
  • Added more debugging logs and metric for watching.groups

Result:

  • The newly created group is now correctly watched by XdsResourceWatchingService.

Motivation:
The newly-created group is not watched by `XdsResourceWatchingService` due to a bug.

Modification:
- Fixed to watch the created group
- Added more debugging logs and metric for watching.groups

Result:
- The newly-created group is now corrected watched by `XdsResourceWatchingService`.
@minwoox minwoox added the defect label Aug 30, 2024
@minwoox minwoox added this to the 0.70.0 milestone Aug 30, 2024
Copy link
Contributor

@ikhoon ikhoon left a comment

Choose a reason for hiding this comment

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

Thanks! 👍👍

@@ -134,8 +140,9 @@ private void watchDogmaRepository() {
final boolean added = watchingGroups.add(groupName);
if (!added) {
// Already watching.
return;
continue;
Copy link
Contributor

Choose a reason for hiding this comment

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

😱

Copy link
Contributor

@jrhee17 jrhee17 left a comment

Choose a reason for hiding this comment

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

👍 👍

@minwoox minwoox merged commit a9a083e into line:main Sep 10, 2024
10 checks passed
@minwoox minwoox deleted the fix_group_watch branch September 10, 2024 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants