Commit b742815
committed
cluster_link/model: change default max partition bytes
Prior to this commit the default max partition bytes was 1MiB. The
default min fetch bytes was 5MiB. And the max wait ms was 500ms.
In cases where only one partition on the shard was being produced to
these defaults limited our consumer throughput to 2MiB/s. This is since
we'd only be able to read 1MiB every 500ms from the one partition with
new data.
Hence this commit sets max partition bytes to equal min fetch bytes to
prevent this issue.1 parent b822ebe commit b742815
File tree
5 files changed
+6
-6
lines changed- proto/redpanda/core/admin/v2
- src/v/cluster_link/model
- tests/rptest
- clients/admin/proto/redpanda/core/admin/v2
- tests
5 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
293 | | - | |
| 293 | + | |
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
279 | | - | |
| 279 | + | |
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
| |||
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
273 | | - | |
| 273 | + | |
274 | 274 | | |
275 | | - | |
| 275 | + | |
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
| |||
0 commit comments