-
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: speed up when startup meet timeout (#64)
* perf: speed up startup when meet timeout of meta service and config service lazy init * test: mockMetaSeverWithDelay simulate timeout * Update ConfigServiceLocatorTest.java * test: move some function to parent * Create ConfigServiceTimeoutIntegrationTest.java * Update CHANGES.md * Update ConfigServiceTimeoutIntegrationTest.java * Revert "perf: speed up startup when meet timeout of meta service and config service" This reverts commit a8e2070. * Update BaseIntegrationTest.java * Update MockedConfigService.java * Update ConfigServiceLocatorTest.java * feat: submit tash tryUpdateConfigServices * test: fix setup will trigger context load * Update ConfigIntegrationTest.java * feat: speed up http request when http get to meta server * feat: add rate limiter and custom timeout for discovery. * Update RemoteConfigRepositoryTest.java * Apply suggestions from code review Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: Jason Song <nobodyiam@gmail.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
- Loading branch information
1 parent
3f0979d
commit 5df2056
Showing
9 changed files
with
546 additions
and
101 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
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
Oops, something went wrong.