Commit c1ff5a7
committed
ct/l1/metastore: check abort source when purging
In the rapid topic creation test, it's seen that shutdown hangs with the
topic purger, and I think it is due to we see 100 topics we need to
purge, and with a timeout of 5 seconds each, it's probably pretty easy
to blow past our shutdown timeouts.
I wish our RPC system supported abort_sources.1 parent 3d3f04b commit c1ff5a7
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
| 98 | + | |
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
| |||
0 commit comments