Commit a88522a
authored
[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-revs1 parent 70edf83 commit a88522a
File tree
8 files changed
+94
-224
lines changed- clients/da-vinci-client/src/main/java/com/linkedin/davinci/validation
- gradle/spotbugs
- internal
- venice-client-common/src/main/java/com/linkedin/venice/serializer
- venice-common
- src
- main/java/com/linkedin/venice/kafka/validation
- test/java/com/linkedin/venice/kafka/validation
8 files changed
+94
-224
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | 152 | | |
161 | 153 | | |
162 | 154 | | |
| |||
431 | 423 | | |
432 | 424 | | |
433 | 425 | | |
434 | | - | |
435 | 426 | | |
436 | 427 | | |
437 | | - | |
| 428 | + | |
438 | 429 | | |
439 | 430 | | |
440 | 431 | | |
441 | 432 | | |
442 | 433 | | |
443 | | - | |
444 | 434 | | |
445 | 435 | | |
446 | 436 | | |
| |||
455 | 445 | | |
456 | 446 | | |
457 | 447 | | |
458 | | - | |
| 448 | + | |
459 | 449 | | |
460 | 450 | | |
461 | 451 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
| 166 | + | |
167 | 167 | | |
168 | | - | |
169 | | - | |
| 168 | + | |
| 169 | + | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
255 | 254 | | |
256 | 255 | | |
257 | 256 | | |
| |||
Lines changed: 0 additions & 206 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
Lines changed: 36 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
| |||
39 | 42 | | |
40 | 43 | | |
41 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
42 | 55 | | |
43 | 56 | | |
44 | 57 | | |
| |||
78 | 91 | | |
79 | 92 | | |
80 | 93 | | |
81 | | - | |
| 94 | + | |
82 | 95 | | |
83 | 96 | | |
84 | 97 | | |
| |||
101 | 114 | | |
102 | 115 | | |
103 | 116 | | |
104 | | - | |
| 117 | + | |
105 | 118 | | |
106 | 119 | | |
107 | 120 | | |
| |||
117 | 130 | | |
118 | 131 | | |
119 | 132 | | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
120 | 137 | | |
121 | 138 | | |
122 | 139 | | |
| |||
373 | 390 | | |
374 | 391 | | |
375 | 392 | | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
376 | 410 | | |
0 commit comments