Skip to content

motion with segment policy must have Segment dist

Arseniy Volynets requested to merge segment_dist_after_motion into main

Currently if Motion is added, it always has Distribution::Replicated. But if Motion has policy Segment then the table is sharded (each replica set will have only a part of table), which corresponds to Distribution::Segment.

This mr fixes this.

Edited by Arseniy Volynets

Merge request reports