-
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.
[producers][server][dvc] Dedupe DIV debug info (#700)
In some use cases, the debug info in servers could take a large amout of heap. This commit optimizes this by deduping the instances used in the various debug maps, since they are very repetitive, and by using a more compact map from the fastutil library, rather than a CHM. Miscellaneous: - Deleted the ArrayBasedPrimitiveIntegerSet, which is unused. - Added back the test permutation number to build logs. - Added two commits containing just big directory moves to git-blame-ignore-revs
- Loading branch information
Showing
8 changed files
with
94 additions
and
224 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
43b8eb5ca60b708c6bc86a6a0c92df2d657af2c1 | ||
690830eb1aae03017aa43627128b4860e60eeab1 | ||
bb6544918fc3105a834782eb3c170711d5ba206c | ||
63a7921da1c1814f9d856a6375f84ba392c01abb | ||
9bd0175869cd66376457bdecf9e00583cfb98301 |
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
206 changes: 0 additions & 206 deletions
206
...nt-common/src/main/java/com/linkedin/venice/serializer/ArrayBasedPrimitiveIntegerSet.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
Oops, something went wrong.