-
-
Notifications
You must be signed in to change notification settings - Fork 10.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize performance of '/apps/{appId}/envs/{env}/clusters/{clusterNa…
…me}/namespaces' interface queries (#4473) * add tech-support-qq-4.png * Update README.md * Enhance the user experience in the scenario of submitting duplicate keys * Modify the key-value conflict exception prompt, adjust the code style * pref(apollo-portal): Optimize performance of '/apps/{appId}/envs/{env}/clusters/{clusterName}/namespaces' interface queries * doc(CHANGES.md): update CHANGES.md * fix(apollo-portal/NamespaceService): Fix Expected exceptions not thrown outward problem, add test cases * refactor(apollo-portal/NamespaceService): Enhanced exception log information * fix(apollo-portal/NamespaceService): Repair test cases * Update apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/service/NamespaceService.java Co-authored-by: Jason Song <[email protected]> * refactor(apollo-portal/NamespaceService): Replace CopyOnWriteArrayList with Collections.synchronizedList Co-authored-by: Jason Song <[email protected]>
- Loading branch information
Showing
3 changed files
with
44 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters