Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Updated broker-level config: share.coordinator.snapshot.update.records.per.snapshot


Code Block
|---|---|
| **Name** | `share.coordinator.snapshot.update.records.per.snapshot` |
| **Type** | `INT` |
| **Default** | `500`  |
| **Validator** | `between(200, 1000)` (changed)  |
| **Importance** | `MEDIUM`  |
| **Doc** | "The number of update records the share coordinator writes between snapshot records, applied as a ceiling across all share groups on this broker. Must be in `[200, 1000]`. May be overridden per group via the `share.snapshot.update.records.per.snapshot` group config; per-group values are clamped to this ceiling." |

...