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

[ISSUE #12072] Add logic that does not impose any limit when totalCountLimit is less than 0. #12073

Merged
merged 12 commits into from
May 15, 2024

Commits on Jan 10, 2024

  1. Fixed an issue where the maximum number of anti-fragile plug-ins impl…

    …emented by default in Nacos is one more than the actual number of connections.
    Happy-26 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    0d0905d View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    d51af05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97734fc View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    9a09d02 View commit details
    Browse the repository at this point in the history
  2. Update ConfigChangeAspect.java

    修改configChangeRequest.setArg()的key为serviceType
    Happy-26 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    5226f81 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    edd80d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b1100b View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    dafc132 View commit details
    Browse the repository at this point in the history
  2. Update NacosConnectionControlManager.java

    Add logic to not impose any limit when totalCountLimit equals -1.
    Happy-26 committed May 9, 2024
    Configuration menu
    Copy the full SHA
    4abbd35 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    821663e View commit details
    Browse the repository at this point in the history
  2. Update NacosConnectionControlManagerTest.java

    Add unit test cases when LimitCount is less than 0
    Happy-26 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    9dd2607 View commit details
    Browse the repository at this point in the history
  3. Update NacosConnectionControlManager.java

    Modify comment
    Happy-26 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    bb21091 View commit details
    Browse the repository at this point in the history