-
Notifications
You must be signed in to change notification settings - Fork 275
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Maintain connection low watermark in NetworkClient
If prewarming is enabled, maintain a minimum number of connections to each data node. The goal of this change is to allow the frontend to keep connection pools adequately sized even when servers are restarted or other disconnections occur. To track the connection pools that are below the watermark, some of the connection establishment logic was moved from NetworkClient to ConnectionTracker. Upgrade metrics library from codahale to dropwizard as the library was renamed and dropwizard has the newest updates.
- Loading branch information
Showing
21 changed files
with
391 additions
and
265 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
52 changes: 0 additions & 52 deletions
52
ambry-api/src/main/java/com.github.ambry/config/MetricsConfig.java
This file was deleted.
Oops, something went wrong.
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.