-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[router] Refactored several allocation-heavy paths in Alpini (#827)
This includes removing Optionals and some stream functions. Also removed some unused headers from error responses. Deleted a bunch of unused code and its associated tests.
- Loading branch information
Showing
66 changed files
with
307 additions
and
8,306 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
231 changes: 0 additions & 231 deletions
231
...i-common-base/src/main/java/com/linkedin/alpini/base/misc/MemoryPressureIndexMonitor.java
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...nkedin/alpini/router/api/MetricNames.java → ...inkedin/alpini/base/misc/MetricNames.java
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.linkedin.alpini.router.api; | ||
package com.linkedin.alpini.base.misc; | ||
|
||
/** | ||
* @author Antony T Curtis {@literal <[email protected]>} | ||
|
Oops, something went wrong.