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

Commits on Aug 30, 2024

  1. Fix that the created group is not 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 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    8093b63 View commit details
    Browse the repository at this point in the history