Skip to content

Commit 479fc31

Browse files
updated changelog
Signed-off-by: Varun Deep Saini <[email protected]>
1 parent b1a1d07 commit 479fc31

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

changelog/24.0/24.0.0/summary.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
- **[New Support](#new-support)**
88
- [Window function pushdown for sharded keyspaces](#window-function-pushdown)
99
- **[Minor Changes](#minor-changes)**
10+
- **[VReplication](#minor-changes-vreplication)**
11+
- [`--shards` flag for MoveTables/Reshard start and stop](#vreplication-shards-flag-start-stop)
1012
- **[VTGate](#minor-changes-vtgate)**
1113
- [New default for `--legacy-replication-lag-algorithm` flag](#vtgate-new-default-legacy-replication-lag-algorithm)
1214
- **[VTTablet](#minor-changes-vttablet)**
@@ -29,6 +31,22 @@ For examples and more details, see the [documentation](https://vitess.io/docs/24
2931

3032
## <a id="minor-changes"/>Minor Changes</a>
3133

34+
### <a id="minor-changes-vreplication"/>VReplication</a>
35+
36+
#### <a id="vreplication-shards-flag-start-stop"/>`--shards` flag for MoveTables/Reshard start and stop</a>
37+
38+
The `start` and `stop` commands for MoveTables and Reshard workflows now support the `--shards` flag, allowing users to start or stop workflows on a specific subset of shards rather than all shards at once.
39+
40+
**Example usage:**
41+
42+
```bash
43+
# Start workflow on specific shards only
44+
vtctldclient MoveTables --target-keyspace customer --workflow commerce2customer start --shards="-80,80-"
45+
46+
# Stop workflow on specific shards only
47+
vtctldclient Reshard --target-keyspace customer --workflow cust2cust stop --shards="80-"
48+
```
49+
3250
### <a id="minor-changes-vtgate"/>VTGate</a>
3351

3452
#### <a id="vtgate-new-default-legacy-replication-lag-algorithm"/>New default for `--legacy-replication-lag-algorithm` flag</a>

0 commit comments

Comments
 (0)