Commit 8cd12a0
Move compute-heavy endpoints off event loop on to worker threads (#2310)
* Added ComputePoolService and moved the identity map endpoints onto the worker pool
* [CI Pipeline] Released Snapshot version: 5.63.31-alpha-290-SNAPSHOT
* Added percentiles and pool name to default micrometer metrics
* [CI Pipeline] Released Snapshot version: 5.63.32-alpha-291-SNAPSHOT
* Added libpng CVEs to trivyignore for testing
* [CI Pipeline] Released Snapshot version: 5.63.33-alpha-292-SNAPSHOT
* Removed ComputePoolService, added feature flags and fixed pool time metric name
* Added log message for when feature is enabled
* [CI Pipeline] Released Snapshot version: 5.63.34-alpha-293-SNAPSHOT
* Changed GC to ZGC
* [CI Pipeline] Released Snapshot version: 5.63.35-alpha-294-SNAPSHOT
* Reverted ZGC and set feature flag default false
* Reverted trivyignore
* Changed default config for compute pool thread count
* Made key/bidstream and key/sharing async
* Flipped feature flag to test in validator
* [CI Pipeline] Released Snapshot version: 5.63.36-alpha-296-SNAPSHOT
* [CI Pipeline] Released Snapshot version: 5.64.3-alpha-297-SNAPSHOT
* Updated base alpine image to get rid of CVE
* Renamed compute pool to compute-heavy-request pool
* Changed to using blockingHandlers
* [CI Pipeline] Released Snapshot version: 5.64.12-alpha-300-SNAPSHOT
* Added env config for worker pool threads
* [CI Pipeline] Released Snapshot version: 5.64.13-alpha-301-SNAPSHOT
* Cleaned up redundant code
* [CI Pipeline] Released Snapshot version: 5.64.14-alpha-302-SNAPSHOT
* Added unit tests to check async batch request feature flag
---------
Co-authored-by: Release Workflow <unifiedid-admin+release@thetradedesk.com>1 parent 1bd04f0 commit 8cd12a0
5 files changed
Lines changed: 96 additions & 14 deletions
File tree
- conf
- src
- main/java/com/uid2/operator
- vertx
- test/java/com/uid2/operator
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
| 44 | + | |
44 | 45 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
42 | 46 | | |
43 | 47 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | 64 | | |
66 | 65 | | |
67 | 66 | | |
| |||
488 | 487 | | |
489 | 488 | | |
490 | 489 | | |
491 | | - | |
| 490 | + | |
492 | 491 | | |
493 | 492 | | |
494 | 493 | | |
| |||
497 | 496 | | |
498 | 497 | | |
499 | 498 | | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
500 | 503 | | |
501 | 504 | | |
502 | | - | |
| 505 | + | |
| 506 | + | |
503 | 507 | | |
504 | 508 | | |
505 | 509 | | |
| |||
524 | 528 | | |
525 | 529 | | |
526 | 530 | | |
| 531 | + | |
527 | 532 | | |
528 | 533 | | |
529 | 534 | | |
| |||
533 | 538 | | |
534 | 539 | | |
535 | 540 | | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
536 | 547 | | |
537 | 548 | | |
538 | 549 | | |
| |||
626 | 637 | | |
627 | 638 | | |
628 | 639 | | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
629 | 653 | | |
Lines changed: 28 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| 142 | + | |
| 143 | + | |
142 | 144 | | |
143 | 145 | | |
144 | 146 | | |
| |||
197 | 199 | | |
198 | 200 | | |
199 | 201 | | |
| 202 | + | |
200 | 203 | | |
201 | 204 | | |
202 | 205 | | |
| |||
281 | 284 | | |
282 | 285 | | |
283 | 286 | | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | 287 | | |
289 | 288 | | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | 289 | | |
295 | 290 | | |
296 | 291 | | |
| |||
302 | 297 | | |
303 | 298 | | |
304 | 299 | | |
305 | | - | |
306 | | - | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
307 | 325 | | |
308 | 326 | | |
309 | 327 | | |
| |||
Lines changed: 35 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| 145 | + | |
145 | 146 | | |
146 | 147 | | |
147 | 148 | | |
| |||
161 | 162 | | |
162 | 163 | | |
163 | 164 | | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
164 | 179 | | |
165 | 180 | | |
166 | 181 | | |
| |||
5602 | 5617 | | |
5603 | 5618 | | |
5604 | 5619 | | |
| 5620 | + | |
| 5621 | + | |
| 5622 | + | |
| 5623 | + | |
| 5624 | + | |
| 5625 | + | |
| 5626 | + | |
| 5627 | + | |
| 5628 | + | |
| 5629 | + | |
| 5630 | + | |
| 5631 | + | |
| 5632 | + | |
| 5633 | + | |
| 5634 | + | |
| 5635 | + | |
| 5636 | + | |
| 5637 | + | |
| 5638 | + | |
| 5639 | + | |
5605 | 5640 | | |
0 commit comments